<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><tt>Hi,<br>
<br>
Please do not post scripts - you are simply flooding the mailing
list -> people go angry -> angry people do not answer...
:)<br>
<br>
So, the trace shows very clearly your REGISTER loops on your
opensips because the domain part in RURI is not recognized as
local by opensips. As you use multidomain support:<br>
</tt><br>
<span style="background-color: rgba(0, 0, 0, 0);">if
(!is_uri_host_local()) {<br>
append_hf("P-hint: outbound\r\n"); <br>
route(1);<br>
}<br>
<br>
, you need to put your domain "</span><span
style="background-color: rgba(0, 0, 0, 0);">192.168.1.104" into
the domain table , reload domain table (or restart) and it
should work.<br>
<br>
Regards,<br>
</span>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
On 27.05.2014 10:32, <a class="moz-txt-link-abbreviated" href="mailto:toasterisk@gmail.com">toasterisk@gmail.com</a> wrote:<br>
</div>
<blockquote cite="mid:201405271532202659659@gmail.com" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: 宋体; color: rgb(0, 0, 0); line-height: 1.5; }</style>
<div><span></span><span style="background-color: rgba(0, 0, 0,
0);">Hello,all:</span></div>
<div><span style="background-color: rgba(0, 0, 0, 0);">I am trying
to use asterisk and opensips and follow the link:</span></div>
<div><span style="background-color: rgba(0, 0, 0, 0);"></span><a
moz-do-not-send="true"
href="http://www.opensips.org/Documentation/Tutorials-OpenSIPSAsteriskIntegration-1-8."
style="font-size: 10.5pt; line-height: 1.5; background-color:
window;">http://www.opensips.org/Documentation/Tutorials-OpenSIPSAsteriskIntegration-1-8.</a><span
style="font-size: 10.5pt; line-height: 1.5; background-color:
rgba(0, 0, 0, 0);"> </span></div>
<div>when i register my sip phone, I got the 408 timeout and
P-hint:outbound from </div>
<div><span style="background-color: rgba(0, 0, 0, 0); font-size:
10.5pt; line-height: 1.5;">ngrep -d lo -qt -W byline port
5060. when i use the example CFG to startup the opensips, i
got many errors due to </span></div>
<div><span style="background-color: rgba(0, 0, 0, 0); font-size:
10.5pt; line-height: 1.5;">the module compatebility. so i
change some modules for opensips-1.8, therefore I suspect the
modules i loaded is wrong. </span></div>
<br>
</blockquote>
[.....]<br>
</body>
</html>