Displaying 4 results from an estimated 4 matches for "autologoffunavail".
2007 May 02
0
Call In queue stucks
...asterisk*CLI> agent show online
1001 (Agent01) available at '1702@internal' (musiconhold is 'default')
1 agents online
The above states that the agent has not logged off, I dont know then why the call do not come to him.
I have also tried adding the
autologoff=1000
autologoffunavail=no
but it does not work It only ring twice in this case also and the caller keeps on hearing, you are first in line.
If the agent re login the queue starts again.
I have Asterisk 1.4.2 with zaptel 1.4.1
Can anyone Please help.
Thanks in advance.
Regards,
Sanjay Rajdev
2009 Jul 20
0
No subject
...th by dialing and using the management API
AgentCallbackLogin....
b> Log Out a que, both by dialing and using the management API
System("agent logoff agent/x") or agentlogoff in management api.
c> If the SIP channel (Phone) is not working (Unavailable) remove it
from the queue.
autologoffunavail=yes in agents.conf (but it don't seam to work)
d> If the phone is not answered within 10 secs log remove it from the que..
autologoff=10 in agent.conf
e> Allow hotdesking extensions so that people don't always need to
login to the same extension.
dial(agent/${EXTEN})
f> If the...
2009 Oct 09
0
Asterisk Queue & Agent
...use = no
memberdelay = 3
timeoutrestart = yes
monitor-format = wav
monitor-join = no
member=>agent/1,,Agent 1
member=>agent/2,,Agent 2
member=>agent/3,,Agent 3
member=>agent/4,,Agent 4
member=>agent/5,,Agent 5
*agent.conf*
[general]
persistentagents=yes
[agents]
maxlogintries=3
autologoffunavail=yes
ackcall=always
endcall=no
wrapuptime=5000
musiconhold => default
updatecdr=yes
;recordagentcalls=yes
;recordformat=wav
;urlprefix=CALLCENTER
;savecallsin=/var/calls
custom_beep=beep
agent=> 1,1234,Agent 1
agent=> 2,1234,Agent 2
agent=> 3,1234,Agent 3
agent=> 4,1234,Agent 4
agen...
2010 Jul 20
0
Got SIP response 603 decline, then the call hang up
...orming a url
link.
;urlprefix=http://localhost/calls/
;
; The optional directory to save the conversations in. The default is
; /var/spool/asterisk/monitor
savecallsin=/var/spool/asterisk/monitor/Qcabina
ackcall=no
persistentagents=yes
;musiconhold=default
;###############################
autologoffunavail=yes
wrapuptime=1000
;###############################
agent => 101,,Operador 1
agent => 103,,Operador 3
agent => 104,,Operador 4
agent => 105,,Operador 5
agent => 106,,Operador 6
;agent => 107,,Operador 7
;agent => 108,,Operador 8
agent => 109,,Operador 9
;agent...