aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-26 03:57:10 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-26 03:57:10 +0000
commit304c14a1d2f7830c0042b464904f8fc0e75d8a73 (patch)
tree6aca084ad76f2b9e0c1ed44785c8d58a95e3845f /apps
parentab43f6438da93c849e81f56d52f07add45b73539 (diff)
Fix SetVar (bug #3668) and g + transfer (#3650)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5083 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index da8888d5f..3920ba4e1 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1282,7 +1282,7 @@ out:
LOCAL_USER_REMOVE(u);
- if ((ast_test_flag(peerflags, DIAL_GO_ON)) && (!chan->_softhangup))
+ if ((ast_test_flag(peerflags, DIAL_GO_ON)) && (!chan->_softhangup) && (res != AST_PBX_KEEPALIVE))
res=0;
return res;