Hi all,
<div><br></div><div>I&#39;m using kamailio dispatcher module between</div><div>the OpenIMSCore and sailfin. Normally, without the dispatcher,</div><div>all works fine. From the IMS Bench I can see that there are </div><div>
many successful call, but when I use the dispatcher module </div><div>I&#39;m having a lot of retransmission in the first part of the INVITE </div><div>protocol. I&#39;m using the default configuration file:</div><div><br>
</div><div><div># ----------------- setting module-specific parameters ---------------</div><div># -- dispatcher params --</div><div> </div><div>modparam(&quot;dispatcher&quot;, &quot;list_file&quot;, &quot;../etc/dispatcher.list&quot;)</div>
<div># modparam(&quot;dispatcher&quot;, &quot;force_dst&quot;, 1)</div><div> </div><div>route{</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>if ( !mf_process_maxfwd_header(&quot;10&quot;) )</div><div>
<span class="Apple-tab-span" style="white-space:pre">        </span>{</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> <span class="Apple-tab-span" style="white-space:pre">        </span>sl_send_reply(&quot;483&quot;,&quot;To Many Hops&quot;);</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span> <span class="Apple-tab-span" style="white-space:pre">        </span>drop();</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>};</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>ds_select_dst(&quot;1&quot;, &quot;0&quot;);</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>forward();</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span># t_relay();</div><div>}</div></div><div><br></div><div><br></div><div>I tried also the t_relay() function instead of the forward </div><div>command, but the problem is the same.</div>
<div><br></div><div>Thanks in advance.</div><div><br></div><div>Bests,</div><div><br></div><div>Giuseppe</div>