lyx2014 / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

CSeq sequence apparently out of standard #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Any call from two sipml5 clients connected to WebRTC2SIP with SIP SBC proxy

What is the expected output? What do you see instead?

The call is made correctly even if sometimes the SBC replies to a BYE message 
with a 500 Internal Server Error

What version of the product are you using? On what operating system?

Chrome 27 on windows
WebRTC2SIP Gateway 2.5.1

Please provide any additional information below.

I think cseq number are randomly generated without following unitary increments 
as described in sip rfc3261

On Windows platform generated cseq are small numbers, while on Linux are larger.

Could this be the reason that generates random 500 Internal Server Error?

Are CSeq numbers generated differently on Linux and Windows?

Where can I change, in the code, this behavior? 

Thanks in advance.

Original issue reported on code.google.com by flavioba...@gmail.com on 17 Jul 2013 at 1:42

Attachments: