summaryrefslogtreecommitdiff
path: root/Protocols/SIP/SIPProto.h
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-26 19:38:35 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-26 19:38:35 +0000
commit9cb9a1aeaee41c199e23f94062098e0bec4b1866 (patch)
tree93a394886a695bf60c8d728385146a080ae81cd4 /Protocols/SIP/SIPProto.h
parentfee31daf0c5470fdb8c1efe39bf934bc2e1463be (diff)
sip: improviments
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@195 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/SIPProto.h')
-rw-r--r--Protocols/SIP/SIPProto.h2
1 files changed, 1 insertions, 1 deletions
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);