similar to: app_queue problem with Ringing state

Displaying 20 results from an estimated 600 matches similar to: "app_queue problem with Ringing state"

2010 Mar 05
1
Observation about DAHDI, FAX and Echo cancellation
Hi, I have read that DAHDI automagically turns of echo cansellation when it sees that it is a FAX. So I checked this out. I have a fax call into asterisk which is immediately called out to an external fax machine via DAHDI again.. For example, the result is: DAHDI/1-1 = incoming call, DAHDI/2-1 outgoing call. Now, with the help of dahdi show channel, if I check channel 2: echo cancellation is
2010 Jun 04
1
Using Local in queues a good idea? (or at least not a very bad idea?)
Hi, I'm now thinking of always dialing out to Local/xxx at outbound/n on all my queue members. The reason for this, is both to be able to limit the number of calls to one agent, and to have fail-over-lines on the agents. (for example, if dahdi fails, go sip) But for a few years ago, I did some testing with Local/ channels, and they seemed somewhat unstable in large quantity. Are they more
2010 Jan 30
8
MATH
I want to create a script for IVR that compiles responses, aggregates them to a total number. Then, run an equation based on the result. Press 1 for X (X is a positive number 500) Press 2 for Y (Y is a positive number 200) Press 3 for Z (Z is a positive number 300) Press 20 to calculate the results = 500+200+300 =1000 then, exten => s,n,Read(NUMBER,,1000) exten => s,n,SayDigits(${NUMBER})
2010 Feb 25
1
Getting: Can't fix up channel from 5 to 7 because 7 is already in use, and pri_dchannel: Answer requested on channel 0/7 not in use on span 1
System have been working great for weeks, using an average 40 of 120 dahdi channels. But today, I suddenly see scary things like this: -- Moving call from channel 5 to channel 7 [Feb 25 10:18:12] WARNING[17129]: chan_dahdi.c:10608 pri_fixup_principle: Can't fix up channel from 5 to 7 because 7 is already in use [Feb 25 10:18:12] WARNING[17129]: chan_dahdi.c:11535 pri_dchannel: Ringing
2007 Apr 29
2
Early audio(progress) and MOH
Hi, Is it possible to have MOH in early audio, while waiting for someone to pick up a Dial() call? (When using zap channels, I have early audio working with playback) H?kon Nessj?en Loopback Systems AS -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070429/c901ff90/attachment.htm
2010 Feb 17
4
Unrecognized prilocaldialplan NPI modifier
Only a warning, and doesn't seem to do anything bad. But I can't seem to figure out what these warnings mean? -- Requested transfer capability: 0x00 - SPEECH [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: k [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: o [Feb 17
2010 Jan 27
2
CDR problems with Queue
Hi, I'm having problems with CDR's and Queues in Asterisk 1.6.1. Heres three examples: Normal call: User A calls in to asterisk, gets a PlayFile, and hangs up. This gives 1 CDR as expected. Call to a Queue and then a playfile afterwards: User A calls into asterisk, goes into a queue, asterisk calls user B. When user B hangs up a CDR for User A is generated. (no CDR for user B)
2010 Feb 27
0
New patch for app_queue to show all call attempts, even failing ones
Hi, I've just uploaded a patch here: https://issues.asterisk.org/view.php?id=16925 This patch introduces a new parameter; "congestion" to both RINGNOANSWER in queue_log and AgentRingNoAnswer AMI event, which is set to 1 if the call failed to go through because of technical difficulties. And it also is more verbose than app_queue has been earlier, since app_queue usually silently
2008 Feb 01
1
QueueMember event/LastCall Variable - Format?
Hi all, What format is the LastCall variable of QueueMember event? I'm looking at: 1201897536 for instance. Thanks ! -- Warm Regards, Lee "Everything I needed to learn in life, I learned selling encyclopedias door to door."
2003 Oct 18
2
Even Newer Patch to app_queue with skillbased strategy
I made a post a few days ago with a patch to the queue to allow you to insert a penalty value in dynamic queue adding. http://asterisk.650dialup.com Since then, I decided I would make a whole new strategy called 'skillbased' I added a new option skillmask to the Queue appl and the AddQueueMember func as well as the queues.conf basicly if the skillmask of the queuemember is
2006 May 16
6
DELL PowerEdge 2850 and TE4110P and TE110P
Hi All Before I go out and buy a DELL PowerEdge 2850 has anyone had problems (or any other useful experience) getting a TE411P to work with it. I also have a legacy TE110P. Has anyone had problems with this combo. -- Dr. Rodney G. McDuff |Ex ignorantia ad sapientiam Manager, Strategic Technologies Group| Ex luce ad tenebras Information Technology Services | The
2009 May 12
2
newtons method
Hi, Does anyone know how to code newton's method for finding the roots of polynomial functions? im not sure whether i need to do this manually, or just code something with a loop to stop when it gets to the desired result thanks guys! _________________________________________________________________ Looking to move somewhere new this winter? Let ninemsn property help [[elided Hotmail
2009 May 12
2
newtons method
Hi, Does anyone know how to code newton's method for finding the roots of polynomial functions? im not sure whether i need to do this manually, or just code something with a loop to stop when it gets to the desired result thanks guys! _________________________________________________________________ Looking to move somewhere new this winter? Let ninemsn property help [[elided Hotmail
2009 May 20
2
evaluate polynomial
Hey guys, sorry im drawing a mental blank. i have coded the function: y <- function(x) 6*x^4-(1*x^2)^3 How do i evaluate this function for a given x? i know this is a ridiculous question, but thanks anyway _________________________________________________________________ [[elided Hotmail spam]] [[elided Hotmail spam]] =Domain_tagline&_m=EXT [[alternative HTML version
2007 Oct 19
4
[PATCH] nr_cpus calculation problem due to incorrect sockets_per_node
Testing on an 8-node 128-way NUMA machine has exposed a problem with Xen''s nr_cpus calculation. In this case, since Xen cuts off recognized CPUs at 32, the machine appears to have 16 CPUs on the first and second nodes and none on the remaining nodes. Given this asymmetry, the calculation of sockets_per_node (which is later used to calculate nr_cpus) is incorrect:
2005 Jun 17
0
Queue/How to get the number of incoming calls
Hi,all, Now,I am working at make an realtime monitor for the call center based on asterisk. and ,I had search the archive and wiki.Through the return info from the management API, I can get the waiting calls ,abandoned calls ,hold time, etc,but I don't know how to get the number of incoming calls. The info like following :
2017 Feb 12
4
Replacement for antispam plugin
Den 12. feb. 2017 21:44, skrev ebroch at whitehorsetc.com: > > > Any opinion on dspam's interoperability with this? > > Just follow the wiki and replace sa-learn scripts with calling dspam. Dspam direct pipe needs mail-line-endings (\r\n) translated into unix line-endings (\r). like so: ----- learn-spam.sh --------- #!/bin/sh sed -e 's/\r$//' | /usr/bin/dspam
2010 Jan 28
0
New feature in app_queue: Give members a penalty time for not answering (help testing)
Hi, I've uploaded a new patch at https://issues.asterisk.org/view.php?id=16722which adds a new option to queues.conf. The new option is notpresent-penalty, which is an amount of seconds to wait before calling a agent that doesn't answer, again. This feature is especially nice if you are using penalties on members of a queue. I would be very happy if someone could help me test this
2006 Feb 21
2
Call queue design issues and suggestions
Greetings to all. I am currently implementing call queues for a customer and have come across several "problems". The customer is an airline representative, and will be using call queues for different airline reservations. The customer requires that any agent be able to login to any number of queues. This means that queue members have to be dynamic, not using "member =>
2008 Nov 20
1
Load balancing Asterisk.
Hello! We're looking for a solution to reliably load balance our Asterisk boxes. So far we've been using a hodge-podge of directing different services to different boxes/IPs, but eventually I'd like to consolidate things so we can present a single IP address to the outside world. My question is - how do we go about doing that? I've read a lot of things like load-balancing via