<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 20/04/16 01:51, Jared Ball wrote:<br>
    </div>
    <blockquote
cite="mid:CAAxSk1GrvrOLePmhYUUaqiq9PNGDr7vc6GgL4ZxAsrQNTRj=sw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Does using <span style="font-size:16px">Kamailio
          and the dispatcher module require programming?  Is this a
          matter of reading the documentation and some configuration or
          does this involve writing a script for handling any SIP
          dialogue that might come my way?  I want to implement this in
          3 - 6 months.  I don't want to embark on an 18 month research
          endeavor. </span></div>
      <div class="gmail_extra"><br>
      </div>
    </blockquote>
    Alex gave already good pointers on his replies, I just want to add
    that the dispatcher module has in its documentation a fairly
    complete configuration file for load balancing SIP calls:<br>
    <br>
      -
<a class="moz-txt-link-freetext" href="http://www.kamailio.org/docs/modules/stable/modules/dispatcher.html#dispatcher.ex.config">http://www.kamailio.org/docs/modules/stable/modules/dispatcher.html#dispatcher.ex.config</a><br>
    <br>
    You will eventually need to add authentication/authorization, which
    can be extracted from default kamailio.cfg -- look for the module
    auth, auth_db and/or permissions, together with route[AUTH]. Or you
    can track the WITH_MYSQL, WITH_AUTH and WITH_IPAUTH inside the
    default kamailio.cfg. For convenience, here is the link to the git
    repo of default kamailio.cfg:<br>
    <br>
      -
    <a class="moz-txt-link-freetext" href="https://github.com/kamailio/kamailio/blob/master/etc/kamailio.cfg">https://github.com/kamailio/kamailio/blob/master/etc/kamailio.cfg</a><br>
    <blockquote
cite="mid:CAAxSk1GrvrOLePmhYUUaqiq9PNGDr7vc6GgL4ZxAsrQNTRj=sw@mail.gmail.com"
      type="cite">
    </blockquote>
    Then it is about adding records to db tables dispatcher for load
    balancing routes and subscriber/address for user/ip auth.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Kamailio World Conference, Berlin, May 18-20, 2016 - <a class="moz-txt-link-freetext" href="http://www.kamailioworld.com">http://www.kamailioworld.com</a></pre>
  </body>
</html>