Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

authenticate ip address 2

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #27568
    can
    Guest

    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 authentication

    #27569
    Andrew Zhilenko
    Guest

    Your 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

    #27570
    Kiran
    Guest

    Yes,

    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

    #27571
    call duration is short
    Guest

    hi,
    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
    |
    |
    gk

    interface 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.x

    controller 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 hard

    voice-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 Speech

    voice-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 ,

    #27572
    icarus
    Guest

    hi
    does anyone has remote_ip_authenticate.X.X.X.tcl ?
    where can I download it ..
    I don’t have the cisco CCO 🙁

    #27573
    Andrew Zhilenko
    Guest

    Search google for “advanced remote authenticate tcl” – it is basically a greatly improved replacement for the standard cisco remote_ip_authenticate.tcl

    #27574
    icarus
    Guest

    I 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 .

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Voice over IP’ is closed to new topics and replies.