[svn-commits] dvossel: trunk r267181 - in /trunk: CHANGES doc/advice_of_charge.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 2 14:33:58 CDT 2010


Author: dvossel
Date: Wed Jun  2 14:33:56 2010
New Revision: 267181

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=267181
Log:
Update CHANGES and aoc help doc to reflect AOC additions

Modified:
    trunk/CHANGES
    trunk/doc/advice_of_charge.txt

Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=267181&r1=267180&r2=267181
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Wed Jun  2 14:33:56 2010
@@ -61,6 +61,8 @@
    the particular peer. The dialstring format is SIP/peer/exten/host_or_IP.
  * Added directmediapermit/directmediadeny to limit which peers can send direct media
    to each other
+ * Added the 'snom_aoc_enabled' option to turn on support for sending Advice of
+   Charge messages to snom phones.
 
 IAX2 Changes
 -----------
@@ -336,6 +338,7 @@
    to eliminate tromboned calls.  A tromboned call goes out an interface and comes
    back into the same interface.  Tromboned calls happen because of call routing,
    call deflection, call forwarding, and call transfer.
+ * Added the ability to send and receive ETSI Advice-Of-Charge messages. 
 
 Asterisk Manager Interface
 --------------------------
@@ -366,6 +369,8 @@
    'sip show peers'.
  * Added Advice-Of-Charge events (AOC-S, AOC-D, and AOC-E) in the new
    aoc event class.
+ * Added Advice-Of-Charge manager action, AOCMessage, for generating AOC-D and
+   AOC-E messages on a channel.
 
 Channel Event Logging
 ---------------------

Modified: trunk/doc/advice_of_charge.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/doc/advice_of_charge.txt?view=diff&rev=267181&r1=267180&r2=267181
==============================================================================
--- trunk/doc/advice_of_charge.txt (original)
+++ trunk/doc/advice_of_charge.txt Wed Jun  2 14:33:56 2010
@@ -4,10 +4,19 @@
 
 Written by: David Vossel
 Initial version: 04-19-2010
+Email: dvossel at digium.com
 
 This document is designed to give an overview of how to configure and
 generate Advice of Charge along with a detailed explanation of how each
 option works.
+
+--------------------------------------
+|          READ THIS FIRST           |
+--------------------------------------
+PLEASE REPORT ANY ISSUES ENCOUNTERED WHILE USING AOC.  This feature
+has had very little community feedback so far.  If you are using this
+feature please share with us any problems you are having and any
+improvements that could make this feature more useful.  Thank you!
 
 --------------------------------------
 |           Terminology              |




More information about the svn-commits mailing list