Displaying 1 result from an estimated 1 matches for "queueext".
Did you mean:
queueexts
2012 Dec 19
1
Dialplan - working out when users answer
Hey guys,
I've got a part of my dialplan that dials multiple people:
exten => direct,n,Dial(${QUEUEEXTS},${RINGTIME})
Multiple extensions are in the ${QUEUEEXTS} from an external script - e.g. SIP/100&SIP/101&SIP/105 etc
This works great, however I want to see if I can find a way to work out (and run an AGI script) when the call is picked up by someone.
Thanks all!
-------------- next pa...