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)) {

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to