mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 12:30:41 +00:00
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@384641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -77,6 +77,20 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
<parameter name="item" required="true">
|
||||
<para>Standard items (provided by all channel technologies) are:</para>
|
||||
<enumlist>
|
||||
<enum name="amaflags">
|
||||
<para>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.</para>
|
||||
<enumlist>
|
||||
<enum name="1"><para><literal>OMIT</literal></para></enum>
|
||||
<enum name="2"><para><literal>BILLING</literal></para></enum>
|
||||
<enum name="3"><para><literal>DOCUMENTATION</literal></para></enum>
|
||||
</enumlist>
|
||||
</enum>
|
||||
<enum name="accountcode">
|
||||
<para>R/W the channel's account code.</para>
|
||||
</enum>
|
||||
<enum name="audioreadformat">
|
||||
<para>R/O format currently being read.</para>
|
||||
</enum>
|
||||
|
Reference in New Issue
Block a user