summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-01-04 18:46:51 +0000
committerJonathan Rose <jrose@digium.com>2012-01-04 18:46:51 +0000
commit573e1e5dc018b65bb3d2a288d77fcaa0f0e1d1a2 (patch)
tree3441140ffb1f6e52518cf30d50cde9174c7dcac7 /main/pbx.c
parent1a8b769fdca7045f6ba246797fe923ed95595aba (diff)
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 ........ Merged revisions 349451 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@349452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index e5980aed4..dff45b813 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -543,7 +543,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<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>