![]() |
Vovida SIP User Agent | ||
class Contact |
Keeps track of the one destination that we are trying
![]() | Contact ( const Contact& c ) |
![]() | Contact ( const InviteMsg& msg ) |
![]() | update ( const StatusMsg& msg ) A update msg has arrived from this contact, may want to save some stuff |
![]() | getLocation () the location being tried - is just the Request-URI part |
![]() | getCSeqNum () get the call sequence number |
![]() | setCSeqNum (unsigned int cseq) |
![]() | getInviteMsg () |
![]() | getStatusMsg () |
![]() | getBranch () The branch number of this attempt |
![]() | getStatus () the best 3 digit SIP status code returned - initally 0 |
![]() | getCallLeg () const Call leg for this attempt |
![]() | setLastInfoCSeq (unsigned int cseq) |
![]() | setRemoteRingback ( bool flag ) |
![]() | operator== ( const SipMsg& msg ) Check if the CallLeg, Location, and Branch match |
![]() | operator!= ( const Contact& other ) oposite of == operator |
![]() | operator= (const Contact& src ) |
Keeps track of the one destination that we are trying
Alphabetic index HTML hierarchy of classes or Java
Table of Contents | Class Hierarchy | Class Diagrams |