Changeset 707

Show
Ignore:
Timestamp:
05/07/08 17:24:42 (7 months ago)
Author:
stavros
Message:

update misleading information in INSTALL_AGI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/addons/Doc/INSTALL_AGI.txt

    r704 r707  
    6262exten => _X.,1,Answer 
    6363exten => _X.,n,Wait(1) 
    64 exten => _X.,n,AGI(a2billing.php|1) 
     64exten => _X.,n,DeadAGI(a2billing.php|1) 
    6565exten => _X.,n,Hangup 
    6666 
    6767[a2billing-callback] 
    68 exten => _X.,1,AGI(a2billing.php|1|callback) 
     68exten => _X.,1,DeadAGI(a2billing.php|1|callback) 
    6969exten => _X.,n,Hangup 
    7070 
    7171[a2billing-cid-callback] 
    72 exten => _X.,1,AGI(a2billing.php|1|cid-callback|34) ;last parameter is the callback area code 
     72exten => _X.,1,DeadAGI(a2billing.php|1|cid-callback|34) ;last parameter is the callback area code 
    7373exten => _X.,n,Hangup 
    7474 
    7575[a2billing-all-callback] 
    76 exten => _X.,1,AGI(a2billing.php|1|all-callback|34) ;last parameter is the callback area code 
     76exten => _X.,1,DeadAGI(a2billing.php|1|all-callback|34) ;last parameter is the callback area code 
    7777exten => _X.,n,Hangup    
    7878 
    7979[a2billing-predictivedialer] 
    80 exten => _X.,1,AGI(a2billing.php|1|predictivedialer)   
     80exten => _X.,1,DeadAGI(a2billing.php|1|predictivedialer)       
    8181exten => _X.,n,Hangup 
    8282 
    8383[a2billing-did] 
    84 exten => _X.,1,AGI(a2billing.php|1|did) 
     84exten => _X.,1,DeadAGI(a2billing.php|1|did) 
    8585exten => _X.,2,Hangup 
    8686 
    8787[a2billing-voucher] 
    88 exten => _X.,1,AGI(a2billing.php|1|voucher) 
     88exten => _X.,1,DeadAGI(a2billing.php|1|voucher) 
    8989;exten => _X.,1,AGI(a2billing.php|1|voucher|44) ; will add 44 in front of the callerID for the CID authentication 
    9090exten => _X.,n,Hangup    


Google