similar to: Problem with queue

Displaying 20 results from an estimated 200 matches similar to: "Problem with queue"

2007 May 02
0
Call In queue stucks
Hello All, I have a queue with only one agent logged in al the time, but if for some reason the agent cannot pick up the call for 2 full ring, the phone does not ring the 3rd time and all the call in the queue get stuck. Below is my agents.conf [general] persistentagents=yes multiplelogin=no [agents] wrapuptime=5000 musiconhold => default updatecdr=yes agent => 1001,4321,Agent01 While
2007 May 03
1
Autologoff
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 13579 bytes Desc: image001.png Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070503/c64c855a/attachment.png
2007 Mar 19
3
Wine-Package-Slackware Problem
Alright I Extracted the tarbell as directed and tried to use the wine application adn was told this: "Error while loading shared libraries: libwine.so.1: cannot open shared object file" Why is this happenening? Amd how do I fix this. Davinsky.
2004 Feb 09
3
Problem with 'ov_open'...
Hey, I've coded an OGG player for Win32 (it uses AL for playback so it's portable to Linux/Mac), but every time the program gets to the 'ov_open()' function, the app completely freezes, and I have to use the task-manager to kill it. I am supplying it with a valid file handle that was just opened (FILE*) and the vorbis file is also a pointer that is not in use (set to null). Any
2009 Mar 11
2
Multiple Agent Login
Hi friends, Do we have any way to prevent more than one Agent being logged in from the same extension? Also is there a way to limit an agent from logging in from more than one extension? I searched too much, but didn't find a solution. Please help. Thanks in advance. Shanavaz. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 15
0
queue always hangs up/skip the next agent after ringing a agent -- help!!!
Hi, I have 1.2.9.1 installed. It always rings first available agents for 15 seconds, then rings and hangs up the next agents straight away, then ring the next agents for 15 seconds. It goes as a loop. Any one has the following same problem? Thanks. Agents.conf [general] persistentagents=yes [agents] autologoff=60 wrapuptime=15000 ackcall=no group=1 agent => 7130,7130,agent1 agent =>
2007 Apr 17
2
queues
Is there anyway to setup a queue with only one agent (device) which is always logged in. So when a call hits that queue the device will ring (if not already on a call) or will be put in the queue if the call is already in place? Thanks Miles -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 27
0
(no subject)
Hi, I have the same problem with the queue configuration When I receive 2 calls only 1 phone ring even if more agent's phone are free. The second call will go to an other agent only if the first call is pickup. Somebody have a solution ? This is my config file : Queue.conf [general] ; ; Global settings for call queues ; ; Persistent Members ; Store each dynamic agent in each queue
2007 Apr 16
6
BSNL caller ID (India)
Has anyone figured out the way of getting the caller id for BSNL on Asterisk 1.4.2 I have tried following link http://bugs.digium.com/view.php?id=6683&nbn=24 but was not able to get it, although did not ge any error too. I always get the caller id as asterisk. Can someone please help. Regards, Sanjay Rajdev
2004 Feb 02
4
agent autologoff
Can anyone confirm that the feature listed below works? I'm using AgentCallbackLogin and it never seems to log the agent off if they don't answer. /etc/asterisk/agents.conf ; Define autologoff times if appropriate. This is how long ; the phone has to ring with no answer before the agent is ; automatically logged off (in seconds) ; autologoff=15 -- Go to
2007 Mar 29
5
SIP RTP Tunnel
Hello, is it possible to rout ALL RTP Data over Asterisk, like SIP1 <---RTP---> Asterisk <---RTP---> SIP2 I know it seems quite useless. But I want to simulate a IAX -> SIP connection and have no Phonecard installed on my computer ;) Thanx, Kalle
2007 Jun 04
4
Detecting card on the PCI Slot
I have some Analog card on a PCI slot of a remote computer, Is their a way I can figure out remotely the name of the card. I have FC6 installed on the machine. Regards, Sanjay Rajdev
2007 Apr 13
3
LED does not glow on new Voicemail
I have a CISCO 7912 phone, the LED on the phone does not glow when there is new voicemail, can we configure Asterisk to have the LED glow on new Voicemail. Regards, Sanjay Rajdev
2007 Apr 11
3
missing chan_zap.so
Few days back I installed Asterisk 1.4.2 with Zaptel 1.4.0. All SIP accounts were working fine, today I tried to install a fxs Sangoma A200 card and got the following error. [Apr 12 01:15:17] WARNING[31018]: channel.c:3024 ast_request: No channel type registered for 'Zap' [Apr 12 01:15:17] WARNING[31018]: app_dial.c:1090 dial_exec_full: Unable to create channel of type 'Zap'
2003 Sep 11
1
autologoff dynamic agents
I use a single queue for all incoming calls, and different people login at different times to handle the calls, however, quite often, people forget to logout again (incl me). This causes problems because eventually everyone has gone home, and people end up sitting in the queue in-definitely... I use this in extensions.conf exten => 691,1,AddQueueMember(queue,${CHANNEL}) So, how can I have
2007 Mar 29
2
Problem while using asterisk Realtime
I am having problem while having asterisk work with ODBC (Postgres) The error that I am getting is "config.c: Realtime mapping for 'sippeers' found to engine 'odbc', but the engine is not available" I really donot know what has went wrong. I have set the ODBC connection properly I have verified it using :: [root@asterisk ~]# echo "select 1 " | isql asterisk
2008 Mar 11
7
Best alternative for getting prompts recorded.
What is the best alternative for getting the IVR and other prompts recorded for Asterisk. Regards, Sanjay.
2007 Apr 03
2
Require only GSM Codec
Hello All, I would like to only use the gsm codec for all the calls, is it possible I want to use minimum possible bandwidth as we have most of calls over Internet. Regards, Sanjay Rajdev
2006 Dec 06
1
Agent autologoff dynamic queue members - Brain aches please help
Hi list, Using Asterisk 1.2.10 I am getting seriously confused by Queues and Agents. So far I configured my queue and agents, had my agents login using agentcallback. Call enters queue agent gets a call, if agent doesn't answer after 20 seconds a flag is set in AstDB (thanks to: Leo Ann Boon), call is returned to queue and the cycle continues. If the same agent doesn't
2003 Aug 09
5
app_queue, fewestcalls and leastrecent logic
First of all I would like to thank Mark for getting roundrobin to go roundrobin. Good job. Now we have some options here for leastrecent and fewestcalls strategy. It needs some work on the logic and Mark recommend that I ask the list and get some input before he makes any changes to it. fewestcalls from what I have seen would always ring the agent with the fewestcalls first then go into