- This topic has 6 replies, 1 voice, and was last updated 19 years, 5 months ago by icarus.
-
AuthorPosts
-
6th July 2004 at 08:53 #27568canGuest
hi,
how can i authenticate calls based on ip address of gateway, from where calls arrive, using radius ? i received answers, but i don`t use ivr, can you provide me solution without ivr using? and i make termnaton using chnel bnk through cntrolere1. thanks
aaa new-model
aaa authentication login h323 group radius
aaa authorization exec h323 group radius
!
call application voice remote_ip
tftp://…/tcl/remote_ip_authenticate.1.1.1.tcl
!
dial-peer voice 11 voip
application remote_ip
incoming called-number .
!
radius-server host bla.bla
radius-server key super_secret
radius-server vsa send accounting
radius-server vsa send authentication6th July 2004 at 09:23 #27569Andrew ZhilenkoGuestYour setup looks good. I do not understand what do you mean by “but i don`t use ivr” – some TCL script is _always_ used to handle VoIP call. The remote_ip_authenticate.1.1.1.tcl will do what you need – authenticate and connect the call, no prompts will be played
6th July 2004 at 10:20 #27570KiranGuestYes,
A TCL script is required to take control of the call. It will decide whether to accept or reject a call based on the information recieved from radius.
TCL doesn’t necessarily mean IVR. You can write a script that does only the call setup function without prompting anything to users.
K
7th July 2004 at 09:56 #27571call duration is shortGuesthi,
I have a problem. when termnte calls via gw, my call durations are very short. about 20-30 sn.
Why can call durations short?gw——Mygw——>gsm
|
|
gkinterface FastEthernet0/0
ip address x.x.x.x x.x.x.x
duplex auto
speed auto
no cdp enable
h323-gateway voip interface
h323-gateway voip id saharagk ipaddr x.x.x.x 1719
h323-gateway voip h323-id as5350
h323-gateway voip bind srcaddr x.x.x.xcontroller E1 3/2
ds0-group 1 timeslots 1-15 type r2-digital
ds0-group 2 timeslots 17-31 type r2-digital
ds0 busyout 28-31 hardvoice-port 3/2:1
input gain 6
echo-cancel coverage 16
compand-type a-law
cptone TR
timeouts interdigit 2
timeouts ringing infinity
bearer-cap Speechvoice-port 3/2:2
input gain 6
echo-cancel coverage 16
compand-type a-law
cptone TR
timeouts interdigit 2
timeouts ringing infinity
bearer-cap Speech
!
!
!
dial-peer voice 1 pots
preference 1
destination-pattern 90T
port 3/2:1
forward-digits 11
prefix ,
!
dial-peer voice 2 pots
preference 2
destination-pattern 90T
port 3/2:2
forward-digits 11
prefix ,31st May 2005 at 08:32 #27572icarusGuesthi
does anyone has remote_ip_authenticate.X.X.X.tcl ?
where can I download it ..
I don’t have the cisco CCO 🙁31st May 2005 at 20:22 #27573Andrew ZhilenkoGuestSearch google for “advanced remote authenticate tcl” – it is basically a greatly improved replacement for the standard cisco remote_ip_authenticate.tcl
1st June 2005 at 19:46 #27574icarusGuestI found in a ftp search engine ..
you can find any IOS for any device and any kind of TCL scripts .also thank for your reply .
-
AuthorPosts
- The forum ‘Voice over IP’ is closed to new topics and replies.