mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
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
This commit is contained in:
@@ -1048,7 +1048,6 @@ static int app_exec(struct ast_channel *chan, void *data)
|
|||||||
pbx_builtin_setvar_helper(caller, "ANSWEREDTIME", toast);
|
pbx_builtin_setvar_helper(caller, "ANSWEREDTIME", toast);
|
||||||
if (outbound)
|
if (outbound)
|
||||||
ast_hangup(outbound);
|
ast_hangup(outbound);
|
||||||
res = 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
outrun:
|
outrun:
|
||||||
|
Reference in New Issue
Block a user