Displaying 20 results from an estimated 1000 matches similar to: "A problem with queues"
2003 Oct 14
1
no ring in ear
Hello.
I have two snom200 ip phones and 1 mp108fxs (audiocodes 8 fxs) and i
dont get a ring in the caller phone when I dial from a snom200 to the
other snom200 or the mp108fxs, I made a debug with ethereal, and I can
see a "Ringing" packet being return from the called snom200 or mp108fxs
to the asterisk box, but it is not being re-transmitted to the caller
snom200.
Altough
2006 Apr 21
1
roundrobin strategy in queues not working as described?
I have set up an operator queue for our receptionist.
That way, if she takes a break or is out, by logging out of the queue,
calls to the "Operator" can be handled by other agents.
I have set strategy = roundrobin in queues.conf.
According to "the book" ATFoT, roundrobin always starts with the first
agent in the queue. This is the desired result. I want all calls to
start
2005 Jun 03
1
Problem starting RX_FAX and TX_FAX Module
Hello all,
After compiling successfully Asterisk and AMPortal, I cannot make the fax
module work.
Asterisk does not start (unless I remove the modules or mark them as Noload
in modules.conf) with the following error:
Jun 3 20:55:25 VERBOSE[3328]: [app_rxfax.so]Jun 3 20:55:25 WARNING[3328]:
/usr/local/lib/libspandsp.so.0: undefined symbol: dds_modf
Jun 3 20:55:25 WARNING[3328]: Loading
2010 Jan 12
2
is roundrobin and rrmemory the same meaning?
Dear all,
I can't understand the diff between roundrobin and rrmemory strategy.
Could you explain for me ?
and is roundrobin means each available interface ring once or several
times and ring another?
; A strategy may be specified. Valid strategies include:
;
; ringall - ring all available channels until one answers (default)
; roundrobin - take turns ringing each available interface
;
2004 Dec 30
1
Queues strategy
Seeing as the "leastrecent" strategy does not work for us (it will
*always* call the leastrecent agent, even if that agent is busy, and
will not move to the next agent) I thought I'd try the roundrobin strategy.
This seemed to work - however, I had my supervisor telling me today that
a certain agent seemed to be getting most of the calls - and when I
checked, out of 50 inbound
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
2007 Aug 08
1
RoundRobin Holding Memory?
I have a queue setup to 'roundrobin' (NOT roundrobin with memory). I
have three agents. We'll call them 101, 102, and 103.
When a call comes in.. I want it to always try 101 if no answer try
102.. if no answer try 103, etc.
However, what it is doing is... it will ring 101... if 101 answers,
next time a call comes in it will go to 102. This isn't at all what I
want. Any ideas
2005 Aug 10
2
Is it mandatory to give power supply to TDM400Pcard
Is it not for a card with 4 FXO? I spent several hours the other day
trying to figure out what I had done wrong and I ahd forgotten to
connect the power cable.
I setup several of these before and couldn't figure out why this one
didn't work. It appears that's all it waqs.
Without the power connecter the card will probe, and even appear to be
working but when the lines ring (coming
2003 Sep 03
1
FAX over SIP
Hello.
Has someone been able to make work faxes over sip, i have one mp108
fxo and one mp108 fxs, my setup is :
telco analog line -----> mp108fxo -----> Asterisk ------> mp108fxs
-------> fax machine
1) Asterisk detects the tone from the sending fax ( i am receiving ) but
looks for extension 'ff' not 'fax', ( at least that's what * complaint,
invalid
2004 Mar 18
1
secrets_fetch_trusted_domain_password
It apparently samba stored trusted info on secret.tdb so only samba PDC was able to retrieve this info, am I correct? (though trust account waqs stored in ldap).
I can't browse samba BDC from (trusted) NT domain, it always ask for username/password again.
samba domain = IRSJKT
NT domain = DOMJKT
msg from samba BDC :
[2004/03/18 21:16:42, 5] auth/auth_util.c:make_user_info_map(216)
2006 Jun 29
1
Call Queue NOT using RoundRobin ?!?
I have setup several Calling Queues, each setup with RoundRobin strategy. When I call the queue, the first member/agent phone rings. Great! I call it again, the second member/agent rings??
I thought that was the RRMemory strategy, but it seems RoundRobin is also doing it.
Anyone know what I can do to my queues, in order to force each call down the ordering of my members list?
--------------
2005 Apr 01
7
Queues
Dear All,
I've got a working asterisk installation which I need minor help from.
Currently, I'm running a Sales Queue, which is answered by a selected group
of people. Here are my queues.conf
[sales-hotline]
strategy = roundrobin
timeout = 10
member = SIP/602
member = SIP/603
member = SIP/701
member = SIP/604
After calls come in, it works fine, however, I notice that even when
SIP/602
2013 Feb 01
3
Cannot get puppetlabs-haproxy to do what I want
I''ve been having a mess of a time using this module, which stinks because
its behavior is EXACTLY what I am looking for... whenever I bootstrap new
rabbitMQ nodes I want to add them to our HAProxy instance.
Here''s my relevant site.pp entries:
node /^rabbit.*/ inherits basenode {
@@haproxy::balancermember { $fqdn:
listening_service => ''messaging00'',
2006 Jun 01
3
app_queue and Real roundrobin
Hey guys,
i'm wondering if there is any good way to get app_queue working in real roundrobin strategy. The idea
is to specify a call list of, lets say, 3 agants. Those agents should always be called in the correct defined order.
So all calls have to get the following agent priority: 1st Agent -> 2nd Agent -> 3rd Agent
I've actually solved that by defining penelty for the accounts,
2005 Aug 10
1
Is it mandatory to give power supply toTDM400Pcard
That was my thought too. Even if it *does* work without it, there may be
a reason internally you can't see why it is required. (Ex. Putting extra
stress on a component causing it to fail in 6 months)
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Rymes
Sent: Wednesday, August 10, 2005 3:49 PM
To:
2007 Nov 29
1
roundrobin and rrmemory with pre-defined agent order
Hi,
I would like to implement a queue using a circular strategy, I mean,
using roundrobin or rrmemory strategies. However, I am not able to
define the order Asterisk will call the agents once a new call arrives
in the queue. Seems that Asterisk will always define its order as the
queues.conf file is read, and most of times this order is different from
the one I want (for each queue in
2020 Jan 20
2
Load balancing Icecast - aggregated logs
I built a system for handling all the data, songs, listeners, royalties,
etc. It's all in the docs.
On Tue, Jan 14, 2020, 17:57 Chip <chiapas at aktivix.org> wrote:
> On Tue, 14 Jan 2020 at 19:32, Michel van Dop <mvandop at xs4all.nl> wrote:
>
>> We use a dns failover solution include roundrobin. Its not super fast but
>> in 120 seconds the solution work. So
2020 Jan 14
2
Load balancing Icecast - aggregated logs
We use a dns failover solution include roundrobin. Its not super fast but in 120 seconds the solution work. So thats a good backup solution for the most radio stations.
Have anyone on php load balancing solution working on a webserver?
Best regards,
Michel
> Op 14 jan. 2020 om 19:45 heeft Alex Hackney <me at alexhackney.com> het volgende geschreven:
>
>
> You could use AWS
2005 Jun 07
2
Multiple E1s on one box
Hello all,
Has anyone tried 8xE1 in one box using Asterisk and Digium boards ?
What is the CPU needed for sustained performance in this capacity ?
Is this affected if G.729 codec is used ?
Regards,
Jorge A.
2005 Feb 10
4
Round Robin Strategy doesn't seem to work
Hi,
I have configured a call queue as follows:
[sales]
music = default
strategy = roundrobin
timeout = 20
retry = 5
reportholdtime = yes
announce = queue-sales
member => Agent/9021
member => Agent/5901
member => Agent/9020
member => Agent/1114
Now, I would expect all calls to this queue to be delivered first to 9021,
then to 5901, then to 9020, then to 1114 (all agents are logged in