Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am writing a TCL IVR authentication scriptwhich should allow accees to anybody _except_for ANIs in a "black list".I have setup the list of undesirable numbers in aFreeRADIUS server. It seems that there is a bug(feature?) in AAA for H.323: and as s...
I have set up AS-5300s as VoIP gateways a few times.Now, however, the calls don't seem to go through.My gateway is hooked up to a PRI T1 and receives POTSincoming calls which are supposed to be forwarded viaInternet to somebody else's AS-5300 over wh...
I would like to use the IVR feature of our AS-5300.Cisco includes several Tcl IVR scripts, and some ofthem use RADIUS authentication. I have looked allover but can't find any documentation on thespecific configuration of a RADIUS server whichwill au...
Cisco AS-5300Cisco IOS Version 12.2(15)T7What are the Cisco IOS statements needed to configurethe RADIUS service? I am NOT going to use it tologin into the router, instead, the Cisco will berunning a Tcl IVR call application which willauthenticate, a...
Cisco AS-5300Cisco IOS Version 12.2(15)T7What are the Cisco IOS statements needed to configurethe RADIUS service? I am NOT going to use it tologin into the router, instead, the Cisco will berunning a Tcl IVR call application which willauthenticate, ...
This is the full script:## A very simple call app#proc init { } { global param}proc act_Setup { } { set ani [infotag get leg_ani] puts "\ngoing to aaa authenticate $ani \n" aaa authenticate $ani ""}proc act_Authorized { } { set ani ...