Re: [SR-Users] Error with ACK from SIPML5

2014-02-14 Thread Andrew Pogrebennyk
Sorry for reviving this old thread. I think I've come across the same issue as Jayesh and it is triggered by the Route inserted by sipml5 into in-dialog requests like ACK - Route: Jayesh had two Route headers that belong to this kamailio instance and I also have two of them: Route: Route: Alth

Re: [SR-Users] Error with ACK from SIPML5

2013-09-27 Thread Tais Plougmann Hansen
There's a whole lot of loglines at debug=4. I grabbed the block of lines that seem to belong to the failing INVITE. 2(5209) INFO:

Re: [SR-Users] Error with ACK from SIPML5

2013-09-26 Thread Daniel-Constantin Mierla
Can you get the logs with debug=4? It doesn't seem like the same problem with the one reported initially in this thread. Cheers, Daniel On 9/25/13 6:04 PM, Tais Plougmann Hansen wrote: I found out that when a subscriber has multiple contacts (ie. by stopping and starting the WS client), kama

Re: [SR-Users] Error with ACK from SIPML5

2013-06-23 Thread Jayesh Nambiar
I did do debug=3 and saw the logs but couldn't figure out much. Here is the log for the appropriate ACK received on websocket port. I've highlighted a few lines I felt might be problematic: DEBUG: [tcp_read.c:1146]: ws_process_msg(): WebSocket Message: [[>>>#012<81>þ#003ø´¶#037<8a>õõTªÇßo°<85><84

Re: [SR-Users] Error with ACK from SIPML5

2013-06-23 Thread Daniel-Constantin Mierla
Are you sure the error messages are printed for this ACK, because it has to be sent via UDP, not via WS, thus the messages seem to be unrelated. Get the log messages with debug=3 in order to see what is happening. Cheers, Daniel On 6/22/13 9:10 AM, Jayesh Nambiar wrote: Hi, Is it possible tha

Re: [SR-Users] Error with ACK from SIPML5

2013-06-22 Thread Jayesh Nambiar
Hi, Is it possible that this could be a problem in the script. But when I call using a normal SIP Client like X-Lite, it works well. This only happens when the request comes on websocket. Is there something to be handled specially when handling requests like ACK over websocket? The reference is mor

Re: [SR-Users] Error with ACK from SIPML5

2013-06-19 Thread Jayesh Nambiar
Hi Daniel, I checked using the kamcmd command and I see the webrtc connection active. The ACK comes from the webrtc client but somehow kamailio is unable to create a via header and forward the request. The ACK coming from webrtc client is as follows: SEND: ACK sip:1223@126.128.68.8:5065;transport=

Re: [SR-Users] Error with ACK from SIPML5

2013-06-18 Thread Daniel-Constantin Mierla
Hello, On 6/14/13 4:52 PM, Jayesh Nambiar wrote: Hello All, I have a setup which is SIPML5 -> Kamailio(Websocket) -> Freeswitch. All I am trying to do is initiate a call from SIPML5 and Play a Music file from freeswitch. This works, but the call hangs up after 30 seconds due to ACK timeout fr

[SR-Users] Error with ACK from SIPML5

2013-06-14 Thread Jayesh Nambiar
Hello All, I have a setup which is SIPML5 -> Kamailio(Websocket) -> Freeswitch. All I am trying to do is initiate a call from SIPML5 and Play a Music file from freeswitch. This works, but the call hangs up after 30 seconds due to ACK timeout from from the SIPML5. What I can see is the SIPML5 from