[Asterisk-cvs] asterisk/channels chan_zap.c,1.517,1.518
russell
russell
Wed Sep 28 15:27:51 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv6432/channels
Modified Files:
chan_zap.c
Log Message:
fix variable name (issue #5302)
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -d -r1.517 -r1.518
--- chan_zap.c 28 Sep 2005 19:18:48 -0000 1.517
+++ chan_zap.c 28 Sep 2005 19:24:30 -0000 1.518
@@ -8461,7 +8461,7 @@
pbx_builtin_setvar_helper(c, "USERUSERINFO", e->ring.useruserinfo);
}
if (e->ring.redirectingreason >= 0)
- pbx_builtin_setvar_helper(c, "PRIREDIRECTCAUSE", redirectingreason2str(e->ring.redirectingreason));
+ pbx_builtin_setvar_helper(c, "PRIREDIRECTREASON", redirectingreason2str(e->ring.redirectingreason));
snprintf(calledtonstr, sizeof(calledtonstr)-1, "%d", e->ring.calledplan);
pbx_builtin_setvar_helper(c, "CALLEDTON", calledtonstr);
More information about the svn-commits
mailing list