Dynamic Queues – Advanced Part 2
In this lesson the dialplan extensions will be modified to add and remove the user that is calling the extension. We will use the CHANNEL variable. The CHANNEL(channeltype) value displays the protocol the user is connecting with, for example SIP. The CHANNEL(peername) value holds the name of the user context. We can replace “SIP/chaz” from […]