I would like to keep a SIP peer in some queues, but in a paused state.
I need this user in this queues because there is a software, built on top of Asterisk (via AMI), that check queue members and show to the user “things” related to him. At the same time, I don’t want this user to ring at any queue call.
So I put this member in all queues and paused him from the queues he doesn’t want to ring in.
I know, it’s not a great solutions, but it works.
My problem is that if the server would be restarted, I have to pause this user again. There is any way to perform some actions when Asterisk starts? I want to pause the peer in some of its queues, when Asterisk starts
Thank you in advance for the help