I have read many examples and it seems I have found several pieces of how to do this but no real example of how to achieve this. <br><br>I followed this setup guide: <a href="http://kb.asipto.com/freeswitch:kamailio-3.1.x-freeswitch-1.0.6d-sbc">http://kb.asipto.com/freeswitch:kamailio-3.1.x-freeswitch-1.0.6d-sbc</a><br>
<br>Performed this Kamailio  install: <a href="http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.1.x-from-git">http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.1.x-from-git</a><br><br>I have found the page for the dispatcher module here: <a href="http://kamailio.org/docs/modules/3.1.x/modules_k/dispatcher.html">http://kamailio.org/docs/modules/3.1.x/modules_k/dispatcher.html</a><br>
<br>I also am curious if this dispatcher setup can be driven solely from the dispatcher mysql table or if the dispatcher.list file is required.<br><br>Can someone point me towards the proper documentation that truly show how to configure these features.<br>
<br><b>SIP Routing Capabilities</b><br><ul><li><ul><li>NAT traversal support for SIP and RTP traffic</li><li>load balancing with many distribution algorithms and failover support</li><li>flexible least cost routing</li><li>
routing failover</li><li>replication for High Availability (HA)</li></ul>
</li></ul><br><br><br><pre><i> Load Based Load Balancing<br></i><i> -------------------------<br></i><i><br></i><i> +----------+<br></i><i> | Kamailio |<br></i><i> +----------+<br></i><i>   |<br></i><i>   |       +--------------+<br>
</i><i>   |-------| FreeSWITCH 1 |  [Calls 1,3,7]<br></i><i>   |       +--------------+<br></i><i>   |<br></i><i>   |       +--------------+<br></i><i>   |-------| FreeSWITCH 2 |  [Calls 2,6]<br></i><i>           +--------------+<br>
</i></pre><br>