summaryrefslogtreecommitdiff
path: root/Protocols
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-18 03:23:52 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-18 03:23:52 +0000
commit93b8a76755fcf275ff1e33ec0ee86c6500d2352d (patch)
treea108e2c30b63007d92af669127f8a2391bef5ebb /Protocols
parent87534b1d84227665ce5187aace10c27890d1782e (diff)
iax: fixes
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@185 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols')
-rw-r--r--Protocols/IAX/IAXProto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protocols/IAX/IAXProto.cpp b/Protocols/IAX/IAXProto.cpp
index 3428416..925c3fb 100644
--- a/Protocols/IAX/IAXProto.cpp
+++ b/Protocols/IAX/IAXProto.cpp
@@ -685,7 +685,7 @@ int __cdecl IAXProto::VoiceCall(WPARAM wParam, LPARAM lParam)
TcharToUtf8(opts.host).get(),
TcharToUtf8(number).get());
- callNo = iaxc_call_ex(buff, NULL, NULL, FALSE);
+ callNo = iaxc_call_ex(buff, "", "", FALSE);
if (callNo < 0 || callNo >= NUM_LINES)
{
Error(TranslateT("Error making call (callNo=%d)."), callNo);