onsip / SIP.js

A simple, intuitive, and powerful JavaScript signaling library
https://sipjs.com
MIT License
1.88k stars 700 forks source link

re-subscriber #1038

Open melmawi opened 1 year ago

melmawi commented 1 year ago

lib/core/user-agents/re-subscribe-user-agent-client.ts is sending the route header in the wrong order

Route: <sip:x.x.x.:5060;r2=on;lr> Route: <sip:x.x.x.x:8800;transport=wss;r2=on;lr>

instead of Route: <sip:x.x.x.x:8800;transport=wss;r2=on;lr> Route: <sip:x.x.x.:5060;r2=on;lr>