Cannot hear audio

I am attempting to use broadcast by phone and everything works fine except for the message. The call is made the status says in progress but no message can be heard once the call is answered. I have held for more than 60 seconds and still no message. I tested the audio file out by just playing it on the computer and it works fine. but when i start the broadcast you cant hear it play via the phone. I used the same steps outlined in the “broadcast a simple message” walk through… I even used the sample audio file.

Do you have other skype add-on programs that might use the audio? Take a look at your audio settings also.

The problem was with the microphone… For some reason you have to have a mic plugged in for the message to play. Once I plugged my mic in everything worked fine….

Posted in Auto Dialer, Skype |

Automatic appointment call using oracle

I need to create an application that will contact patients and voice to them appointment times. In essence, this is a robo call. The application will be run on a windows xp or windows 2003 server outfitted with a modem card.

The application will interface with an Oracle database that provides phone numbers and text.
I can use VB.net 2008, Cold Fusion – even PHP if it is possible.
I expect to feed the application a phone number and text as parameters.
This process will be done on a daily basis. I expect not more than 100 people will be contacted per day.
The message will not last more than 2 minutes.
I expect i will need to be handle various scenarios like: busy signal, no answer, “number is not in service, please check your number”
“please enter an area code when calling this number”…
At the end of the message, the phone call needs to be terminated.
For each of these scenarios, I need some kind of return code that tells me what happened. Based on this, I can then feed the next number to dial.
I need to know if you a sample script(s) that perform any of these functions or show various aspects of the process.
Please provide me with a direct link or email any sample code.
What do I specifically need to download?

The best product is Voicent AutoReminder, an automatic phone reminder software product. It has built-in appointment date and time for reminder messages.

AutoReminder has command line and web (HTTP) interface, so it should be easy to link the software to your application. For your particular usage, we recommend use the HTTP interface. For details of the interface, please see open web access for AutoReminder.

With that interface you can send call request, query status, and delete call request etc. You do not need a SDK for that. For example, to have AutoReminder to make a call, simply send HTTP request to “/addhandler” with some necessary parameters, such as appointment time, phone number to call, etc. To get the status of a reminder call, send HTTP request to “/statushandler”.

To customize your message, you can use the builtin Message Designer. For details of the usage, please install the software and select Help > Product Walkthrough… from the program main menu.

With the web interface, you can pretty much use any programming language you choose. Most programming language supports HTTP interface and has HTTP clients either in the language itself or as an add-on package. For example, in VB, use HttpWebRequest.

To link that to your Oracle database, simply query the DB to get all the appointment info, then sets up the parameters for an HTTP request, send the request to AutoReminder. After some time, simply query AutoReminder for the call status.

Posted in Appointment Reminder, Developer |

Setup call transfer for 24 skype lines

I’m using your BroadcastByPhone with 24 skype lines, I’m trying to use the call transfer. It works fine if I put only a number in Gateway->Option->Call Transfer, but If I try to put a second number, it is always ignored. I read in gateway setup that “If there are more than one number, please separate them by comma … One number, in the same order, is selected for each call transfer” , and so I did, but all calls are transferred to the first number, and if it is busy the transfer fails. Both the numbers if used separately receive correctly transfer calls. Can you help me?

The call transfer should work for multiple transfer numbers. However, the problem now is that the transfer is done one a per line basis. So for line 1, it will first transfer to the first number, the next time it will transfer to the second number. Since all 24 lines are doing the same thing, each line will transfer the call to the first number the first time.

The workaround is to set the call transfer to the first number, and setup busy call forwarding on that number (not on Voicent gateway).

Actually, we are currently working on a release that makes major enhancement to the call transfer functionality. The problem mention above will be fixed in the upcoming release.

Posted in Auto Dialer, Gateway, Skype |