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

max-conn and double dial-peer

aclhkaclhk
Level 1
Level 1

we could define two same dial-peer (only ip address is different) to create redundancy if the 1st ip address is not responding.

if we apply max-conn=2 to each dial-peer, the incoming connection will switch to the 2nd dial-peer if the max-conn for 1st dial-peer is reached. That is, 4 max connections are allowed.

we want to limit the max-connection to 2 but we also want to have backup ip addresses.

=======

dial-peer voice 19150 voip

translation-profile outgoing my_profile

preference 1

max-conn 2

destination-pattern 51189150

voice-class codec 1

session protocol sipv2

session target ipv4:192.168.1.25

dtmf-relay h245-alphanumeric

no vad

!

dial-peer voice 19151 voip

translation-profile outgoing my_profile

preference 2

max-conn 2

destination-pattern 51189151

voice-class codec 1

session protocol sipv2

session target ipv4:192.168.1.26

dtmf-relay h245-alphanumeric

no vad

================

pls kindly advise.

2 Replies 2

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

If this is a pure CME or H.323 setup, you will need a gatekeeper to provide call admission control.

If your other end is CallManager, you can use locations to manage the maximum number of calls the CallManager will accept.

Regards

Aaron

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

paolo bevilacqua
Hall of Fame
Hall of Fame

Can't you set max-connection on the incoming DP pots ?