From 9cb9a1aeaee41c199e23f94062098e0bec4b1866 Mon Sep 17 00:00:00 2001 From: pescuma Date: Sat, 26 Dec 2009 19:38:35 +0000 Subject: sip: improviments git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@195 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/SIP/SIPProto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Protocols/SIP/SIPProto.h') diff --git a/Protocols/SIP/SIPProto.h b/Protocols/SIP/SIPProto.h index 53f81e8..24055a4 100644 --- a/Protocols/SIP/SIPProto.h +++ b/Protocols/SIP/SIPProto.h @@ -133,7 +133,7 @@ private: INT_PTR __cdecl CreateAccMgrUI(WPARAM wParam, LPARAM lParam); void ConfigureDevices(); - void BuildURI(TCHAR *out, int outSize, const TCHAR *number); + void BuildURI(TCHAR *out, int outSize, const TCHAR *number, bool isTel); // Voice services void NotifyCall(pjsua_call_id call_id, int state, HANDLE hContact = NULL, TCHAR *name = NULL, TCHAR *number = NULL); -- cgit v1.2.3