]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Channel is masqueraded, don't keep alive
authorTerry Wilson <twilson@digium.com>
Tue, 2 Dec 2008 23:58:08 +0000 (23:58 +0000)
committerTerry Wilson <twilson@digium.com>
Tue, 2 Dec 2008 23:58:08 +0000 (23:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@160411 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_features.c

index 2fa66f325912f549cba4cedf3c7e50989a3af01a..72865f988b8895ee68243061d88c49f9a6585dd0 100644 (file)
@@ -756,7 +756,7 @@ static int builtin_blindtransfer(struct ast_channel *chan, struct ast_channel *p
                        /* We return non-zero, but tell the PBX not to hang the channel when
                           the thread dies -- We have to be careful now though.  We are responsible for 
                           hanging up the channel, else it will never be hung up! */
-                       return (transferer == peer) ? AST_PBX_KEEPALIVE : AST_PBX_NO_HANGUP_PEER_PARKED;
+                       return 0;
                } else {
                        ast_log(LOG_WARNING, "Unable to park call %s\n", transferee->name);
                }