summaryrefslogtreecommitdiff
path: root/Protocols/SIP/SIPClient.h
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-01-30 06:05:24 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-01-30 06:05:24 +0000
commit579bf3eb524d1001d5d786d0207568b487b60ba2 (patch)
tree0e259b81ca25c56f6ffc1f5241e770abae5bab1c /Protocols/SIP/SIPClient.h
parente9d52596afd12795a9f5533cefc783343996d686 (diff)
sip:
+ Added info popups + Added SRTP option - Remove TCP connection for protocol (everybody seems to use UDP/TLS only) git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@219 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/SIPClient.h')
-rw-r--r--Protocols/SIP/SIPClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protocols/SIP/SIPClient.h b/Protocols/SIP/SIPClient.h
index bbcb3ef..a00a763 100644
--- a/Protocols/SIP/SIPClient.h
+++ b/Protocols/SIP/SIPClient.h
@@ -74,7 +74,7 @@ private:
void RegisterTransport(pjsip_transport_type_e type, int port, ta *ta);
void ConfigureDevices();
- void BuildURI(TCHAR *out, int outSize, const TCHAR *host, int port, int protocol);
+ void BuildURI(TCHAR *out, int outSize, const TCHAR *host, int port, pjsip_transport_type_e transport);
void CleanupURI(TCHAR *out, int outSize, const TCHAR *url);
void NotifyCall(pjsua_call_id call_id, int state, const TCHAR *host_port = NULL);