Can someone point me to a page about writing a text file to call an external number and play a TTS with cepstral? I know it includes the creation of a .call file but beyond that im a bit lost.
On Fri, 12 Feb 2010, mj wrote:> Can someone point me to a page about writing a text file to call an > external numberhttp://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out> and play a TTS with cepstral? I know it includes the creation of a .call > file but beyond that im a bit lost.Using Cepstral's command line utility: swift\ -n Allison\ -o example.wav\ -p audio/sampling-rate=8000\ - "Pay up deadbeat." or app_swift? http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Swift -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
hello , First you check out http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out Once you are done with auto dial out then look for Cepstral TTS. http://www.google.com.pk/search?hl=en&safe=active&q=asterisk+with+cepstral&btnG=Search&meta=&aq=f&oq One more thing that there are other ways as well for auto dial out ...... AMI can also be used I hope this helps Kind Regards On Fri, Feb 12, 2010 at 10:24 PM, mj <sting3rmj at gmail.com> wrote:> Can someone point me to a page about writing a text file to call an > external number and play a TTS with cepstral? I know it includes the > creation of a .call file but beyond that im a bit lost. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100212/fc5b3a33/attachment.htm
Thanks guys... I already have Cepstral installed I guess I just need to figure out where in the .call file and format to call cepstral and then the txt for the message. Thanks again for all of your help! On Fri, Feb 12, 2010 at 11:50 AM, ABBAS SHAKEEL <shakeel.abbas.qau at gmail.com> wrote:> hello , > First you check > out?http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out > Once you are done with auto dial out then look for Cepstral > TTS.?http://www.google.com.pk/search?hl=en&safe=active&q=asterisk+with+cepstral&btnG=Search&meta=&aq=f&oq> One more thing that there are other ways as well for auto dial out ...... > AMI can also be used > I hope this helps > Kind Regards > > > On Fri, Feb 12, 2010 at 10:24 PM, mj <sting3rmj at gmail.com> wrote: >> >> Can someone point me to a page about writing a text file to call an >> external number and play a TTS with cepstral? I know it includes the >> creation of a .call file but beyond that im a bit lost. >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> ? http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- > Best Regards > Shakeel Abbas > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >
As you have done Cepstral for in bound call you have developed contexts for it, in the similar way in .call file you can specify the context and it will start execution of commands in the context after dialing the number. Hope this helps On Fri, Feb 12, 2010 at 11:01 PM, mj <sting3rmj at gmail.com> wrote:> Thanks guys... > I already have Cepstral installed I guess I just need to figure out > where in the .call file and format to call cepstral and then the txt > for the message. Thanks again for all of your help! > > > > On Fri, Feb 12, 2010 at 11:50 AM, ABBAS SHAKEEL > <shakeel.abbas.qau at gmail.com> wrote: > > hello , > > First you check > > out http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out > > Once you are done with auto dial out then look for Cepstral > > TTS. > http://www.google.com.pk/search?hl=en&safe=active&q=asterisk+with+cepstral&btnG=Search&meta=&aq=f&oq> > One more thing that there are other ways as well for auto dial out ...... > > AMI can also be used > > I hope this helps > > Kind Regards > > > > > > On Fri, Feb 12, 2010 at 10:24 PM, mj <sting3rmj at gmail.com> wrote: > >> > >> Can someone point me to a page about writing a text file to call an > >> external number and play a TTS with cepstral? I know it includes the > >> creation of a .call file but beyond that im a bit lost. > >> > >> -- > >> _____________________________________________________________________ > >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > >> > >> asterisk-users mailing list > >> To UNSUBSCRIBE or update options visit: > >> http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > -- > > Best Regards > > Shakeel Abbas > > > > > > -- > > _____________________________________________________________________ > > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100212/7a684a0f/attachment.htm
On Fri, 12 Feb 2010, mj wrote:> I already have Cepstral installed I guess I just need to figure out > where in the .call file and format to call cepstral and then the txt for > the message. Thanks again for all of your help!Set the text as a channel variable in the call file. Specify a context, extension, priority so that after the channel is answered you can use system() or swift(). -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
> where in the .call file and format to call cepstral and then the txt > for the message.Application and Data, respectively.
I have created a call file as follows: Channel: IAX2/trunk/cell number Application: swift Data: test call it calls my cell then nothing...just hangs up. On Fri, Feb 12, 2010 at 12:23 PM, Steve Edwards <asterisk.org at sedwards.com> wrote:> On Fri, 12 Feb 2010, mj wrote: > >> I already have Cepstral installed I guess I just need to figure out >> where in the .call file and format to call cepstral and then the txt for >> the message. Thanks again for all of your help! > > Set the text as a channel variable in the call file. Specify a context, > extension, priority so that after the channel is answered you can use > system() or swift(). > > -- > Thanks in advance, > ------------------------------------------------------------------------- > Steve Edwards ? ? ? sedwards at sedwards.com ? ? ?Voice: +1-760-468-3867 PST > Newline ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Fax: +1-760-731-3000 > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >