drachtio / drachtio-server

A SIP call processing server that can be controlled via nodejs applications
https://drachtio.org
MIT License
233 stars 90 forks source link

Add option to unregister for certain SIP verbs #351

Closed dualtone-tony closed 2 months ago

dualtone-tony commented 2 months ago

The use case is to be able to drain a node of new invites while still processing in-dialog messaging.

There is also the use case of unregistering for invites when X concurrent calls are under management, for rate limiting / throttling purposes.

Really helpful when running multiple inbound-connection srf processes to scale from a single drachtio server

In conjunction with PR on drachtio-srf