Open GoogleCodeExporter opened 9 years ago
I have the same problem too..
Windows 7
Chrome 27.0.1430.0
SIPML5 web client API version 1.2.185
IMSDroid 2.544.836
opensips SIP Server
I find this in the logs of webrtc2sip : "Request for peer at(null):65535 cannot
be delivered"
and this in logs of sipml5 :
"__tsip_transport_ws_onmessage SIPml-api.js:1 recv=SIP/2.0 408 Request Timeout
"...
seems like imsdroid did n't receive "BYE" from SIMPL5
Original comment by Napoleon...@gmail.com
on 28 Mar 2013 at 12:54
i have found that SIPML5 send BYE to wrong contact uri, e.g.
ClientA IMDroid IP:10.10.132.201:44595
ClientB sipml5 IP:10.10.132.246
server webrtc2sip + opensips IP: 10.10.132.49
ClientA send INVITE to server without CONTACT Header,
but server forward it to Client B with wrong CONTACT Header
(like this: <sip:clientA@10.10.132.49:10060;transport=ws>)
,when ClientB send BYE to ClientA,it use wrong uri..so 408 happened.
i fix it from sipml5, when ClientB received the ACK(after ClientB accept all)
from ClientA, it update dialog's o_uri_remote_target again. it works.
i upload the source ,hope it is helpful.
Original comment by Napoleon...@gmail.com
on 1 Apr 2013 at 12:23
Attachments:
This is not an issue in SIPML5 but WebRTC2SIP:
https://code.google.com/p/webrtc2sip/issues/detail?id=56
Original comment by boss...@yahoo.fr
on 4 Aug 2013 at 1:17
Original issue reported on code.google.com by
emerik...@gmail.com
on 22 Mar 2013 at 9:31Attachments: