Displaying 20 results from an estimated 700 matches similar to: "vicidial and mysql ........help"
2009 May 19
9
Hang at 5:34 pm EST
Some at 5:34 pm EST DAILY, all my call get disconnect.
I tried RE-INSTALLATION, I tried Reinstallation on a virgin HDD, but its
same.
I tried changing VOIP provider I tried changing Internet Provider..But no
help..
What could be the reason ?
Here are my enties of crontab :
### recording mixing/compressing/ftping scripts
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * *
2006 Feb 09
1
Re: Help on Vicidial
Here is another log from the * server CLI, I reall hope some one can help me
out on this one. thanks
|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and
server_ip='127.0.0.1' and
campaign_id = '' and call_time < "" and lead_id != '';|
-- VDAD get agent: |0|update of vla table: |127.0.0.1
|UPDATE vicidial_live_agents set
2006 Feb 09
0
I need help on VICIDIAL and auto dial
Vicidial can't call and transfer to my softphone.
I get some line that says
Spawn Extension....exited on non zero....
Here's some of the CLI output. I am using Asterisk 1.2.4 and astguiclient
1.1.8
...thanks for the help
|SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and
server_ip='127.0.0.1' and campaign_id = '' and call_time <
2007 Dec 18
2
Active Resource and non default model names
I have a model (accessed restfully) named TranscoderQueue, it''s name
is overridden to ''TransocderQueue'' so it is accessed as ''/
transocder_queue'' as opposed to ''/transocder_qeueus''.
class TranscoderQueue < ActiveRecord::Base
belongs_to :campaign, :class_name => "Campaign", :foreign_key =>
"campaign_id"
2006 Feb 08
1
Possible AGI Bug in Asterisk?
Dear All,
I seem to have stumbled across an AGI problem;
I have written an AGI Script (bottom of this email);
The script does the following;
Makes a CDR entry when called
Records the call
Updates the CDR
Finds a corresponding DNIS from the SMDR table (captured via a serial
port logger)
Matches up the record and updates the CDR.
The script works perfectly in my test lab and has been doing so
2005 Apr 11
3
FW: net ads join fails
Ok I deleted the incorrect conf file and set it up using Yast again here is the amended file. I tried using the IP address of the server this time but I'm still getting the same errors as before.
[libdefaults]
default_realm = ELLISONSLEGAL.COM
clockskew = 300
[domain_realm]
.ELLNET = ELLISONSLEGAL.COM
[realms]
ELLISONSLEGAL.COM = {
kdc = 10.0.0.31
default_domain = ELLNET
2008 Feb 12
8
has_many through question
I have made 3 tables
+------------+ +----------------+ +------------+
|people | |people_campaigns| |campaigns |
+------------+ +----------------+ +------------+
|id :int | <----> |people_id :int | /-> |id :int |
|name :string| |campaign_id :int| <-/ |name :string|
|etc ... | |exported :int |
2018 Jun 05
2
Booth volunteers needed for Grace Hopper Conference
Hello LLVM Developers!
Last year, the LLVM Foundation sponsored a booth at the Grace Hopper Conference. I had 2 amazing volunteers from the community, David Blaikie and Anna Zaks, help me spread the word about LLVM, compilers, and open source. It was a great experience and we are hoping to repeat this at the upcoming 2018 Grace Hopper conference in Houston, TX on September 26-28.
I’m looking
2005 Feb 09
2
Histogram Bar Spacing or Border Width
Is there any way to control the spacing between bars in a histogram, or
change the border width (I'm assuming the hist() function, though
alternatives are welcome)? I'm interested in changing the visual spacing
between columns in a plotted histogram.
The general effect I'm looking for can be accomplished in barplots using
the "width=" parameter, but I have not been able
2012 Jan 30
4
Reaching into a has_and_belongs_to_many - will :through work?
Hi. I''m hoping somebody can tell me that I''ve just gotten my syntax
wrong and I can in fact do what I want to do.
I''ve got a Group, and a Group has_many Campaigns.
Campaign has_and_belongs_to_many Users (and, naturally, vice versa).
So I''ve got a groups table, a campaigns table (that has a group_id), a
campaigns_users join table (with campaign_id and
2010 Jun 23
1
Plotting Data on a Map
Hi:
I am practicing with the attached shapefile and was wondering
if I can get some help. Haven't used 'rgdal' and 'maptools' much
but it appears to be a great way bring map data into R.
Please take a look at the comments and let me know if I need to
explain better what I am trying to accomplish.
library(rgdal)
library(maptools)
library(ggplot2)
dsn="C:/Documents and
2017 Oct 06
4
Beginner Bugs - Need help tagging
Anna Zaks, David Blaikie and I have been at Grace Hopper Conference for the last couple days talking to many people about LLVM and how to get involved in the project. Its been discussed many times before at LLVM Developer Meetings and recently on the mailing list about tagging bugs with the “beginner” keyword and that keyword was recently added to the LLVM Bugzilla. However, there are very few
2003 Mar 04
1
R version conflict.
My mistake :(
Seems that there's another R installed by root. So when I use .libPaths()
there're two of them:
> .libPaths()
[1] "/disk/hopper/projects/class/cse514/R/library"
[2] "/usr/lib/R/library"
How could the second path be enabled then? The R_LIBS have already been
set to as the [1] only.
Thanks,
yan
On Mon, 3 Mar 2003, Robert Gentleman wrote:
> You
2003 Mar 03
1
How to change the default library directory?
I installed SJava package at $R_HOME/lib/R/library/
When I conduct library(SJava), I always need to explicitly specify the
library path, how could I change the default library path?
I have included the SJava path in the LD_LIBRARY_PATH variable as:
%echo $LD_LIBRARY_PATH
R_HOME/lib/R/library:R_HOME/lib/R/library/SJava/libs:/usr/java/j2sdk1.4.0_01/jr$
The result in R is as:
2006 Mar 30
1
disk drive sparing - questions not answers
I understand that ZFS provides fault data, via the zpool status command,
that would (probably ??) allow a knowledgeable[0] zfs admin to determine
(manually) when a zfs hardware element (today that''s usually called a "disk
drive") might need "maintainence" or might need to be replaced. And there
are sufficient features/facilities available in the current (b36+) release
2012 Mar 02
1
Cloning R Installation Across Multiple Computers
I would like to set up identical R installations, with the same packages,
on multiple computers and with minimal interaction by users. Ideally, I
would like to have an installation script that the user can just run that
will set up everything, including R itself and base packages.
Standard packages would need to include ggplot2 and its dependencies, Rcmdr
and its dependencies and some Rcmdr
2007 Apr 13
2
FreePBX - Vicidial Integration
Hi all,
I am trying to install Vicidial in an existent FreePBX installation
(I'm using Xorcom packages for Debian Etch), but I didn't find any
documentation, I found only this guide [0], but is for trixbox only,
do you think it will work on FreePBX on Etch?
[0] http://iptn.org/vicidial/index.html
Regards,
Diego Quintana Cruz
2004 Sep 24
2
VICIDIAL and IAX
Hello everybody,
I would like to know if there is a support of IAX in vicidial.
I want to make predictive dialing use vicidial using IAX soft phones.
Thanks in advance
Lamine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040924/d1cc487b/attachment.htm
2005 Jan 20
0
VICIDIAL and meetme conference help
Hello,
I've installed VICIDIAL per the instructions on the astGUIclient
website. It appears everything is working correctly. All the
conference rooms have been set up, the database is running, and all the
astGUIclient/VICIDIAL scripts are running.
I'm using the VICIDIAL client on windows 2000, and it also appears to be
working correctly. I can log in with no problems with the user
2010 Oct 27
1
Extension notation in default ViciDial installation
Hello List,
A few days ago I installed ViciDial on a server, and while looking to
the default 'extensions.conf' file, I saw this line:
exten => _010*010*010*015*.,1,Dial(${TRUNKTESTast}/${EXTEN:16},55,oT)
Can someone point me out to the Asterisk documentation part where
explains how to use server IP's as extension number?
I could not see it in the ATFOT2 book, and I would