DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
944 stars 460 forks source link

sips URI unsupported #327

Open jjhvlabs opened 5 years ago

jjhvlabs commented 5 years ago

when connecting to our servers we get SIP/2.0 403 Forbidden (sips URI unsupported)

due to the fact, that the contact header looks like this:

Contact: "John Doe"sips:63486e52@df7jal23ls0d.invalid;rtcweb-breaker=no;transport=wss;expires=1800;click2call=no;+g.oma.sip-im;+audio;language="en"

Apparently the "sips" schema is outdated? Is there some way to connect to wss:// but generate a Contact header which begins with <sip:3434.... ?