#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) |
|
Find the SIPInfo object with the specified authRealm |
|
Find the SIPInfo object with the specified callID |
|
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". |
|
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 |
|
Return the number of registered accounts |