[Asterisk-cvs] asterisk/channels chan_sip.c,1.281,1.282
markster at lists.digium.com
markster at lists.digium.com
Sat Jan 24 23:59:53 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv32133/channels
Modified Files:
chan_sip.c
Log Message:
Properly handle transfer of application (bug #911)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- chan_sip.c 23 Jan 2004 15:43:31 -0000 1.281
+++ chan_sip.c 25 Jan 2004 05:51:49 -0000 1.282
@@ -5400,6 +5400,8 @@
if (transfer_to) {
ast_moh_stop(transfer_to);
ast_async_goto(transfer_to,p->context, p->refer_to,1, 1);
+ } else {
+ ast_queue_hangup(p->owner, 0);
}
}
p->gotrefer = 1;
More information about the svn-commits
mailing list