<div dir="ltr">Hello,<br><br>i&#39;m currently working with mod_distributor, to load balance calls to gateways.<br>The load balancing works well, and it&#39;s rather simple to configure, no problem.<br><br>I&#39;m trying to automatically exclude down gateways from the load balancing, which seems quite simple, too, when reading the mod_distributor doc... but i can&#39;t make it work.<br><br>I&#39;m using freeswitch 1.6.6.<br>I configured a profile internal_trk_1, and 2 gateways (svc-isr-fr-301, and non_existent_gw), with ping option.<br>One of the gateways, called (non_existent_gw) is down, and detected down by sofia<br><br>When I check the status of the gateways, the result is ok :<br>sofia profile internal_trk_1 gwlist down<br>non_existent_gw<br><br>When I check with distributor command in the cli, it&#39;s also ok :<br>expand distributor I_MUT_SIPGTW ${sofia profile internal_trk_1 gwlist down}<br>svc-isr-fr-301<br><br>But I can&#39;t make it work inside the dialplan. I tested using the 2 syntaxes listed in <a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_distributor">https://freeswitch.org/confluence/display/FREESWITCH/mod_distributor</a> :<br><br>&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/${distributor I_MUT_SIPGTW ${sofia internal_trk_1 gwlist down}}/${destination_number}&quot;/&gt;<br><br>&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway\${expand(distributor I_MUT_SIPGTW \${sofia(internal_trk_1 gwlist down)})}/${destination_number}&quot;/&gt;<br><br>The dead gateway still gets used by the load balancer.<div><br></div><div>What I am doing wrong ?<br></div><div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><p>Best regards</p><p><br></p><p>Dominique Jeannerod</p></div></div></div>
</div></div>