Hello,<br>I have a question about the &quot;priority&quot; in the dispatcher module.  I looked in the docu-wiki and there was nothing which actually described how this field is used (exactly), so I can only guess or ask the list.  <br>
<br>Say I have 3 destinations in a set:<br><br>set: 1<br>dest: sip:<a href="http://1.2.3.4:5060">1.2.3.4:5060</a><br>priority: 1<br><br>set: 1<br>dest: sip:<a href="http://1.2.3.5:5060">1.2.3.5:5060</a><br>priority: 1<br>
<br>set: 1<br>dest: sip:<a href="http://1.2.3.6:5060">1.2.3.6:5060</a><br>priority: 0<br><br><br>I am using ds_select_domain(&quot;1&quot;,&quot;4&quot;) to retrieve my list of destinations.<br><br>In this scenario, would the calls only route to 1.2.3.6 if .4 and .5 were both out of service?<br>
<br>Thanks.<br>