Displaying 20 results from an estimated 20000 matches similar to: "Need technical info about dialers"
2004 Jul 09
7
Predictive Dialers
Hi,
I was just wondering if anyone knows how predictive dialers detect
voicemail and answering machines, and if they could explain to me how
that works.
Thanks!
Brian.
2008 Oct 27
1
autodialed call forwarding via meetme or queue (was predictive dialer)
Also posting this question to people working on manager interface and
dialers.
I have a simple auto dialing script (using Originate) that forwards all
incoming calls to a queue full of waiting agents instead of a meetme
conference room. I use queues rather than meetme so I can leave the
automatic call distribution to the queue itself.
The problem is when the calls reach the agents, some of the
2007 Mar 12
1
Error mounting
Hi all,
i'm new in the list so i'm sorry if this i'm posting is off-topic or it was
already answered before.
I'm having this problem; i've got an ext3 8GB partition and it doesn't
mount, the cause of this: a user (yes me!) running fsck.ext3 with the
filesystem mounted, ups! (snif, forgive me!!, totally newbie and mad)
errors while booting:
EXT3_fs error (device hda4):
2006 Jan 29
1
Moprobe Zaptel error
Hi, i'm trying to install a compatible modem to act as a X100P, and i would
appreciate some help here, this is what is hapening when i modprobe zaptel:
# modprobe zaptel
FATAL: Error inserting zaptel
(/lib/modules/2.6.11-6mdk-i586-up-1GB/misc/zaptel.ko): Invalid module format
firstly, i did: 'make clean' then 'make linux26' and then 'make install'
into zaptel
2004 Mar 10
11
Predictive Dialer
hi
we need a predictive dialer which can be used with asterisk software. Is it possible?
Bye
Owais Bin Zuber
---------------------------------
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040310/a49a4b5c/attachment.htm
2007 Oct 08
1
Sine Dialer, GNU dialer, VICIDial and others slightly OT?
Hello All,
I have a requirement to setup a predictive dialer for a customers call center.
I am asking for pros and cons of the different dialers available for
Asterisk. If you are going to send marketing material send it to my e-mail
directly please and not to the list. I was hoping to get the opinions of any
one using any of these dialers and what they liked and didn't like, ease of
2004 Sep 16
0
Predictive Dialer, Web & Inbound Phone System
Currently I have a predictive dialer that is web-enabled, as well as a
superdialer mechanism. I was wondering what kind of success people have
had with their dialers (lessons learned, etc.) and how I need some
direction on how to seamlessly integrate an inbound system with the
predictive dialer.
My thoughts are that inbound phone calls will be routed to a
receptionist first, who will then
2006 Jan 11
1
asterisk with an external predictive dialer
Does anyone have any experience using asterisk with an external predicitve dialer, like MediaTel?
Specifically:
The predictive dialer dials out over T1 circuits.
It connects to asterisk via amphenol cable from an fxs card in the dialer to asterisk with a tdm2406 fxo card.
In the analog world, the dialer dials out through the t1 circuit, and the fxs card is plugged into a 66 block so the
2013 Oct 10
2
Help with expression()
Hi everyone,
I am hoping someone can help with my attempted use of the expression
function. I have a long series of text and variable to paste together
including a degree symbol. The text is to be placed on my scatter plot
using the mtext function.
Using expression like this:
changetext = expression(paste("Change from ",mini," to ", maxi, ":",
diff
2008 Jun 25
2
Is this sapply behaviour normal?
Hi, I'm trying to use sapply to compute the min of several variables, each
of them stored in data.frames, grouped as a list:
Is it normal that mean() and min() produce different objects dimensions?
> str(dats)
List of 5
$ log20:'data.frame': 83 obs. of 5 variables:
..$ DATE : int [1:83] 2001081500 2001081512 2001081600 2001081612
2001081700 2001081712
2006 Jan 10
2
reading contigency tables
Hi all,
I need some help using read.ftable to read a contingency table. My columns
are organized as follows:
order--family--species--location--number of individuals
I couldn't figure out how to change the data on my text file to be
imported into R; and after you do that, is it possible to convert the
table into a data frame? Any tips would be greatly appreciatted!
Thanks a lot,
Naiara.
2006 Oct 23
2
asterisk not detecting hangup
Hi,
Im working with the following versions:
-asterisk-1.2.12.1
-zaptel-1.2.9.1
And with the following card:
00:0d.0 Communication controller: Tiger Jet Network Inc. Tiger3XX
Modem/ISDN interface
Subsystem: Unknown device 8085:0003
Flags: bus master, medium devsel, latency 32, IRQ 201
I/O ports at c800 [size=256]
Memory at fe000000 (32-bit, non-prefetchable)
2002 Oct 14
1
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
Hi all !
I have a little problem here mounting or browsing samba shares.
I have a FreeBSD 4.6.2 running samba, and a share on that called public.
when I try to mount that share it asks for password, and then gives an
error:
ex.
libra# mount_smbfs //maxi@samba/public /mnt
Password:
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
libra#
I can list the shares with
2010 Apr 02
1
All sub-summands of a vector
Hello,
I'd like to take all possible sub-summands of a vector in the quickest and
most efficient way possible. By "sub-summands" I mean for each sub-vector,
take its sum. Which is to say: if I had the vector
x<-1:4
I'd want the "sum" of x[1], x[2], etc. And then the sum of x[1:2], x[2:3],
etc. And then...so on.
The result would be:
1 2 3 4
2 5 7
6 9
10
I can
2009 Dec 19
4
expand.grid game
Dear list,
In a little numbers game, I've hit a performance snag and I'm not sure
how to code this in C.
The game is the following: how many 8-digit numbers have the sum of
their digits equal to 17?
The brute-force answer could be:
maxi <- 9 # digits from 0 to 9
N <- 5 # 8 is too large
test <- 17 # for example's sake
sum(rowSums(do.call(expand.grid, c(list(1:maxi),
2001 Aug 30
1
imagenrgb: Function to display RGB images in R
I've writen this function (imagenrgb)
to display a (m,n,3) array
as a RGB image with ngris^3 colors and,optionally,
stretching. If option ver=F, it does not
display but saves a pseudocolor version of the image
as a list (so that subsequent displays are faster).
I'd appreciate feedback and improvements
and hope that it's useful for others.
Example of use:
> dim(imatest)
[1] 100
2008 Jun 14
1
World Most Economical Predictive Dialer!
Hi Tilghman!
> Clearly, you missed the point. Since there is a FREE predictive dialer out
> there, and your product costs something, you are not the world's cheapest
> predictive dialer.
I respect your wording and the way you or other people think on the list about difference between cheapest and free predictive dialer.
Surely
2012 Feb 07
1
Grub options for dom0
Hello guys,
I am setting up dom0. I have read that is recommended restricting one
cpu for dom0. In the xen wiki there''s a list of grub parameters
http://wiki.xen.org/wiki/Xen_Hypervisor_Boot_Options
but it seems deprecated?
http://groups.google.com/group/ganeti/browse_thread/thread/a18979bdd00f6461
Do you guys use this option (maxcpus) as shown here as well?
2003 Sep 19
1
Dial out from script. Mini predictive dialer
Howdy,
I need some pointers (ideas or help) to build a solution to retrieve
recordings out of an IVR.
The program needs to do some predictive dialing functions I only need it to:
1) Be able on it's own to make a call (to the same number inside this
script).
2) Detect that the call has been answered and that it has finished.
I need some sort of AGI but it needs to run on it's own, i.e.
2009 Nov 20
0
problem with predict from nnet package
Hi,
I’m having mayor issues with predict from the nnet package.
I’m training a neural network for forecasting. I trained the network with
info from 1995 to 2009 and I want to forecast month by month 2010.(the
network forecasts one month at a time).
Since I have to do iterative forecasting, im using predict several times
including, including the new forecast each time, but for some reason