Re: [OpenSIPS-Users] ACK timout OpenSIPS 1.5 Still not resolved

2009-04-22 Thread Bogdan-Andrei Iancu
Hi Khan, The logs shows very clear that the 200 OK was received by opensips and sent out to the caller. Unfortunately there is no ACK coming from caller. You need to do a SIP capture (IP level) on the caller side to see if the caller is actually receiving the 200 OK. As said, a missing ACK fro

Re: [OpenSIPS-Users] ACK timout OpenSIPS 1.5 Still not resolved

2009-04-10 Thread Khan
Deag Bogdan, I have force_rport() in the beginning of script as you can see in the link http://pastebin.com/mcec311 (highlighted section is where i added NAT traversal logic) also the log of failure is at this link <<< call made and ACK timed out >>> http://pastebin.com/m1d11246a I tried to fi

Re: [OpenSIPS-Users] ACK timout OpenSIPS 1.5 Still not resolved

2009-04-10 Thread Bogdan-Andrei Iancu
Hi Khan, The 401 is for a REGISTER (look at the Cseq header). anyhow, the lack of an ACK from the caller means the caller didn't received the reply (200 OK). If the caller is behind a nat, be sure you do force_rport() in script (at INVITE time) - this will correctly route back the replies via

[OpenSIPS-Users] ACK timout OpenSIPS 1.5 Still not resolved

2009-04-09 Thread Khan
Ok, I guess I sort of see the problem but dont know how to fix it... i capture the trafic from the SjPhone UAC which transmit OPTIONS after 200 OK, it seems like its getting 401 from server on authentication, wonder why? Here is a link http://pastebin.com/m298ec8c6 please let me know if i am on t