mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Use the correct language when playing the transfer sound (issue #7109 reported by casper)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@29512 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);
|
||||
}
|
||||
if (!ast_strlen_zero(xferfailsound))
|
||||
res = ast_streamfile(transferer, xferfailsound, transferee->language);
|
||||
res = ast_streamfile(transferer, xferfailsound, transferer->language);
|
||||
else
|
||||
res = 0;
|
||||
if (res) {
|
||||
|
Reference in New Issue
Block a user