Changeset 2915

Show
Ignore:
Timestamp:
09/07/10 23:54:07 (2 years ago)
Author:
areski
Message:

remove Answer on a2billing standard context

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/addons/Doc/extensions_a2billing_1_6.conf

    r2911 r2915  
    77; For standard inbound call 
    88[a2billing] 
    9 exten => _X.,1,Answer(1
     9exten => _X.,1,NoOp(A2Billing Start
    1010exten => _X.,n,DeadAgi(a2billing.php,1) 
    1111exten => h,1,Hangup 
     
    9999; As fourth parameter we pass the reference ID of the Agent  
    100100[a2billing_autocreate_example] 
    101 exten => _X.,1,Answer(1) 
    102 exten => _X.,n,DeadAgi(a2billing.php,1,standard,0,%REF_AGENT%) 
     101exten => _X.,1,DeadAgi(a2billing.php,1,standard,0,%REF_AGENT%) 
    103102exten => h,1,Hangup 
    104103 
  • trunk/addons/Doc/extensions_a2billing.conf

    r2911 r2915  
    77; For standard inbound call 
    88[a2billing] 
    9 exten => _X.,1,Answer(1
     9exten => _X.,1,NoOp(A2Billing Start
    1010exten => _X.,n,DeadAgi(a2billing.php|1) 
    1111exten => _X.,n,Hangup 
     
    9494; As fourth parameter we pass the reference ID of the Agent  
    9595[a2billing_autocreate_example] 
    96 exten => _X.,1,Answer(1) 
    97 exten => _X.,n,DeadAgi(a2billing.php|1|standard|0|%REF_AGENT%) 
     96exten => _X.,1,DeadAgi(a2billing.php|1|standard|0|%REF_AGENT%) 
    9897exten => _X.,n,Hangup 
    9998