aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-11 17:22:53 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-11 17:22:53 +0000
commit6c4e7a6dd6ac88cd55a35f274b7ad634397e86c8 (patch)
treea24b156d759072d1f7777987d5136a601a084c50
parent23748da29ef7de0d00c49a4d2fb00496e2317a6e (diff)
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
-rw-r--r--apps/app_followme.c1
1 files changed, 0 insertions, 1 deletions
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: