From: <st...@us...> - 2003-06-20 23:17:25
|
Update of /cvsroot/iaxclient/iaxclient/lib In directory sc8-pr-cvs1:/tmp/cvs-serv21572 Modified Files: iaxclient_lib.c Log Message: should not hangup in response to hangup. Index: iaxclient_lib.c =================================================================== RCS file: /cvsroot/iaxclient/iaxclient/lib/iaxclient_lib.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- iaxclient_lib.c 19 Jun 2003 23:50:44 -0000 1.26 +++ iaxclient_lib.c 20 Jun 2003 23:17:22 -0000 1.27 @@ -441,10 +441,6 @@ switch(e->etype) { case IAX_EVENT_HANGUP: -#ifndef IAXC_IAX2 /* IAX2 barfs from this. Should we do this or not? */ - - iax_hangup(calls[callNo].session, "Byeee!"); -#endif iaxc_usermsg(IAXC_STATUS, "Call disconnected by remote"); // XXX does the session go away now? iaxc_clear_call(callNo); |