Dynamic Queues – Easy
There are four applications within Asterisk that can be used to control the relationship between a queue and a member. They are AddQueueMember(), PauseQueueMember(), UnPauseQueueMember(), and RemoveQueueMember(). In this lesson we will look at adding and removing a user from a queue dynamically. In the previous lessons we added a static member to the techteam […]