[cisco-voip] VoIP and IVR
Geoffrey Cauchi
geoffrey.cauchi at datastream.com.mt
Sun Feb 27 05:50:50 EST 2005
Hi
I am setting up a Cisco 5350 for IVR. I managed to setup the IVR part, so when you call from PSTN you are asked to enter your account number and password and the number you want to call.
These have to be authenticated through a radius server, and I am having trouble there.
The IOS on the router is 12-3.3(g) [c5350-is-mz.123-3g.bin]
To authenticate users with radius I did the following config on the router:
aaa new-model
!
!
aaa group server radius h323
!
aaa authentication login default local group radius
aaa authentication login h323 group radius
aaa authorization exec h323 group radius
aaa authorization network h323 group radius
aaa accounting exec default start-stop group radius
aaa accounting exec h323 start-stop group radius
aaa accounting network h323 start-stop group radius
aaa accounting connection h323 start-stop group radius
aaa session-id common
!
gw-accounting aaa
!
radius-server host a.b.c.d auth-port 1812 acct-port 1813
radius-server key xyz
radius-server vsa send accounting
radius-server vsa send authentication
!
call application voice voice_ivr flash:43_au.tcl
!
dial-peer voice 100 pots
description This dial peer enables voice on the AS5350
application voice_ivr
incoming called-number 12345678
port 3/0:D
!
Your help would be greatly appreciated
Thanks
Geoffrey
More information about the cisco-voip
mailing list