Displaying 1 result from an estimated 1 matches for "secret_radius".
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...art of this radius
client.
When trying to do an outgoing call in my following context, I keep
getting the below error from the perl accounting 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
cu...