Displaying 2 results from an estimated 2 matches for "donothangup".
2007 Feb 19
1
Asterisk with Radius users authentication
Dear all,
I've searched the web about Asterisk with Radius integration for user
authentication, and got a bit confused...
I see that there have been some work around it, there is PortaOne's
Radius client patch, an still open branch of Digium Issue Tracker "SIP
peer authentication on an external database (RADIUS - LDAP)", etc.
Although, none of these seems to give me the
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...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 => 5444,2,Dial(OH323/${dest_number}@Gateway_I...