We want to restrict agent sessions on our Asterisk-based system. When an agent logs in with their credentials on one machine and then tries to log in again on another machine using the same credentials, the previous session should be automatically logged out. We need a solution that enforces single active session per agent across all machines.
what are the possible methods for that?