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