From: Joshua Colp Date: Fri, 11 Jan 2008 17:22:53 +0000 (+0000) Subject: Ensure the return value of ast_bridge_call is passed back up as the application retur... X-Git-Tag: 1.4.18~12^2~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=441b8091597bb5030b86b25a3eb2f7c458b1da15;p=thirdparty%2Fasterisk.git Ensure the return value of ast_bridge_call is passed back up as the application return value. This is needed for transfers to function so the PBX core knows to continue execution. (closes issue #10327) Reported by: kkiely git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98219 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_followme.c b/apps/app_followme.c index f4acd7bf19..e01866db75 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -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: