versatica / JsSIP

JsSIP, the JavaScript SIP library
https://jssip.net
Other
2.4k stars 739 forks source link

fix register re-try on 423 response #851

Closed staskobzar closed 5 months ago

staskobzar commented 5 months ago

fails to re-try register with new expire header and value on 423 because param this._registering is still true

https://github.com/versatica/JsSIP/blob/f3ebc9eca82ff90f2cbd9279562711cf9fe3a940/lib/Registrator.js#L99-L104