#include <sippdu.h>
Public Member Functions | |
| SIPInvite (SIPConnection &connection, OpalTransport &transport, const OpalRTPSessionManager &sm) | |
| virtual PBoolean | OnReceivedResponse (SIP_PDU &response) |
| const OpalRTPSessionManager & | GetSessionManager () const |
| OpalRTPSessionManager & | GetSessionManager () |
Protected Attributes | |
| OpalRTPSessionManager | rtpSessions |
Session Initiation Protocol transaction for INVITE INVITE implements a three-way handshake to handle the human input and extended duration of the transaction.
| SIPInvite::SIPInvite | ( | SIPConnection & | connection, | |
| OpalTransport & | transport, | |||
| const OpalRTPSessionManager & | sm | |||
| ) |
| OpalRTPSessionManager& SIPInvite::GetSessionManager | ( | ) | [inline] |
References rtpSessions.
| const OpalRTPSessionManager& SIPInvite::GetSessionManager | ( | ) | const [inline] |
References rtpSessions.
| virtual PBoolean SIPInvite::OnReceivedResponse | ( | SIP_PDU & | response | ) | [virtual] |
Reimplemented from SIPTransaction.
OpalRTPSessionManager SIPInvite::rtpSessions [protected] |
Referenced by GetSessionManager().
1.6.3