[asterisk-commits] dvossel: branch dvossel/generic_aoc r257853 - /team/dvossel/generic_aoc/doc/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 19 13:47:35 CDT 2010


Author: dvossel
Date: Mon Apr 19 13:47:33 2010
New Revision: 257853

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=257853
Log:
aoc help doc update

Modified:
    team/dvossel/generic_aoc/doc/advice_of_charge.txt

Modified: team/dvossel/generic_aoc/doc/advice_of_charge.txt
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/generic_aoc/doc/advice_of_charge.txt?view=diff&rev=257853&r1=257852&r2=257853
==============================================================================
--- team/dvossel/generic_aoc/doc/advice_of_charge.txt (original)
+++ team/dvossel/generic_aoc/doc/advice_of_charge.txt Mon Apr 19 13:47:33 2010
@@ -10,13 +10,13 @@
 option works. 
 
 --------------------------------------
-           Terminology
+|           Terminology              |
 --------------------------------------
 AOC: Advice of Charge
 
-AOC-S: Advice of Charge message sent at the beginning of a call
-during call setup.  This message contains a list of rates
-associated with the call.
+AOC-S: Advice of Charge message sent at the beginning of a call during
+call setup.  This message contains a list of rates associated with the
+call.
 
 AOC-D: Advice of Charge message sent during the call.  This message
 is typically used to update the endpoint with the current call charge.
@@ -24,18 +24,17 @@
 AOC-E: Advice of Charge message sent at the end of a call.  This
 message is used to indicate to the endpoint the final call charge.
 
-AMI: Asterisk Manager Interface.  This interface is used to
-generate AOC messages and listen for AOC events.
+AMI: Asterisk Manager Interface.  This interface is used to generate
+AOC messages and listen for AOC events.
 
 --------------------------------------
-           AOC in chan_dahdi
+|           AOC in chan_dahdi        |
 --------------------------------------
+----- LibPRI Support:
+ETSI, or euroisdn, is the only switchtype that LibPRI currently supports
+for AOC.
 
------LibPRI Support:
-ETSI, or euroisdn, is the only switchtype that LibPRI currently
-supports for AOC.
-
------Enable AOC Pass-through in chan_dahdi
+----- Enable AOC Pass-through in chan_dahdi
 To enable AOC pass-through between the ISDN and Asterisk use the
 'aoc_enable' config option.  This option allows for any combination
 of AOC-S, AOC-D, and AOC-E to be enabled or disabled.
@@ -98,7 +97,7 @@
                                           ; call setup
 
 --------------------------------------
-           AOC in chan_sip
+|          AOC in chan_sip           |
 --------------------------------------
 Asterisk supports a very basic way of sending AOC on a SIP channel to Snom
 phones using an AOC specification designed by Snom.  This support is limited
@@ -111,7 +110,7 @@
 the 'snom_aoc_enabled' option in sip.conf.
 
 --------------------------------------
-    Generate AOC Messages via AMI
+|   Generate AOC Messages via AMI    |
 --------------------------------------
 Asterisk supports a way to generate AOC messages on a channel via
 the AMI action AOCMessage.  At the moment the AOCMessage action is limited
@@ -128,7 +127,8 @@
 AOC-D message generation can happen anytime throughout the call.  This
 message type is very straight forward.
  
-Example: AOCMessage action generating AOC-D currency message with Success response.
+Example: AOCMessage action generating AOC-D currency message with Success
+response.
 
 Action: AOCMessage
 Channel: DAHDI/i1/1111-1




More information about the asterisk-commits mailing list