[Asterisk-cvs] asterisk/channels chan_zap.c,1.390,1.391
mattf at lists.digium.com
mattf at lists.digium.com
Wed Dec 15 15:06:37 CST 2004
- Previous message: [Asterisk-cvs] asterisk/doc README.variables,1.22,1.23
- Next message: [Asterisk-cvs]
libpri compat.h, NONE, 1.1 Makefile, 1.12, 1.13 mkdep,
1.2, 1.3 pri.c, 1.30, 1.31 pri_facility.c, 1.1, 1.2 q921.c,
1.18, 1.19 q931.c, 1.100, 1.101 testprilib.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv31533/channels
Modified Files:
chan_zap.c
Log Message:
Little addition to the redirectionreason stuff
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -d -r1.390 -r1.391
--- chan_zap.c 15 Dec 2004 19:59:52 -0000 1.390
+++ chan_zap.c 15 Dec 2004 20:03:17 -0000 1.391
@@ -7798,6 +7798,9 @@
case 0xF:
snprintf(redirstr, 20, "UNCONDITIONAL"); /* Other reason */
break;
+ default:
+ snprintf(redirstr, 20, "NOREDIRECT");
+ break;
}
pbx_builtin_setvar_helper(c, "PRIREDIRECTCAUSE", redirstr);
- Previous message: [Asterisk-cvs] asterisk/doc README.variables,1.22,1.23
- Next message: [Asterisk-cvs]
libpri compat.h, NONE, 1.1 Makefile, 1.12, 1.13 mkdep,
1.2, 1.3 pri.c, 1.30, 1.31 pri_facility.c, 1.1, 1.2 q921.c,
1.18, 1.19 q931.c, 1.100, 1.101 testprilib.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list