aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-04 20:15:10 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-04 20:15:10 +0000
commit5fc7233e546d33621ee594362400be522b8fd339 (patch)
treea096ed498cf97e634836d62c9e2fad9cc81d0418 /funcs
parent1f6d7fd045bc5392749e3bdc7a87aa584c04f21b (diff)
Merged revisions 250730 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r250730 | mmichelson | 2010-03-04 14:12:26 -0600 (Thu, 04 Mar 2010) | 3 lines Adjust XML for func_channel to indicate that rtpdest can take a "text" argument. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@250733 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index 02e7208c6..ecda99616 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -187,6 +187,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para> Argument 1:</para>
<para> <literal>audio</literal> Get audio destination</para>
<para> <literal>video</literal> Get video destination</para>
+ <para> <literal>text</literal> Get text destination</para>
</enum>
</enumlist>
<para><emphasis>chan_iax2</emphasis> provides the following additional options:</para>