Way to properly "disable" users

Hello,

Is there a way other than just changing their secret temporarily that I can “disable” them from making/receiving calls?

For example, if they try to make a call, they just get redirected to an IVR that says “You have been temporarily blocked from making and receiving calls.” I would also want this if they pick up a call.

Note really. You could have an inbound route for external inbound calls to the extension. This route could play your special message. For external outbound calls you could use class of service to force the extension to an outbound route that does what you want. This also could restrict other pox services.
https://help.sangoma.com/community/s/article/PBX-GUI-Class-of-Service-Admin-Guide

This will not stop extension to extension calls.

Another custom code/dialplan might be to make a special context in the extensions_override.conf that context could do what you want, then you could add extensions to it.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.