]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Ensure the return value of ast_bridge_call is passed back up as the application retur...
authorJoshua Colp <jcolp@digium.com>
Fri, 11 Jan 2008 17:22:53 +0000 (17:22 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 11 Jan 2008 17:22:53 +0000 (17:22 +0000)
(closes issue #10327)
Reported by: kkiely

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98219 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_followme.c

index f4acd7bf19fac304dc4d6d2c94afa4195794b052..e01866db75c6373268a1eccf9fe6eb31e51d6468 100644 (file)
@@ -1048,7 +1048,6 @@ static int app_exec(struct ast_channel *chan, void *data)
                        pbx_builtin_setvar_helper(caller, "ANSWEREDTIME", toast);
                        if (outbound)
                                ast_hangup(outbound);
-                       res = 1;
                }
        }
        outrun: