Dialplan cURL queues

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,

I think you mean member, not extension.

Use Asterisk Manager Interface rather than dialplan.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.