[Asterisk-cvs] asterisk/channels chan_sip.c,1.292.2.22,1.292.2.23

markster at lists.digium.com markster at lists.digium.com
Tue Mar 23 13:13:27 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv11959/channels

Modified Files:
      Tag: v1-0_stable
	chan_sip.c 
Log Message:
It's okay to send RINGING twice


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.292.2.22
retrieving revision 1.292.2.23
diff -u -d -r1.292.2.22 -r1.292.2.23
--- chan_sip.c	23 Mar 2004 05:06:40 -0000	1.292.2.22
+++ chan_sip.c	23 Mar 2004 18:09:54 -0000	1.292.2.23
@@ -1408,7 +1408,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