-
The app installs fine on my Vista (: workstation.
I have it connecting to the management port of my Asterisk server (trixbox).
I have setup the contexts in the dialplan.
I have also setup the MyIVR to play for the called party...
Everytime the Asterisk dials out, it just hangs up. Sometimes without even ringing my cell (the test number).
I've tried to remove the "hangup" call in...
2008-10-21 13:04:27 UTC by nobody
-
Hi,
im testing your software it seems to be realy good, it work fine for me, but a have one problem.
it that i have some big list of phone number and went it goes around the phone number 30 of the list it shut off the software.
and in the log file it says.
24/07/2008 05:37:49 p.m. Caller Peak packets/m =910
if you have a solution for these please let me know.
// i also want to...
2008-07-24 22:58:10 UTC by chesvere
-
Hi, I am a novice to Asterisk and running Trixbox 2.6. I would like to know how to create the Context necessary for AutoIVRDialer. I think I have the rest figured out.
I'd appreciate any advice you can offer.
Thank you.
nighttrader@gmail.com.
2008-04-19 00:39:04 UTC by nobody
-
hello,
is it possible to have this code running for linux ?
how to handle the logic in linux environnement ?
regards.
2008-04-04 09:18:58 UTC by nobody
-
Alternatively
You can change configuration file for ConcurentAttempts=1.
2008-03-27 10:10:33 UTC by starutilities
-
Ryan,
Yes it is possible to generate one call after another instead of generating concurent calls. You need to replace this line in source code
mSession.AstDial("Local/" + mZapPrefix + phone + "@" + mOutBoundContext, mIvrContext, mIvrExtension, 1, mCallerId, ActionId, mDialTimeOut, true);
with the following one
mSession.AstDial("Local/" + mZapPrefix + phone + "@" + mOutBoundContext...
2008-03-27 10:08:57 UTC by starutilities
-
Hi,
I have your program interfacing with Trixbox, and it seems to work OK - except I just have one VOIP account, and would like it to dial one call at a time.
Instead, it connects the callee to the IVR, then as soon as it connects, goes on to dial the next number - which, of course, fails, because it only supports one call at a time. It doesn't wait for the call connected to the IVR to...
2008-03-25 06:07:40 UTC by nobody
-
Hi,
This software is based on Asterisk Manager Interface (AMI). 3CX does not support (AFIK) AMI. To accomplish this task you need to use SIP. If you are a programmer and interested in doing that, we can help you out.
2008-02-13 05:34:07 UTC by starutilities
-
hello,
Thanks a lot for all your soft and component..specially Auto ivr dialer, my question is how can we use this software with other IP PABX like 3CX?
Kind regard,
email:baymout@gmail.com.
2008-02-12 21:08:55 UTC by nobody
-
It requires .Net framework 2. If you have installed Win XP SP2 this framework is already installed otherwise you can download and install it from http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5
If you still face problem, create a screen shot of error and attach with your ticket.
2008-01-15 03:51:20 UTC by starutilities