12 #ifndef _SipContactDb_h_ 13 #define _SipContactDb_h_ 17 #include <utl/UtlString.h> 18 #include <utl/UtlHashMap.h> 19 #include <os/OsMutex.h> 20 #include <os/OsSocket.h> 126 const char* szAdapter,
131 const char* szAdapter,
135 const char* szAdapter,
142 const char* szTransport,
143 const char* szRoutingID);
147 void dump(UtlString& output) ;
191 UtlHashMap mContacts;
195 mutable OsMutex mLock;
202 #endif // _SipContactDb_h_
int SIPX_CONTACT_ID
Type for storing Contact Record identifiers.
Definition: sipXtapi.h:632
SIPX_CONTACT_TYPE
SIPX_CONTACT_TYPE is an enumeration of possible address types for use with SIP contacts and SDP conne...
Definition: sipXtapi.h:524
Definition: sipXtapi.h:533
SIPX_TRANSPORT_TYPE
SIPX_TRANSPORT_TYPE defines various protocols use for signaling transport.
Definition: sipXtapi.h:541
The CONTACT_ADDRESS structure includes contact information (IP-address and port), address source type...
Definition: sipXtapi.h:640
sipXtapi main API declarations