I am working with Asterisk and new to this. I am using perl with AGI. I want my string data to be fetched from database and then say it as a IVR, DB portion is completed.. Only say_alpha portion is left which doesnot work as I expected. I have done the same for number with the help of $AGI->say_number(8

and its working fine. But say_alpha() is not working. Please suggest me how can i complete this task so that string value stored in variable can b played with application in AGI without the help of TTS.
I want first data should b fetched from database then it should be played with the help of AGI application. I have completed the Database portion but it is not saying the string or sentence only saying number and digits I have used say_phonetic too... But no use.. Is there any other way to use this or whatever please suggests me...? It’s urgent…