Displaying 1 result from an estimated 1 matches for "filteranon".
Did you mean:
filter_on
2011 Aug 15
3
Queue Breakout Input being Ignored
...h different actions to occur (sorry
I dont have a simpler version of the below at hand)
[extensions.conf]
[app-helpdesk-bh]
exten => s,1(unanswered),Ringingsame => n,Wait(2)
same => n,Answer
same => n,Wait(1)
same => n(answered),NoOp(Helpdesk)
same => n,Gosub(app-filteranon,s,1)
same => n,Set(CALLERID(name)=${client} Helpdesk)
same => n,NoOp(Caller ID set to: ${CALLERID(name)})
same => n,NoOp(Callers waiting in queue:
${QUEUE_WAITING_COUNT(helpdesk)})
; play the announcement for this helpdesk client (or the general intro)
same => n(announceand...