Displaying 1 result from an estimated 1 matches for "radauthentic".
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...nting script running in
background:
Here is the context:
[astrad]
exten => 5444,1,SetVar(RADIUS_Server=IP_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...