aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
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;