aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-11 17:27:58 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-11 17:27:58 +0000
commit49d571c3e931193c0e91384572a23fb3758d41c8 (patch)
tree9147aac726160cd968868a4f5990a09ae89a9bbc
parent2f83bcc869cb22608e47293be017dac698a4bffd (diff)
Merged revisions 98219 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r98219 | file | 2008-01-11 13:22:53 -0400 (Fri, 11 Jan 2008) | 4 lines 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/trunk@98220 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 d002c26b9..f670d65c0 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -1012,7 +1012,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: