From 6c4e7a6dd6ac88cd55a35f274b7ad634397e86c8 Mon Sep 17 00:00:00 2001 From: file Date: Fri, 11 Jan 2008 17:22:53 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/branches/1.4@98219 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_followme.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/app_followme.c') diff --git a/apps/app_followme.c b/apps/app_followme.c index f4acd7bf1..e01866db7 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: -- cgit v1.2.3