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

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

Reply via email to