[Asterisk-cvs] asterisk/channels chan_sip.c,1.316,1.317
markster at lists.digium.com
markster at lists.digium.com
Tue Mar 23 13:12:59 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv11939/channels
Modified Files:
chan_sip.c
Log Message:
It's okay to send RINGING > 1 time, and don't try to send it in-band
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -d -r1.316 -r1.317
--- chan_sip.c 23 Mar 2004 05:06:50 -0000 1.316
+++ chan_sip.c 23 Mar 2004 18:09:25 -0000 1.317
@@ -1412,7 +1412,7 @@
switch(condition) {
case AST_CONTROL_RINGING:
if (ast->_state == AST_STATE_RING) {
- if (!p->progress && !p->ringing) {
+ if (!p->progress) {
transmit_response(p, "180 Ringing", &p->initreq);
p->ringing = 1;
break;
More information about the svn-commits
mailing list