[Asterisk-cvs] libpri q931.c,1.28,1.29

markster at lists.digium.com markster at lists.digium.com
Wed Oct 15 08:30:12 CDT 2003


Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv25419

Modified Files:
	q931.c 
Log Message:
Accept "PROGRESS" after "ALERTING"


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- q931.c	13 Oct 2003 22:36:07 -0000	1.28
+++ q931.c	15 Oct 2003 13:56:10 -0000	1.29
@@ -2197,6 +2197,7 @@
 		}
 		if ((c->ourcallstate != Q931_CALL_STATE_CALL_INITIATED) &&
 		    (c->ourcallstate != Q931_CALL_STATE_OVERLAP_SENDING) && 
+		    (c->ourcallstate != Q931_CALL_STATE_CALL_DELIVERED) && 
 		    (c->ourcallstate != Q931_CALL_STATE_OUTGOING_CALL_PROCEEDING)) {
 			q931_status(pri,c,PRI_CAUSE_WRONG_MESSAGE);
 			break;




More information about the svn-commits mailing list