From 93b8a76755fcf275ff1e33ec0ee86c6500d2352d Mon Sep 17 00:00:00 2001 From: pescuma Date: Fri, 18 Dec 2009 03:23:52 +0000 Subject: iax: fixes git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@185 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/IAX/IAXProto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Protocols/IAX/IAXProto.cpp') 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); -- cgit v1.2.3