cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
369
Views
0
Helpful
2
Replies

Gatekeeper registration and call diversion

happykiran
Level 1
Level 1

Hi all, I have implemented the following configurations in my system.

When I do this, all the calls are going to gatekeeper without matching any prefix or any other parameter. Apart from the dial-peer listed here, I have got three more dial-peers from where I want to send the calls to different gateways.

Question is, How do I divert only specific traffic, to GK and the rest of the traffic should pass through other dial-peers as normal ?

1) voice rtp send-recv

2) call rsvp-sync

3) interface FastEthernet0

h323-gateway voip interface

h323-gateway voip id gk1 ipaddr x.x.x.x 1719

h323-gateway voip id gk2 ipaddr x.x.x.x 1719

h323-gateway voip h323-id zeko6

4) dial-peer voice 1 voip

destination-pattern 00T

session target ras

dtmf-relay

codec g729br8

no vad

Regards,

Kiran

2 Replies 2

vkapoor5
Level 5
Level 5

Hi Saeed,

As far as my knowledge goes, there is no such software for Imate.

anthonylee
Level 1
Level 1

Kiran,

There's another option for you.

You have to configure the GK correctly on the GW,

verify the succesfull registration and then

you can combine the dial-peers as usual as per example below:

dial-peer voice 2 voip

incoming called-number .

destination-pattern .T

voice-class codec 100

session target ras <- going to configured GK

dtmf-relay h245-alphanumeric

fax-relay ecm disable

fax rate 9600

fax nsf 000000

fax protocol t38 ls-redundancy 1 hs-redundancy 1 fallback none

!

dial-peer voice 13 voip

preference 4

destination-pattern 072.......

session target ipv4:217.19.0.22 <- specific GW1

!

dial-peer voice 14 voip

preference 5

destination-pattern 074.......

session target ipv4:217.19.0.16 <- specific GW2

etc...

Hope this will help you.

Regards,