dect
/
asterisk
Archived
13
0
Fork 0

fix transfer goto issue

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4572 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
anthm 2004-12-28 20:31:37 +00:00
parent 61e8762876
commit cf400ba462
1 changed files with 1 additions and 1 deletions

2
pbx.c
View File

@ -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);