From 17db6392cb9e01670428793600ebf4fab88c433c Mon Sep 17 00:00:00 2001 From: file Date: Mon, 22 May 2006 20:15:04 +0000 Subject: Use the correct language when playing the transfer sound (issue #7109 reported by casper) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29512 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/res_features.c') diff --git a/res/res_features.c b/res/res_features.c index eaae5816d..30c00db27 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -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) { -- cgit v1.2.3