*** empty log message ***

git-svn-id: http://yate.null.ro/svn/yate/trunk@418 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-06-28 14:50:28 +00:00
parent 6f2115918d
commit 609e58a3d2
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ bool IAXDriver::msgExecute(Message& msg, String& dest)
IAXConnection *conn = new IAXConnection(this,dest);
/* i do this to setup the peercallid by getting id
* from the other party */
int i = conn->makeCall(msg.getValue("id"),(char *)msg.getValue("caller"),(char *)msg.getValue("callername"),(char *)dest.safe());
int i = conn->makeCall(msg.getValue("id"),(char *)msg.getValue("caller"),(char *)msg.getValue("callername"),(char *)dest.c_str());
if (i < 0) {
Debug(DebugInfo,"call failed in iax_call with code %d",i);
conn->destruct();