[Asterisk-cvs] asterisk/channels chan_zap.c,1.472,1.473

mattf at lists.digium.com mattf at lists.digium.com
Wed Jul 13 11:05:09 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv27738/channels

Modified Files:
	chan_zap.c 
Log Message:
Update variable name to match docs


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -d -r1.472 -r1.473
--- chan_zap.c	12 Jul 2005 02:33:57 -0000	1.472
+++ chan_zap.c	13 Jul 2005 15:13:12 -0000	1.473
@@ -8237,7 +8237,7 @@
 							snprintf(calledtonstr, sizeof(calledtonstr)-1, "%d", e->ring.calledplan);
 							pbx_builtin_setvar_helper(c, "CALLEDTON", calledtonstr);
 							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));
 							
 							ast_mutex_lock(&pri->lock);
 							if (c && !ast_pthread_create(&threadid, &attr, ss_thread, c)) {




More information about the svn-commits mailing list