aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-28 19:24:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-28 19:24:30 +0000
commit635b2657b639125c27e5982016ad096a3693731c (patch)
tree0aa77f03268333881a2e41432fd2b915b1476210 /channels
parent52b9135b4811377fb51ffb1e325a0b49279ff8d2 (diff)
fix variable name (issue #5302)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6676 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 1e005ec79..013fc271a 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -8461,7 +8461,7 @@ static void *pri_dchannel(void *vpri)
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);