mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user