[svn-commits] jrose: branch 10 r349451 - in /branches/10: ./ main/pbx.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jan 4 12:38:33 CST 2012
Author: jrose
Date: Wed Jan 4 12:38:29 2012
New Revision: 349451
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=349451
Log:
Fix documentation for SayNumber to reflect the fact that language is changed in CHANNEL()
(closes issue ASTERISK-18962)
reported by: Nir Simionovich
........
Merged revisions 349450 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/10/ (props changed)
branches/10/main/pbx.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/main/pbx.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/pbx.c?view=diff&rev=349451&r1=349450&r2=349451
==============================================================================
--- branches/10/main/pbx.c (original)
+++ branches/10/main/pbx.c Wed Jan 4 12:38:29 2012
@@ -543,7 +543,7 @@
<description>
<para>This application will play the sounds that correspond to the given <replaceable>digits</replaceable>.
Optionally, a <replaceable>gender</replaceable> may be specified. This will use the language that is currently
- set for the channel. See the LANGUAGE() function for more information on setting the language for the channel.</para>
+ set for the channel. See the CHANNEL() function for more information on setting the language for the channel.</para>
</description>
<see-also>
<ref type="application">SayAlpha</ref>
More information about the svn-commits
mailing list