aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-13 15:13:12 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-13 15:13:12 +0000
commitf6c6078d29fe7ce0eadafca87ef0144ed783bb9f (patch)
tree629884617ed7f17c83368c4f6d63c2a80012d170 /channels
parent8d67c0a010ef6a5ddb8164f82240c4267fd61eac (diff)
Update variable name to match docs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6120 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 46830c528..1eadea3e6 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -8237,7 +8237,7 @@ static void *pri_dchannel(void *vpri)
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)) {