aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-04 20:13:43 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-04 20:13:43 +0000
commitc85e13f7b9205dd3dea0212407a0a84a2db2ad6b (patch)
treebd00c8d47952c25699df2404d68d29b94b1cd2be /funcs
parent5f86a934ef019bf5fdee0701c0d96a32ee40dc3b (diff)
Recorded merge of 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.0@250731 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 0c44abe62..413d8766c 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -206,6 +206,7 @@ static struct ast_custom_function channel_function = {
" Argument 1:\n"
" audio Get audio destination\n"
" video Get video destination\n"
+ " text Get text destination\n"
"\n"
"Additional items may be available from the channel driver providing\n"
"the channel; see its documentation for details.\n"