Displaying 1 result from an estimated 1 matches for "itg_queue".
Did you mean:
in_queue
2013 May 05
0
BLF and asterisk Queue
...d in/out status:
where 8501 is the queue number and 8512 is the agent's extension, and
SIP0001 is the agent's device.
in extensions.conf
;ring the queue
exten => 8501,1,Goto(itg-queue,itg,1)
;AGENT Login/Logout to queue 8501
exten => _8501.,1,Macro(custom-agent-inout,itg_queue)
The agent status' are hints like,
exten => 8501SIP0001-99,hint,Custom:q8501_a8512
[macro-custom-agent-inout]
;
; Standard extension macro:
; ${ARG1} - Queue to Join
;
exten => s,1,Answer()
exten => s,n,MYSQL(Connect connid localhost asterisk xxxxxx yyyyy)
exten => s,n,MY...