#include <sipep.h>
Public Member Functions | |
unsigned | GetRegistrationsCount () |
SIPInfo * | FindSIPInfoByCallID (const PString &callID, PSafetyMode m) |
SIPInfo * | FindSIPInfoByAuthRealm (const PString &authRealm, const PString &userName, PSafetyMode m) |
SIPInfo * | FindSIPInfoByUrl (const PString &url, SIP_PDU::Methods meth, PSafetyMode m) |
SIPInfo * | FindSIPInfoByDomain (const PString &name, SIP_PDU::Methods meth, PSafetyMode m) |
SIPInfo* SIPEndPoint::RegistrationList::FindSIPInfoByAuthRealm | ( | const PString & | authRealm, | |
const PString & | userName, | |||
PSafetyMode | m | |||
) | [inline] |
Find the SIPInfo object with the specified authRealm
SIPInfo* SIPEndPoint::RegistrationList::FindSIPInfoByCallID | ( | const PString & | callID, | |
PSafetyMode | m | |||
) | [inline] |
Find the SIPInfo object with the specified callID
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".
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
unsigned SIPEndPoint::RegistrationList::GetRegistrationsCount | ( | ) | [inline] |
Return the number of registered accounts