<div dir="ltr">Hello Daniel,<div><br></div><div>Thank you for your clarifications, it was helpfull.</div><div><br></div><div>Regarding to the Dispatcher error, please see my comment in yellow:</div><div><div style="min-height:100%"><div class="gmail-nH gmail-a4O" style="width:1366px"><div class="gmail-nH"><div class="gmail-nH gmail-bkL"><div class="gmail-no"><div class="gmail-nH gmail-bkK gmail-nn" style="width:953px"><div class="gmail-nH"><div class="gmail-nH"><div class="gmail-nH gmail-ar4 gmail-z"><div class="gmail-aeI"><div class="gmail-AO"><div id="gmail-:4" class="gmail-Tm gmail-aeJ" style="height:540px"><div id="gmail-:2" class="gmail-aeF" style="min-height:350px"><div class="gmail-nH"><div class="gmail-nH"><div class="gmail-nH gmail-g"><table class="gmail-Bs gmail-nH gmail-iY" cellpadding="0" style="width:923px"><tbody><tr><td class="gmail-Bu"><div class="gmail-nH gmail-if"><div class="gmail-nH gmail-aHU"><div class="gmail-nH gmail-hx"><div class="gmail-nH"><div class="gmail-h7 gmail-ie gmail-nH gmail-oy8Mbf" tabindex="-1"><div class="gmail-Bk" style="width:655px"><div class="gmail-G3 gmail-G2 gmail-afm"><div id="gmail-:12c"><div class="gmail-adn gmail-ads"><div class="gmail-gs"><div id="gmail-:12a" class="gmail-ii gmail-gt gmail-adP gmail-adO"><div id="gmail-:12b" class="gmail-a3s gmail-aXjCH gmail-m15e700b05d230383"><div bgcolor="#FFFFFF" style="font-size:12.8px"><span class="gmail-im"><blockquote type="cite" style="font-size:12.8px"><div dir="ltr"><div style="margin-left:40px"><ul><li><i><br class="gmail-Apple-interchange-newline">dispatcher [dispatch.c:1509]: ds_load_replace(): cannot find load for (<a href="http://16720.mydomain.com/" target="_blank">16720.mydomain.com</a>)</i></li><li><i>dispatcher [dispatch.c:2270]: ds_next_dst(): cannot update load distribution</i></li></ul></div></div></blockquote><i style="font-size:12.8px">[Daniel]: Have you set the attributea for load distribution in the dispatcher record for that destination?</i><br style="font-size:12.8px"></span></div><div bgcolor="#FFFFFF"><font color="#000000" style="background-color:rgb(255,255,0)"><span style="font-size:12.8px"><i>[José] :the only load distribution that i set was in dispatcher.list file(I didn't understand if was here that you is reffering the attributes), on my script i only use the function ds_select_dst("9","10").</i></span><br></font></div><div bgcolor="#FFFFFF"><font color="#000000" style="background-color:rgb(255,255,0)"><span style="font-size:12.8px"><u><b>Dispatcher.list file example:</b></u></span></font></div></div></div></div></div></div></div></div></div></div></div></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail-nH gmail-if"><div class="gmail-nH gmail-aHU"><div class="gmail-nH gmail-hx"><div class="gmail-nH"><div class="gmail-h7 gmail-ie gmail-nH gmail-oy8Mbf" tabindex="-1"><div class="gmail-Bk" style="width:655px"><div class="gmail-G3 gmail-G2 gmail-afm"><div><div class="gmail-adn gmail-ads"><div class="gmail-gs"><div class="gmail-ii gmail-gt gmail-adP gmail-adO"><div class="gmail-a3s gmail-aXjCH gmail-m15e700b05d230383"><div bgcolor="#FFFFFF"><pre class="end"><span style="background-color:rgb(255,255,0)">9 sip:IP:5080 0 1 duid=PRX1;my=prx1;maxload=20000</span></pre></div></div></div></div></div></div></div></div></div></div></div></div></div></blockquote><font face="monospace"><span style="white-space:pre"><u><b><span style="background-color:rgb(255,255,0)">Kamailio.cfg disptacher function example:</span>
</b></u></span></font><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><pre><span style="background-color:rgb(255,255,0)">if(!ds_select_dst("9", "10"))</span></pre></blockquote></blockquote><pre><span style="background-color:rgb(255,255,0)">            {</span></pre><pre><span style="background-color:rgb(255,255,0)">               xlog("L_ERR", "Failed to select proxy - R=$ru ID=$ci UA='$ua'\n");</span></pre><pre><span style="background-color:rgb(255,255,0)">               sl_send_reply("503", "No proxy available, try again later");</span></pre><pre><span style="background-color:rgb(255,255,0)">               exit;</span></pre><pre><span style="background-color:rgb(255,255,0)">              }</span></pre><font face="monospace"><span style="white-space:pre;background-color:rgb(255,255,0)">I also have a failure route to select the another available destinations:
</span></font><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><pre><span style="background-color:rgb(255,255,0)"> if(!ds_next_dst())</span></pre></blockquote><pre><span style="background-color:rgb(255,255,0)">                {</span></pre><pre><span style="background-color:rgb(255,255,0)">                        xlog("L_INFO", "PRX FAILURE no proxy availabe ID=$ci\n");</span></pre><pre><span style="background-color:rgb(255,255,0)">                        send_reply("503", "No proxy available, try again later");</span></pre><pre><span style="background-color:rgb(255,255,0)">                        exit;</span></pre><pre><span style="background-color:rgb(255,255,0)">                }</span></pre><font face="monospace"><span style="white-space:pre">
Once again, thank you for the support.

Best Regards
José Seabra</span></font></td></tr></tbody></table></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-09-06 14:43 GMT+01:00 José Seabra <span dir="ltr"><<a href="mailto:joseseabra4@gmail.com" target="_blank">joseseabra4@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hello there,<br></div>I'm facing some error msg on my kamailio server in production that i would like to understand what they means in order to avoid them.<br></div>The msg are:<br><br></div><div><div style="margin-left:40px"><ul><li><i>ERROR: tm [t_reply.c:1270]: t_should_relay_response(): ERROR: t_should_relay_response: status rewrite by UAS: stored: 408, received: 200</i></li></ul></div><div style="margin-left:40px"><i><br></i><ul><li><i>dispatcher [dispatch.c:1509]: ds_load_replace(): cannot find load for (<a href="http://16720.mydomain.com" target="_blank">16720.mydomain.com</a>)</i></li><li><i>dispatcher [dispatch.c:2270]: ds_next_dst(): cannot update load distribution</i></li></ul></div><div style="margin-left:40px"><i><br><br></i></div><div style="margin-left:40px"><ul><li><i>tm [t_reply.c:533]: _reply_light(): ERROR: _reply_light: can't generate 487 reply when a final 603 was sent out</i></li><li><i>tm [t_reply.c:533]: _reply_light(): ERROR: _reply_light: can't generate 487 reply when a final 480 was sent out</i></li></ul></div><div style="margin-left:40px"><i><br></i></div><div style="margin-left:40px"><ul><li><i>WARNING: tm [t_lookup.c:245]: ack_matching(): WARNING: ack_matching() attempted on a transaction with no E2EACK callbacks => the results are not completely reliable when forking is involved</i></li></ul></div><br></div>Thank you<br></div>Best regards<span class="HOEnZb"><font color="#888888"><br clear="all"><div><div><div><div><div><div><br>-- <br><div class="m_-6246163603388016436gmail_signature"><div>José Seabra</div></div>
</div></div></div></div></div></div></font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Cumprimentos<div>José Seabra</div></div>
</div>