Dynamic routing might be the better tool for this job. <br><br>Brian. <br><br>On Wednesday, January 12, 2022, Adarsh Chauhan <<a href="mailto:adarshchauhan@hotmail.com">adarshchauhan@hotmail.com</a>> wrote:<br>> Hi All,<br>> I was looking for a way where i could reverse the order of priority set on destinations in dispatcher file.<br>> for eg:<br>> if i have the following file:<br>> 1 sip:10.252.168.41:5060;transport=tcp 0 5 # (US)<br>> 1 sip:10.252.168.42:5060;transport=tcp 0 4 # (US)<br>> 1 sip:10.252.168.43:5060;transport=tcp 0 3 # (EU)<br>> 1 sip:10.252.168.44:5060;transport=tcp 0 2 # (EU)<br>> I wanted to use top to bottom when in US region and bottom to top when in EU region.<br>> One option is to make another set, however that will force Kamailio to send ping (OPTIONS) twice when probing.<br>> Regards,<br>> Adarsh Chauhan