<div dir="ltr">Hello guys,<div><br></div><div>This happened to me a long time ago but i totally forgot the reason.</div><div><br></div><div>I using a simple dispatcher, and when relaying out to the destination, kamailio is adding an additional :5060 port to the To header:</div><div><br></div><div><font face="monospace">To: <sip:910609738@172.31.6.1:5080:5060></font><br></div><div><br></div><div>The Destination is actually <a href="http://172.16.6.1:5080">172.16.6.1:5080</a>, i don't know why Kamailio is adding that :5060</div><div><br></div><div>The dispatcher is </div><div><br></div><div> <font face="monospace">   if (!ds_select_dst($var(dispatcher_outbound), "4")) {<br>        xlog("[DISPATCH]: ds_select_dst FAILED!\n");<br>        send_reply("404", "No destination");<br>        exit;<br>    } else {<br>        xlog("[DISPATCH]: ds_select_dst was succesful\n");<br>    }<br>    xlog("L_DBG", "[DISPATCH]: going to <$ru> via <$du>\n");<br>    t_on_failure("RTF_DISPATCH");<br>    route(RELAY);</font><br></div><div><br></div><div>Any ideas? I totally forgot... and it's late, i guess...</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Thanks!</div><div><br></div>David Villasmil<div>email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.com</a></div><div>phone: +34669448337</div></div></div></div></div></div>