Displaying 1 result from an estimated 1 matches for "ircsay".
Did you mean:
ircam
2006 May 03
1
Running applications when a queued call is answered
...agent. I'd like to do some slightly more sophisticated things, like
run an external application with System().
When I was using normal extensions and routing the call to one person,
I could do something like this:
exten => 3772,1,Ringing()
exten => 3772,2,System(/home/sgifford/ircsay sgifford "Call for ${EXTEN} at ${DATETIME}")
exten => 3772,3,Wait(2)
exten => 3772,4,Dial(SIP/sgifford)
to run an external application and wait 2 seconds while the caller
still heard ringing. Is there a way to do something similar when a
queued call is delivered? Maybe wi...