Displaying 4 results from an estimated 4 matches for "mainq".
Did you mean:
main
2005 Aug 06
1
Queue_log all calls marked ABANDONED?
I went to run my queue_log parser so that I could send out a monthly
report to one of my customers, and I noticed that every valid call
complete action (COMPLETEAGENT, COMPLETECALLER) is followed by an
ABANDON:
Here is a complete-caller:
1123325015|1123325011.2|mainq|NONE|ENTERQUEUE||00110102102
1123325020|1123325011.2|mainq|Agent/21|CONNECT|5
1123325030|1123325011.2|mainq|Agent/21|COMPLETECALLER|5|10
1123325030|1123325011.2|mainq|NONE|ABANDON|1|1|15
Here is a complete-agent:
1123325051|1123325047.7|mainq|NONE|ENTERQUEUE||00110102102
1123325055|1123325047.7|ma...
2007 Jul 04
2
Xorcom Bri and asterisk crashes
...[20295] pbx.c: Function result is 'CID withheld'
Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Executing
Set("Zap/14-1", "CALLERID(name)=Old Main Line:CID withheld") in new
stack
Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Executing
Goto("Zap/14-1", "mainq|q|1") in new stack
Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Goto (mainq,q,1)
Jul 4 11:56:55 DEBUG[20295] pbx.c: Function result is 'false'
Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Executing
Set("Zap/14-1", "NightMode=false") in new stack
Jul 4 11:56:...
2005 Feb 11
1
Problem with # Transfer from queue
...SetCallerID(${ARG3})
exten => s,4,DigitTimeout(0)
exten => s,5,ResponseTimeout(0)
exten => s,6,Queue(${ARG1}|t)
exten => s,7,Voicemail(su${ARG2})
exten => s,102,Voicemail(su${ARG2})
exten => s,107,Voicemail(su${ARG2})
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
in queues.conf I have:
[mainq]
member = Agent/10
member = Agent/11
member = Agent/12
member = Agent/13
member = Agent/14
member = Agent/15
member = Agent/16
member = Agent/17
member = Agent/18
member = Agent/20
member = Agent/21
retry = 0
timeout = 20
announce-holdtime = yes
joinempty = yes
announce-frequency = 90
reportholdti...
2007 Jun 27
1
Zap dialling issues
...ong. Can any one point me in the right direction.
P.S. Yes it is meant to be in TE PTP mode as the current Digium B410P
works fine in that mode
/etc/asterisk/extensions.conf Extract
[internal]
include=>features
include=>speeddial
;Extention number for main Q
exten => 700,1,Goto(mainq,q,1)
;-----------------------------------------------------
;Calling a local extensions mailbox
exten => _*7XX,1,Set(Extension=${EXTEN:1})
exten => _*7XX,n,Goto(directtovoicemail,s,1)
;------------------------------------------------------
;Static externaly accessable Conference room...