versatica / JsSIP

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

Allow to send REGISTER request without `expires` #794

Open kkozlik opened 1 year ago

kkozlik commented 1 year ago

This PR adding ability to send REGISTERs without expires value and let the server side decide what the expires is.

This is done by setting register_expires to zero in UA config.