cveazey@blackhillsfiber.com
2005-Jun-03 05:25 UTC
[Asterisk-Users] Any ideas on an Interactive IVR?
<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV><BR><DIV>Hi!</DIV><DIV> </DIV><DIV>Does anyone have any ideas on how to build an interactive IVR where questions are asked by Asterisk (pre-recorded prompts), the caller answers the questions, and the system records the answers and emails the whole question-answer session as a .wav file? Similar to Comedian Mail except an menu would be required to play back each answer to see if the user would like to re-record, etc.</DIV><DIV> </DIV><DIV>Thanks!</DIV><DIV>chris</DIV></DIV></FONT>
> Does anyone have any ideas on how to build an interactive IVR where > questions are asked by Asterisk (pre-recorded prompts), the caller answers > the questions, and the system records the answers and emails the whole > question-answer session as a .wav file? Similar to Comedian Mail except an > menu would be required to play back each answer to see if the user would > like to re-record, etc.If I understand correctly, the best way I see is to create an AGI (I would use php because I'm used to it), record each answer in a separate wav, and when all is finished, just concat them with sox (questions and answers) then email the result file. Should be easy to do hth