SIPEndPoint::RegistrationList Class Reference

#include <sipep.h>

List of all members.

Public Member Functions

unsigned GetRegistrationsCount ()
PSafePtr< SIPInfoFindSIPInfoByCallID (const PString &callID, PSafetyMode m)
PSafePtr< SIPInfoFindSIPInfoByAuthRealm (const PString &authRealm, const PString &userName, PSafetyMode m)
PSafePtr< SIPInfoFindSIPInfoByUrl (const PString &url, SIP_PDU::Methods meth, PSafetyMode m)
PSafePtr< SIPInfoFindSIPInfoByDomain (const PString &name, SIP_PDU::Methods meth, PSafetyMode m)


Detailed Description

This dictionary is used both to contain the active and successful registrations, and subscriptions. Currently, only MWI subscriptions are supported.

Member Function Documentation

unsigned SIPEndPoint::RegistrationList::GetRegistrationsCount (  )  [inline]

Return the number of registered accounts

References SIP_PDU::Method_REGISTER.

Referenced by SIPEndPoint::GetRegistrationsCount().

PSafePtr<SIPInfo> SIPEndPoint::RegistrationList::FindSIPInfoByCallID ( const PString &  callID,
PSafetyMode  m 
) [inline]

Find the SIPInfo object with the specified callID

PSafePtr<SIPInfo> SIPEndPoint::RegistrationList::FindSIPInfoByAuthRealm ( const PString &  authRealm,
const PString &  userName,
PSafetyMode  m 
) [inline]

Find the SIPInfo object with the specified authRealm

PSafePtr<SIPInfo> SIPEndPoint::RegistrationList::FindSIPInfoByUrl ( const PString &  url,
SIP_PDU::Methods  meth,
PSafetyMode  m 
) [inline]

Find the SIPInfo object with the specified URL. The url is the registration address, for example, 6001@sip.seconix.com when registering 6001 to sip.seconix.com with realm seconix.com or 6001@seconix.com when registering 6001@seconix.com to sip.seconix.com

PSafePtr<SIPInfo> SIPEndPoint::RegistrationList::FindSIPInfoByDomain ( const PString &  name,
SIP_PDU::Methods  meth,
PSafetyMode  m 
) [inline]

Find the SIPInfo object with the specified registration host. For example, in the above case, the name parameter could be "sip.seconix.com" or "seconix.com".

References OpalTransportAddress::GetHostName(), and OpalTransportAddress::GetIpAndPort().


The documentation for this class was generated from the following file:

Generated on Wed Dec 17 08:09:06 2008 for OPAL by  doxygen 1.5.6