I have a need to use subqueues for many of my different clients. We are now seeing that some clients, with 10 subqueues/DIDs, are requesting the URL link.
I need to use it in the same fashion listed in the QueueMetrics manual section 20.2:
exten => s,7, Queue(myqueue|nt|
http://mysite/app?uid=${UNIQUEID}&clid=${CALLERID}||60)
Pulling both CALLERID(num) and Asterisk UNIQUEID.
However, subqueues utilize the URL field to function.
Is there a way that I am able to keep subqueues and use the URL?
Thank you!
Valon24