[OpenSIPS-Users] Error for 408 timeout and P-hint: outbound for Realtime OpenSIPS - Asterisk Integration

toasterisk at gmail.com toasterisk at gmail.com
Wed May 28 05:05:40 CEST 2014


Sorry for that. I was worry about lacking of sufficient info for your debug.
 



Cheers!
 
From: Bogdan-Andrei Iancu
Date: 2014-05-27 21:39
To: OpenSIPS users mailling list; toasterisk at gmail.com
Subject: Re: [OpenSIPS-Users] Error for 408 timeout and P-hint: outbound for Realtime OpenSIPS - Asterisk Integration
Hi,

Please do not post scripts - you are simply flooding the mailing list -> people go angry -> angry people do not answer... :)

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:
    
if (!is_uri_host_local()) {
append_hf("P-hint: outbound\r\n"); 
route(1);
}

, you need to put your domain "192.168.1.104" into the domain table , reload domain table (or restart) and it should work.

Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.comOn 27.05.2014 10:32, toasterisk at gmail.com wrote:
Hello,all:
I am trying to use asterisk and opensips and follow the link:
http://www.opensips.org/Documentation/Tutorials-OpenSIPSAsteriskIntegration-1-8. 
when i register my sip phone, I got the 408 timeout and P-hint:outbound from 
ngrep -d lo -qt -W byline port 5060. when i use the example CFG to startup the opensips, i got many errors due to 
the module compatebility. so i change some modules for opensips-1.8, therefore I suspect the modules i loaded is wrong. 

[.....]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20140528/351e991f/attachment.htm>


More information about the Users mailing list