mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
fix transfer goto issue
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
pbx.c
2
pbx.c
@@ -3882,7 +3882,7 @@ int ast_async_goto(struct ast_channel *chan, const char *context, const char *ex
|
||||
ast_explicit_goto(tmpchan,
|
||||
(context && !ast_strlen_zero(context)) ? context : chan->context,
|
||||
(exten && !ast_strlen_zero(exten)) ? exten : chan->exten,
|
||||
priority - 1);
|
||||
priority);
|
||||
|
||||
/* Masquerade into temp channel */
|
||||
ast_channel_masquerade(tmpchan, chan);
|
||||
|
||||
Reference in New Issue
Block a user