[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
- Previous message: [Asterisk-cvs] asterisk/channels chan_zap.c,1.228,1.229
- Next message: [Asterisk-cvs] libpri libpri.h,1.22,1.23 pri.c,1.16,1.17 pri_q931.h,1.11,1.12 q931.c,1.54,1.55
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
{
- Previous message: [Asterisk-cvs] asterisk/channels chan_zap.c,1.228,1.229
- Next message: [Asterisk-cvs] libpri libpri.h,1.22,1.23 pri.c,1.16,1.17 pri_q931.h,1.11,1.12 q931.c,1.54,1.55
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list