<div dir="ltr">Hi there,<div><br></div><div>The question is still relevant.<br></div><div><br></div><div>It seems to me that the problem lies somewhere in this part.<br></div><div><br></div><div><div>route[REPLY] {</div><div><br></div><div>        route(ACCOUNTING);</div><div><br></div><div>        t_on_reply("1");</div><div>        t_on_failure("1");</div><div><br></div><div>        if(is_present_hf("Proxy-Authorization"))</div><div>        {</div><div>                remove_hf("Proxy-Authorization");</div><div>        };</div><div><br></div><div>        xlog("L_INFO", "Request leaving server - M=$rm RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n");</div><div><br></div><div>        if (!t_relay()) {</div><div>                if (method=="INVITE" || method=="ACK") {</div><div>                        route(RTPPROXY);</div><div>                };</div><div>                sl_reply_error();</div><div>        };</div><div><br></div><div>        exit;</div><div>}</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-17 17:53 GMT+03:00 Daniel Tryba <span dir="ltr"><<a href="mailto:d.tryba@pocos.nl" target="_blank">d.tryba@pocos.nl</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, May 17, 2016 at 05:08:45PM +0300, Mx R wrote:<br>
> In our network we used several ONT Huawei models. But with one model<br>
> HUAWEI-EchoLife HG8245 / V1R003C00S205 we have the following problem. When<br>
> connecting to this device in the POTS ports of the two phones. From the<br>
> first port we can not call to the second and from the second port can not<br>
> call to the first port. On the other ONT Huawei devices, there is no such<br>
> problem. Earlier we had set OpenSIP and this device did not have a problem.<br>
><br>
> The problem is likely in the configuration because it works at the default<br>
> settings.<br>
<br>
</span>In the past I ran into other devices/PBXs that can't handle the fact<br>
there is an outgoing/incoming call with the same callid. You could try<br>
the topoh module (with modparam("topoh", "mask_callid", 1))<br>
<br>
Beware that it might introduce other problems in some calls scenarios,<br>
my prefered solution is to route the call to a b2bua (asterisk) when I<br>
detected hairpinning.<br>
<br>
_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div><br></div>