Hello,

 

what are your concerns regarding the other set with reverse order? This would be surely the simplest solution.

The few pings every minute or so should not be an issue to any server.

 

Cheers,

 

Henning

 

--

Henning Westerholt – https://skalatan.de/blog/

Kamailio services – https://gilawa.com

 

From: sr-users <sr-users-bounces@lists.kamailio.org> On Behalf Of Adarsh Chauhan
Sent: Wednesday, January 12, 2022 1:53 AM
To: sr-users@lists.kamailio.org
Subject: [SR-Users] Reverse Kamailio Dispatcher order

 

Hi All,

 

I was looking for a way where i could reverse the order of priority set on destinations in dispatcher file.

 

for eg:

if i have the following file:

 

1 sip:10.252.168.41:5060;transport=tcp 0 5 # (US)

1 sip:10.252.168.42:5060;transport=tcp 0 4 # (US)

1 sip:10.252.168.43:5060;transport=tcp 0 3 # (EU)

1 sip:10.252.168.44:5060;transport=tcp 0 2 # (EU)

 

I wanted to use top to bottom when in US region and bottom to top when in EU region.

 

One option is to make another set, however that will force Kamailio to send ping (OPTIONS) twice when probing.

 

Regards,

Adarsh Chauhan