|
OPAL Version 3.10.2
|
#include <sippdu.h>
Public Member Functions | |
| SIPResponse (SIPEndPoint &endpoint, StatusCodes code) | |
| virtual SIPTransaction * | CreateDuplicate () const |
| bool | Send (OpalTransport &transport, const SIP_PDU &command) |
When we receive a command, we need a transaction to send repeated responses.
| SIPResponse::SIPResponse | ( | SIPEndPoint & | endpoint, |
| StatusCodes | code | ||
| ) |
| virtual SIPTransaction* SIPResponse::CreateDuplicate | ( | ) | const [virtual] |
Implements SIPTransaction.
| bool SIPResponse::Send | ( | OpalTransport & | transport, |
| const SIP_PDU & | command | ||
| ) |