I've been looking around for an example of a method of reading back a caller ID value, but I haven't found anything that doesn't use Festival. I'd rather not resort to the Mr. Roboto voice if I can avoid it. Playback of the numbers one at a time is perfectly fine, so I'd like to use the default female Asterisk voice (the sound files are in place on my server). Does anyone have an example of how to accomplish this? Thanks in advance! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071028/7a944811/attachment.htm
On Saturday 27 October 2007 11:19:05 pm arkda wrote:> I've been looking around for an example of a method of reading back a > caller ID value, but I haven't found anything that doesn't use Festival. > I'd rather not resort to the Mr. Roboto voice if I can avoid it. > > Playback of the numbers one at a time is perfectly fine, so I'd like to use > the default female Asterisk voice (the sound files are in place on my > server). Does anyone have an example of how to accomplish this? > > Thanks in advance!SayDigits(${CALLERID(num)}) -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20071028/644ea621/attachment.pgp
On Sun, 28 Oct 2007, arkda wrote:> I've been looking around for an example of a method of reading back a caller > ID value, but I haven't found anything that doesn't use Festival. I'd rather > not resort to the Mr. Roboto voice if I can avoid it. > > Playback of the numbers one at a time is perfectly fine, so I'd like to use > the default female Asterisk voice (the sound files are in place on my > server). Does anyone have an example of how to accomplish this?SayDigits: -= Info about application 'SayDigits' =- [Synopsis] Say Digits [Description] SayDigits(digits): This application will play the sounds that correspond to the digits of the given number. This will use the language that is currently set for the channel. See the LANGUAGE function for more information on setting the language for the channel. Gordon