Auto generated voice call in codeigniter

692 views Asked by At

I have database value with name,mobile number and individual message. I need to send a voice call to all entries once.

I'm using SmartIVR for the voice calls but i need to how to pass voice information to SmartIVR, because they'll support only voice files not text to voice.

1

There are 1 answers

0
Borja SIXTO On

If you plan to use TextToSpeech you can use Voximal with the Dialer (free/opensource based on GnuDialer). When you insert the call, you can add a paramter in the param field. This value will be accessible in the VoiceXML session context with the variable:

telephone.param 

You will be able to use it with a prompt form example :

<prompt>Dear <value expr="telephone.param"/>, how are you ?</prompt>