[svn-commits] trunk r29514 - in /trunk: ./ res/res_features.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon May 22 13:19:00 MST 2006


Author: file
Date: Mon May 22 15:19:00 2006
New Revision: 29514

URL: http://svn.digium.com/view/asterisk?rev=29514&view=rev
Log:
Merged revisions 29512 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29512 | file | 2006-05-22 17:15:04 -0300 (Mon, 22 May 2006) | 2 lines

Use the correct language when playing the transfer sound (issue #7109 reported by casper)

........

Modified:
    trunk/   (props changed)
    trunk/res/res_features.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/res/res_features.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_features.c?rev=29514&r1=29513&r2=29514&view=diff
==============================================================================
--- trunk/res/res_features.c (original)
+++ trunk/res/res_features.c Mon May 22 15:19:00 2006
@@ -638,7 +638,7 @@
 		if (option_verbose > 2)	
 			ast_verbose(VERBOSE_PREFIX_3 "Unable to find extension '%s' in context '%s'\n", xferto, transferer_real_context);
 	}
-	if (ast_stream_and_wait(transferer, xferfailsound, transferee->language, AST_DIGIT_ANY) < 0 ) {
+	if (ast_stream_and_wait(transferer, xferfailsound, transferer->language, AST_DIGIT_ANY) < 0 ) {
 		finishup(transferee);
 		return -1;
 	}



More information about the svn-commits mailing list