From: <st...@us...> - 2003-06-12 15:27:14
|
Update of /cvsroot/iaxclient/iaxclient/lib In directory sc8-pr-cvs1:/tmp/cvs-serv11381/lib Modified Files: iaxclient_lib.c Log Message: we don't need iax_call to "wait" for the call to be established, and it's not implemented anyway, so shut up libiax2 by not asking for it. Index: iaxclient_lib.c =================================================================== RCS file: /cvsroot/iaxclient/iaxclient/lib/iaxclient_lib.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- iaxclient_lib.c 11 Jun 2003 23:09:00 -0000 1.16 +++ iaxclient_lib.c 12 Jun 2003 15:27:11 -0000 1.17 @@ -360,7 +360,7 @@ most_recent_answer = peer; #ifdef IAXC_IAX2 - iax_call(peer->session, "7001234567", "IAXClient User", num, NULL, 10); + iax_call(peer->session, "7001234567", "IAXClient User", num, NULL, 0); #else iax_call(peer->session, "7001234567", num, NULL, 10); #endif |