<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div>Actually, I got it. &nbsp;I've added: &nbsp;applications/mod_distributor &nbsp;in the modules.conf&nbsp;</div><div>I will start testing now.</div><div><br></div><div>Thank you,</div><div>Dorn B.</div><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><br><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> DJB &lt;djbinter@yahoo.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> freeswitch-users@lists.freeswitch.org<br><b><span style="font-weight: bold;">Sent:</span></b> Wed, November 11, 2009 11:57:29 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Freeswitch-users] mod_distributor for bridge<br></font><br><div
 style="font-family:verdana, helvetica, sans-serif;font-size:10pt;"><div>Thank you. &nbsp;I will test with the latest SVN; however, can you please advise how do I add it in modules.conf since I don't see the item in there so that I can rebuild the source.</div><div><br></div><div>Regards,</div><div>Dorn B.</div><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt;"><div style="font-family:times new roman, new york, times, serif;font-size:12pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Anthony Minessale &lt;anthony.minessale@gmail.com&gt;<br><b><span style="font-weight:bold;">To:</span></b> freeswitch-users@lists.freeswitch.org<br><b><span style="font-weight:bold;">Sent:</span></b> Wed, November 11, 2009 11:37:31 AM<br><b><span style="font-weight:bold;">Subject:</span></b> Re: [Freeswitch-users]
 mod_distributor for bridge<br></font><br>you got 2 out of 3,<br><br>the dialplan would look like this:<br><br>&lt;include&gt;<br>
 &nbsp; &lt;extension name="pstn"&gt;<br>
 &nbsp; &nbsp; &lt;condition field="destination_number" expression="^(.*)$"&gt;<br>
 &nbsp; &nbsp; &nbsp; &lt;action application="bridge" data="sofia/gateway/${distributor(carrier1)}/$1"/&gt;&nbsp; &nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;/condition&gt; <br>&nbsp;&lt;/extension&gt;<br>&lt;/include&gt;<br><br><div class="gmail_quote">On Wed, Nov 11, 2009 at 1:19 PM, DJB <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:djbinter@yahoo.com" target="_blank" href="mailto:djbinter@yahoo.com">djbinter@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex;">Anthony,<br>
<br>
Would this configuration work if we want to do load sharing 50/50:<br>
<br>
<br>
<br>
#distributor.conf.xml<br>
<br>
<br>
&lt;configuration name="distributor.conf" description="Distributor Configuration"&gt;<br>
 &nbsp;&lt;lists&gt;<br>
 &nbsp; &nbsp;&lt;list name="carrier1" total-weight="2"&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;node name="gateway1" weight="1"/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;node name="gateway2" weight="1"/&gt;<br>
 &nbsp; &nbsp;&lt;/list&gt;<br>
 &nbsp;&lt;/lists&gt;<br>
&lt;/configuration&gt;<br>
<br>
----------------------------------------------------<br>
#sip_profiles/external/carrier1.xml<br>
<br>
&lt;include&gt;<br>
 &nbsp;&lt;gateway name="gateway1"&gt;<br>
 &nbsp; &nbsp;&lt;param name="username" value="none"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="password" value="none"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="proxy" value="10.10.10.1"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="register" value="false"/&gt;<br>
 &nbsp;&lt;/gateway&gt;<br>
 &nbsp;&lt;gateway name="gateway2"&gt;<br>
 &nbsp; &nbsp;&lt;param name="username" value="none"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="password" value="none"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="proxy" value="10.10.10.2"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="register" value="false"/&gt;<br>
 &nbsp;&lt;/gateway&gt;<br>
<br>
---------------------------------------------------<br>
#dialplan/defalut/01_outbound_routes.xml<br>
<br>
&lt;include&gt;<br>
 &nbsp; &lt;extension name="gw1"&gt;<br>
 &nbsp; &nbsp; &lt;condition field="destination_number" expression="^(.*)$"&gt;<br>
 &nbsp; &nbsp; &nbsp; &lt;action application="bridge" data="${distributor(carrier1)}sofia/gateway/gateway1/$1"/&gt;<br>
 &nbsp; &nbsp; &lt;/condition&gt;<br>
 &nbsp; &lt;/extension&gt;<br>
 &nbsp; &lt;extension name="gw2"&gt;<br>
 &nbsp; &nbsp; &lt;condition field="destination_number" expression="^(.*)$"&gt;<br>
 &nbsp; &nbsp; &nbsp; &lt;action application="bridge" data="${distributor(carrier1)}sofia/gateway/gateway2/$1"/&gt;<br>
 &nbsp; &nbsp; &lt;/condition&gt;<br>
 &nbsp; &lt;/extension&gt;<br>
&lt;/include&gt;<br>
<br>
<br>
Thank you,<br>
Dorn B.<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a rel="nofollow" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a rel="nofollow" target="_blank" href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a rel="nofollow" target="_blank" href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a rel="nofollow" target="_blank" href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a rel="nofollow" ymailto="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank" href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a rel="nofollow" ymailto="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank" href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a rel="nofollow" target="_blank" href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a rel="nofollow" ymailto="mailto:sip%3A888@conference.freeswitch.org" target="_blank" href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a rel="nofollow" target="_blank" href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a rel="nofollow" ymailto="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank" href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
</div></div><div style=""></div>



</div><br>



      </div></div><div style="position:fixed"></div>


<!-- cg11.c1.mail.mud.yahoo.com compressed/chunked Tue Oct 27 20:49:49 PDT 2009 -->
</div><br>

      </body></html>