[Asterisk-cvs] libpri q931.c,1.53,1.54

markster at lists.digium.com markster at lists.digium.com
Wed May 19 11:13:49 CDT 2004


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

Modified Files:
	q931.c 
Log Message:
Send progress indicator on progress if appropriate


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- q931.c	19 May 2004 15:21:15 -0000	1.53
+++ q931.c	19 May 2004 15:26:16 -0000	1.54
@@ -1563,7 +1563,11 @@
 	return send_message(pri, c, Q931_RESTART_ACKNOWLEDGE, restart_ack_ies);
 }
 
+#ifdef ALERTING_NO_PROGRESS
 static int call_proceeding_ies[] = { Q931_CHANNEL_IDENT, -1 };
+#else
+static int call_proceeding_ies[] = { Q931_CHANNEL_IDENT, Q931_PROGRESS_INDICATOR, -1 };
+#endif
 
 int q931_call_proceeding(struct pri *pri, q931_call *c, int info)
 {




More information about the svn-commits mailing list