sangoma / switchy

async FreeSWITCH cluster control
https://switchy.readthedocs.io/en/latest/
Mozilla Public License 2.0
69 stars 18 forks source link

Registration rate limiting app? #57

Open goodboy opened 7 years ago

goodboy commented 7 years ago

These events will probably be useful if someone ever wants to implement a built-in app:

CUSTOM sofia::register_attempt
CUSTOM sofia::pre_register

~CUSTOM sofia::limit_exceeded~ (specific to our sbc)

moises-silva commented 7 years ago

@tgoodlet Note that limit_exceeded is specific to our SBC, not part of upstream.

goodboy commented 7 years ago

@moises-silva good point, thanks for the tip :)

goodboy commented 7 years ago

Found the event names in the docs here.