mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@29551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -641,7 +641,7 @@ static int builtin_blindtransfer(struct ast_channel *chan, struct ast_channel *p
|
|||||||
ast_verbose(VERBOSE_PREFIX_3 "Unable to find extension '%s' in context '%s'\n", newext, transferer_real_context);
|
ast_verbose(VERBOSE_PREFIX_3 "Unable to find extension '%s' in context '%s'\n", newext, transferer_real_context);
|
||||||
}
|
}
|
||||||
if (!ast_strlen_zero(xferfailsound))
|
if (!ast_strlen_zero(xferfailsound))
|
||||||
res = ast_streamfile(transferer, xferfailsound, transferee->language);
|
res = ast_streamfile(transferer, xferfailsound, transferer->language);
|
||||||
else
|
else
|
||||||
res = 0;
|
res = 0;
|
||||||
if (res) {
|
if (res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user