<div dir="ltr"><div><span style="font-family:arial,sans-serif;font-size:13px">Hello everyone,</span><div style="font-family:arial,sans-serif;font-size:13px">I have a server with OpenSIPS 1.10 installed and I want my customer can be able to make call to landline, so I relay all the landline request to my ITSP (which is net2phone). Everything is working perfectly except that when landline phone ends call, instead of sending BYE like</div>
<blockquote style="font-family:arial,sans-serif;font-size:13px;margin:0px 0px 0px 40px;border:none;padding:0px">BYE sip:0912167@mydomain:56566;transport=tcp SIP/2.0</blockquote><span style="font-family:arial,sans-serif;font-size:13px">they sends</span><div style="font-family:arial,sans-serif;font-size:13px">
<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">BYE sip:0912167@mydomain:56566 SIP/2.0<br></blockquote>which is invalid according to dialog information, so I using fix_route_dialog() to fix Request-URI. But the problem is after fixing it, OpenSIPS doesn&#39;t send BYE to my customer and crash after several tries.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">To verify if fix_route_dialog() is the culprit, I install OpenSIPS 1.9 with default script and using fix_route_dialog() before relay BYE and everything run fine</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>                        if (is_method(&quot;BYE&quot;)) {</div><div>                                setflag(ACC_DO); # do accounting ...</div>
<div>                                setflag(ACC_FAILED); # ... even if the transaction fails</div></div><div style="font-family:arial,sans-serif;font-size:13px"><div>                                fix_route_dialog();</div>
<div>                                route(relay);</div></div><div style="font-family:arial,sans-serif;font-size:13px">                        }<br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div>
<div style="font-family:arial,sans-serif;font-size:13px">But if I do this to OpenSIPS 1.10, it can&#39;t relay BYE to client in the other side. Is it a bug or not?</div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">Thank for reading !!!<br></div></div><div><br></div><div><div dir="ltr"><div>Regards,</div><div>Ngô Tấn Phát</div><div><br></div><div><font face="courier new, monospace" color="#444444">-------------------------------------<br>
</font></div><font face="courier new, monospace" color="#444444">Ngô Tấn Phát</font><div><font face="courier new, monospace" color="#444444">Mobile: (+84)0932624499</font></div><div><font face="courier new, monospace" color="#444444">Skype: phat.wu</font></div>
</div></div>
</div>