Hi all,
I need to configure dialplan queue context in order to send CURL post as an extension is ringing. Now i have it on production but only works if I send this curl once the call goes into the queue, but i need to send one url for extension free.
For example:
Queue 3000 (extensions 100,101,102)
If extension 101 is talking I need to seend 2 url, one per extension, how can I focus this?
Extension 100 idle? yes, then:
n,Set(test=${CURL()})
Extension 101 idle? no, ok dont do nothing
Extension 102 idle? yes then:
n,Set(test=${CURL()})
Thanks in advance,