[Asterisk-cvs] libpri-matt q931.c,1.9,1.10

mattf at lists.digium.com mattf at lists.digium.com
Thu Dec 30 09:22:35 CST 2004


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

Modified Files:
	q931.c 
Log Message:
Wait to add the capability to other IEs later


Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri-matt/q931.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- q931.c	30 Dec 2004 14:16:17 -0000	1.9
+++ q931.c	30 Dec 2004 14:17:17 -0000	1.10
@@ -2230,7 +2230,7 @@
 #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, Q931_IE_FACILITY, -1 };
+static int call_proceeding_ies[] = { Q931_CHANNEL_IDENT, Q931_PROGRESS_INDICATOR, -1 };
 #endif
 
 int q931_call_proceeding(struct pri *pri, q931_call *c, int channel, int info)
@@ -2255,7 +2255,7 @@
 	return send_message(pri, c, Q931_CALL_PROCEEDING, call_proceeding_ies);
 }
 #ifndef ALERTING_NO_PROGRESS
-static int alerting_ies[] = { Q931_PROGRESS_INDICATOR, Q931_IE_FACILITY, -1 };
+static int alerting_ies[] = { Q931_PROGRESS_INDICATOR, -1 };
 #else
 static int alerting_ies[] = { -1 };
 #endif




More information about the svn-commits mailing list