[svn-commits] mmichelson: branch 1.6.0 r250731 - in /branches/1.6.0: ./ funcs/func_channel.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Mar 4 14:13:46 CST 2010
Author: mmichelson
Date: Thu Mar 4 14:13:43 2010
New Revision: 250731
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=250731
Log:
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.
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/funcs/func_channel.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/funcs/func_channel.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/funcs/func_channel.c?view=diff&rev=250731&r1=250730&r2=250731
==============================================================================
--- branches/1.6.0/funcs/func_channel.c (original)
+++ branches/1.6.0/funcs/func_channel.c Thu Mar 4 14:13:43 2010
@@ -206,6 +206,7 @@
" 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"
More information about the svn-commits
mailing list