<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    seems you use round robin algorithm. You can use hash over call id
    if you want that same path is preserved for same Call-ID value.<br>
    <br>
    If you want to use round robin, you have to use htable to store
    where the INVITE was sent first time, and when it comes second time
    with auth credentials, use the address from htable instead of
    dispatcher.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 11/5/12 7:02 AM, Maurice Vistan
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAEeE-xsRvxSivO_KNFwm9RRkE-eyUxc1eQEjRbAkKgSq54ofEQ@mail.gmail.com"
      type="cite">
      <div>Hi All,</div>
      <div>&nbsp;</div>
      <div>I am using kamailio as dispatcher and set up kamailio just to
        send 200 okay back for the method register, I would like check
        if its normal for the kamailio send another invite on the next
        proxy listed on my dispatcher.lst after the first proxy process
        the invite and auth.&nbsp; Below is how the call is being process.</div>
      <div>&nbsp;</div>
      <div>&nbsp;&nbsp;&nbsp; user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kamailio&nbsp;&nbsp; 1proxy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2proxy&nbsp;&nbsp;&nbsp;
        user2</div>
      <div>invite&nbsp; |----------&gt;&nbsp;&nbsp;&nbsp; |</div>
      <div>&nbsp;100&nbsp;&nbsp;&nbsp;&nbsp;| &lt;----------&nbsp;&nbsp; |</div>
      <div>&nbsp;&nbsp;invite&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;---------&gt;&nbsp; |</div>
      <div>
        100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&lt;---------&nbsp; |</div>
      <div>auth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&lt;-----------|</div>
      <div>&nbsp;auth&nbsp; |&nbsp;&lt;------------------------|</div>
      <div>ack&nbsp;&nbsp;&nbsp;&nbsp; |-------------&gt;|&nbsp;----------&gt;|</div>
      <div>Invite |--------------&gt;| --------------------------&gt; |</div>
      <div>then process</div>
      <div>&nbsp;</div>
      <div>Is there any I can limit this? or it is realy the behavior?</div>
      <div>&nbsp;</div>
      <div>Thanks a lot!</div>
      <div>Maurice</div>
      <div>&nbsp;</div>
      <div>&nbsp;</div>
      <div>&nbsp;</div>
      <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
      <div>&nbsp;</div>
      <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <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 Advanced Training, Berlin, Nov 5-8, 2012 - <a class="moz-txt-link-freetext" href="http://asipto.com/u/kat">http://asipto.com/u/kat</a>
Kamailio Advanced Training, Miami, USA, Nov 12-14, 2012 - <a class="moz-txt-link-freetext" href="http://asipto.com/u/katu">http://asipto.com/u/katu</a></pre>
  </body>
</html>