Displaying 1 result from an estimated 1 matches for "radauthor".
Did you mean:
dvdauthor
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...P_RADIUS)
exten => 5444,2,SetVar(RADIUS_Secret=Secret_RADIUS)
exten => 5444,3,SetVar(NAS_IP_Address=ASTERISK_IP)
exten => 5444,4,SetAccount(${CALLERIDNUM})
exten =>
5444,5,agi,radauthentic.pl|AuthorizeBy=Account&IfFailed=DoNotHangup; a
copy of agi-rad-auth.pl
exten =>
5444,6,agi,radauthor.pl|AuthorizeBy=Account&IfFailed=DoNotHangup; a
customized copy of agi-rad-auth.pl
exten => 5444,7,Goto(astrad2,5444,1)
[astrad2]
exten => 5444,1,Read(dest_number,IVR,skip)
exten => 5444,2,Dial(OH323/${dest_number}@Gateway_IP,40) ; outgoing
call
exten => 5444,3,Hangup
Please find...