From: Matthew Jordan Date: Wed, 3 Apr 2013 17:17:33 +0000 (+0000) Subject: Update documentation for CHANNEL function X-Git-Tag: 13.0.0-beta1~1953 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cafccdf877f623bee5d4eb3c32c7fe4aa605678;p=thirdparty%2Fasterisk.git Update documentation for CHANNEL function Document that you can read/write the 'accountcode' and 'amaflags' on a channel. ........ Merged revisions 384640 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 384641 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384642 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_channel.c b/funcs/func_channel.c index 79e2b6f5f0..db9434d834 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -77,6 +77,20 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Standard items (provided by all channel technologies) are: + + R/W the Automatic Message Accounting (AMA) flags on the channel. + When read from a channel, the integer value will always be returned. + When written to a channel, both the string format or integer value + is accepted. + + OMIT + BILLING + DOCUMENTATION + + + + R/W the channel's account code. + R/O format currently being read.