showrav017 / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

JAIN SIP JS Stack doesn't work with webrtc2sip SIP proxy (http://code.google.com/p/webrtc2sip/) #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SIP/WS message sent by webrtc2sip SIP proxy are sent in bynary mode.
SIP Message are received in Blob object in WebSocket.onmessage(). This type of 
data is not correctly handled.
Solution: force binaryType to arraybuffer in websocket and convert ArrayBuffer 
object in String 

Original issue reported on code.google.com by laurent....@gmail.com on 7 Feb 2013 at 8:58

GoogleCodeExporter commented 8 years ago

Original comment by laurent.strullu.orange@gmail.com on 8 Feb 2013 at 2:39