Displaying 1 result from an estimated 1 matches for "8501sip0001".
2013 May 05
0
BLF and asterisk Queue
...nt'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,MYSQL(Query resultid ${connid} SELECT channel, extension, name
FROM pbx...