similar to: queue_exec: Unable to join queue

Displaying 20 results from an estimated 1000 matches similar to: "queue_exec: Unable to join queue"

2007 May 14
1
function_db_read: DB requires an argument, DB(<family>/<key>)
from extensions.conf: exten = _X.,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})}) I basically try to lookup the CLIP and attach a name for each inbound call. This works fine, except when I have just restarted asterisk - at which time I've more than once seen the message from the subject. As far as I can tell, with my Set(CALLERID), I should always have an argument in the DB
2007 Jun 11
3
Searchable List Archives?
I'd like to be able to search the list archives when I'm reading someone's message to put what they say in context based on what they've said, and what others have said in conversation with them, in the past. It would help me figure out whether to trust some submitters on some issues, and just learn more from the community's collective/cumulative research and discussion. Is
2007 May 03
1
UK - 2 port ISDN2e cards ...
Anyone have a quick recomendation for a 2-port (ie. 4 channels) BRI (ISDN2e) card in the UK? My usual source has 1 port and 4 port, but no 2-port cards... Thanks! Gordon
2007 May 08
1
Bug in voicemail module of Asterisk 1.4.2?
Dear users, I think I may found a bug in the voicemail module of Asterisk 1.4.2! Outgoing email notifications should use a real existing domain (let's call it domain.real) instead of the local domain (domain.local) so that some mail servers won't reject the mails. That's why I've set the serveremail option in voicemail.conf to asterisk@domain.real. Unfortunately Asterisk is
2007 May 16
5
Which KDE editor to edit Asterisk config files ?
Hi, New to Kubuntu and Linux, I'm looking for a syntax-enabled text editor with which I could easily edit Asterisk config files. It seems Kate provide this type of service but I couldn't find anything specific to Asterisk (unlike vim) What's your advice ? Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 19
3
Asterisk on OpenSuSE 10.2
I am new at this. I have read "Asterisk: The Future of Telephony" and have installed AsteriskNOW (beta 4, due to the dual processor problem in beta 5). The GUI interface does not seem to provide the capability that I need, although I have modified the *.conf files to successfully create what I need. Given this, I would like to install Asterisk on a distro. I am most familiar with
2009 Dec 22
2
use of lm() and poly()
Hi all, I want to fit data called "metal" with a polynominal function as dP ~ a.0 + a.1 * U0 + a.2 * U0^2 + a.3 * U0^3 + a.4 * U0^4 The data set includes, the independant variable U0 and the dependant variable dP. I've seen that the combination of lm() and poly() can do that instead of using the nls() function. But I don't get how to interpret the results from the linear
2006 Feb 20
1
need help on nlme()
Hello there, I am using nlme() to fit a logistic mixed effect model on our data. The outcome variable is binary. I got the error when I wanted to add a group factor to my model. My initial model is as below: model.a <- nlme(response~ 1/(1 + exp( -intercept- u0 - slope*TIME - u1*TIME)), + fixed=intercept+slope~1, random= u0+u1~1 |studentID,
2015 Aug 13
2
sieve-filter failure problems
I use sieve-filter for postprocessing misclassified mail. For false positives I use the following script: require [ "variables", "include", "fileinto" ]; global [ "FORCENOSPAM", "ext", "ext1" ]; set "FORCENOSPAM" "YES"; fileinto "JUNK-PRENOUCE"; if header :matches "Delivered-To"
2008 Jan 12
1
Duplicate filename with Samba 3.0.28
Hello, I'm having an odd problem that I can't find a resolution to. I have a Freebsd 6.2 server with recently upgrade samba software (from 3.0.26a) and an WinXP client. There's a single file: 1015280 -rw-r--r-- 1 userid staff 991M Jan 7 09:13 fbsdusb.img shared from \\server\tmp, that appears twice when browsed from WinXP. If I rename it (i.e. fbsdUSB.img or fbsdusb.iso) or
2011 Sep 01
2
CentOS 6.0 and 3ware 9650SE series RAID Performance
Hello, Does anyone have experience using a 3ware 9650SE series raid controller on CentOS 6.0? I am getting very sporadic throughput with moderately sized files (0.5-2GB) on ext3. I have tried most of the mount time tuning options: * noatime * trying different journal types * setting commit=120 - helped a little Even after these optimizations it doesn't seem like the raid array is working
2007 May 01
4
did we all get spammed by TechnoCo ?
I just got spammed by TechnoCo - www.technoco.biz. Those guys must be a little dim if they believe they can openly go about borrowing email-addresses like this. /Per Jessen, Z?rich -- http://www.spamchek.com/ - managed email security.
2007 May 12
3
Asterisk High-Capacity Stability
Thanks Alex, some great ideas. I think, however, I'm leaning towards Asterisk at this point- since I have quite a bit of experience there, and very little with SER. At this point, I'm wondering from a dimensioning standpoint, what kind of capacity my machine will have (Dual Core Xeon 2.4GHz 4GB RAM). As I said, I don't plan to do any transcoding. I read the voip-info page on
2012 Aug 04
1
lme4 / HLM question
I'm hoping that this is a relatively easy question for someone familiar with the lme4 package. I'm accustomed to using HLM software and writing a simple 2 level [null] equation like this: L1 - Yij = b0 + e L2 - b0 = B00 + u0 The following command in R provides results that are identical to the HLM program. results <- lmer( Y ~ 1 |id , PanelData4) I can't
2007 Nov 07
5
What do you do to keep asterisk alive?
I've asterisk stop (presumably segfaulting) a couple of times, and I was just beginning to look at how to keep it running - what have others done? I was thinking of wrapping a script around asterisk like this: while 1 do asterisk -f done /Per Jessen, Z?rich -- http://www.spamchek.com/ - your spam is our business.
2007 Nov 20
2
Rsync and snapshot backups
I'm currently using rsync to backup home directories using this: rsync -avx --delete --backup --backup-dir=/u1/home.bak /u0/home/ /u1/home >> ${log} I'm trying to move to snapshot backups using this: rsync -avx --delete --backup --backup-dir=/u1/home.bak --link-dest=../home.current /u0/home/ /u1/home_${datetime} >> ${log} This works except I no longer get deleted source
2014 Mar 03
1
reference classes, LAZY_DUPLICATE_OK, and external pointers
We (the lme4 authors) are having a problem with doing a proper deep copy of a reference class object in recent versions of R-devel with the LAZY_DUPLICATE_OK flag in src/main/bind.c enabled. Apologies in advance for any improper terminology. TL;DR Is there an elegant way to force non-lazy/deep copying in our case? Is anyone else using reference classes with a field that is an external pointer?
2018 Dec 04
2
asterisk is not seeing my queues in database
Hi I am facing an issue where asterisk cannot see the queues that exist in my database through realtime. I am using res_odbc and a local mysql database. If I run: realtime load queues name myqueue I get "No rows found matching search criteria.", however if I do the same for a peer: realtime load sippeers name Then I get a result. Since my queues table is in the same database as my
2010 Oct 28
5
being bombarded with SIP packets
Over the last two weeks, we have had at least two "incidents" where our asterisk server got flooded (a hundred or more per second) by SIP packets. Once from 114.31.50.10, second time from 173.212.200.146. We became aware of the problem when bandwidth started suffering because asterisk got very busy sending back replies or rejects (dunno which, I didn't investigate it any further).
2020 Apr 22
3
slow performance on company production server I need help
>> Hello Everyone, >> >> Since rebooting my Centos 6.10 Openvz server "daisy" yesterday, I am >> getting horrible system performance.? /var/log/messages is full of >> HDIO_GET_IDENTITY failed for /dev/sdb.? The latest entries look like >> this: >> >> Apr 22 08:51:32 daisy kernel: [141224.655699] CT: 1005: stopped >> Apr 22 08:55:04