Fix SetVar (bug #3668) and g + transfer (#3650)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-02-26 03:57:10 +00:00
parent 3188414261
commit 233e26b112
2 changed files with 2 additions and 2 deletions

View File

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