Displaying 20 results from an estimated 200 matches similar to: "understanding queues"
2007 Mar 08
2
Queue announcing hold sequence instead of hold time
Hi,
We recently updated from an early Asterisk 1.2 SVN to 1.2.15 (on Debian
Sarge) and the behaviour of our Call Centre queues has changed slightly.
Before the upgrade, when a caller was waiting in the queue, the
estimated hold time was announced as expected ("estimated hold time is
less than 2 minutes ...").
Now the caller gets an announcement of their sequence in the queue
2019 Oct 15
4
clarification on gosub, macros and AEL
>>> Nobody has any information or opinions on any of this?
Personally, I don't think MACROS are going anywhere any time soon, so I have not bothered looking into a substitution.
As for ael; I've never used it.
Doug
2007 Nov 09
1
CentOS 5: comment swap in fstab
I'm not sure what gave me this idea, but I decided
to comment out the swap partition in /etc/fstab
and reboot my laptop. I did not run swapoff directly at
any time.
I'm running more things now than I would ever dream of
to hammer my 500MB of memory, but I still notice NO
slowdown. This is the best desktop experience I've
ever had for any OS on any hardware!
Here's the first 12
2006 Jan 05
3
Using STL containers in R/C++
Hi All,
I am in the process of writing an R extension in c++ and am using several
STL containers (e.g., vector<double>, map<int, double>, multimap<int,
double>). I make sure to clear all these containers at the end of the
.Call. Everything compiles and runs just fine, but I'm a bit worried
since I haven't found any other packages that use STL.
So, my question: is it
2008 Apr 03
2
g++ 4.3 warning: deprecated conversion from string constant to ‘char*’
Hello,
I've noticed that with g++ 4.3 I get the following "warning: deprecated
conversion from string constant to ?char*?" when I call e.g.,
Rprintf("Hello world"); or when I try to define a const char e.g., char
lower = 'L';
I am wrapping the c++ code in extern "C" {}. This seems to be something
new with g++ 4.3, because the same code compiled
2007 Jan 31
3
Queue Status
Hello all,
I think Lee has given me a head start, but I'm still running in a circle
(at least i'm in the lead).
The problem is with my queues. The phones go to their own voicemail
after 5 rings.
That's about the same time I allow the phone to ring before trying
another phone in the queue. Is there a way to tell asterisk....?
If this call is coming from a queue, do not follow a
2006 Sep 21
2
4.4 kickstart issues
Greetings all,
I'm trying to create a CentOS 4.4 kickstart CD (not a network install),
duplicating what
I've done for Fedora Core 3.
I am having a cirular dependency for initscripts, which causes
initscripts not to be installed
(no /etc/inittab when the boot gets to INIT)
The cascade is:
initscripts-7.39.25.EL-1.centos4 requires /sbin/nash
/sbin/nash is in mkinitrd-4.2.1.8-1
2009 Aug 19
2
lmer with random slopes for 2 or more first-level factors?
I have data from a design in which items are completely nested within
subjects. Subject is the only second-level factor, but I have
multiple first-level factors (IVs). Say there are 2 such independent
variables that I am interested in. What is the proper syntax to fit a
mixed-effects model with a by-subject random intercept, and by-subject
random slopes for both the 2 IVs?
I can
2013 May 17
1
Heroku - Event_Calendar - preventing assets precompile
My App is hosted currently on Heroku, and I attempted to use
elevation/event_calendar <https://github.com/elevation/event_calendar> to
display events because it supported multiday events. I had it working
locally and looking great, but when I tried to push it to the server, it
caused error during the assest precompile. This in turn brought the whole
site down. I had to roll back a few
2003 Nov 20
2
Cisco to use * as a gateway?
I'm not sure if I am wording this correctly, but I'll try.
I have a Cisco 2621 w/ a couple FXO and FXS ports. I have a couple cheap
analog phones plugged into the FXS ports. I am able to get * to ring those
phones when a call comes in, but I cannot get the phones to dial out. I
guess it's all syntax that I'm doing wrong. Does someone have a couple
small snip-its to accomplish
2007 Feb 06
1
ANOVA Table for Full Linear Model?
Hello,
I have spent a good deal of time searching for an answer to this but
have come up empty-handed; I apologize if I missed something that is
common knowledge.
I am trying to figure out how to get an ANOVA table that shows the
sum of squares. degrees of freedom, etc, for the full model versus
the error (aka residuals).
Here is an example of the kind of table I'd like to get:
2016 Oct 16
1
Database Modeling Tools
BeaverDB might be a good fit if you don't mind that it's written in Java.
I actually find myself using Valentina Studio these days. It's not open source, but it is free, and it's written in Qt, and is multi-platform.
Jason
On Oct 16, 2016 1:38 PM, H <agents at meddatainc.com> wrote:
I am looking for an open-source database modeling tool, ideally to run under both CentOS
2005 Jul 27
2
New to CentOS, and wondering about application availability
Centos Mailing List,
Hello. I have just recently installed CentOS on my home computer,
and just joined this mailing list. I have a lot of questions so I will
have quite a few postings in the next few days.
I was using Fedora Core 4 for a few weeks, but it was unstable and
had trouble reading some of my DVD drives and other issues. So, I
decided to switch to another distribution. I
2002 Aug 27
1
rsync problem in systemimager
Hello,
I'm working on the oscar-1.3 release with my Linux Itanium's cluster to
test cloning process via systemimager.
After having succeeded to boot my client node via the network, when
running the following script : /var/lib/systemimager/scripts/ced1.sh
rsync is able to get small files (e.g : mkdosfs). However, when the
script tries to rsync the whole oscar image in the following way :
2006 Feb 24
2
Rcpp, best method for linking to
Dear all,
After a bit of reading I came across the Rcpp example package. There
are a few classes that I would like to use and I am not sure how best to
include them in my own package. Is it best to compile it as an
independent library and link to it? Or is there some way to `require` it
for my own package? Re-write using the code as an example (unsure how
best to do this at this moment, as
2004 Jul 29
5
Astricon Conference Call?????????
I know this is probably way out there but............
Would it be possible to set up a (Asterisk based) conference call (per
se) with the presentations at the upcoming Astricon conference via
IAXtel (or something similar) so that people who are not able to attend
could join a Meetme conference (listen only) and listen to the content.
There maybe bandwidth issues but this would certainly be an
2006 Feb 13
1
new Fedora rails environemt
My first message! Hello Everybody!
I am about to create a Fedora based rails environment. I''m very new to rails
and never installed linux before.
Anybody have any quick, off the top of their head tips before I get started?
This will be a development server.(Obviously, I''ll direct my linux questions
elsewhere)
Thanks,
Dave
2006 Apr 04
1
change function's formals default values
Hello,
I'm passing a user defined function into my c code. Once this function
is in my c code, I'd like to iteratively change the values associated
with the parameters defined in the function's formal list then evaluate
the function using these newly set defaults (i.e., using lang1(fn)).
My question is, how do I simply change the value associated with each
parameter in this
2010 Mar 22
1
Amazon S3 and ffmpeg
So we are setting up a file upload system for our web app. Files will
be uploaded to Amazon S3, and videos need to be converted to ffmpeg.
We have had problems with uploading of large files timing out, and it
was suggested to us to use http://github.com/elcgit/s3-swf-upload-plugin
for uploading directly to S3. This would fix the timeout, but then
could I use ffmpeg to convert the file once it is
2004 Sep 13
1
Simple Caller-ID match and block and/or play voice file saying you're calling too much or don't call!
The subject says it all. A couple of my sons have very annoying friends
that tend to call ALOT. I usually don't like to answer the phone but
these kids keep calling back with in 2 minutes of calling. I'm sure
someone else has this problem and maybe using * to do a callerID match
and block? Even add logic that if they called so many times in an hour?
Or in my case, make it a