[asterisk-users] Asterisk not working with Festival

Davinder Kumar Meen davinder at impingeonline.com
Thu Aug 12 04:11:50 CDT 2010


I tried it but I still cannot hear any sound created from Festival()
function. I can hear only a voice saying one which was working earlier as
well. Here is log of asterisk console:

   -- Attempting call on SIP/011xxxxxxxxxxxxxxxxx at gafachi1a for
s at connect-to-me:1 (Retry 1)
    -- Executing [s at connect-to-me:1] Answer("SIP/gafachi1a-00000000", "") in
new stack
    -- Executing [s at connect-to-me:2] Wait("SIP/gafachi1a-00000000", "7") in
new stack
    -- Executing [s at connect-to-me:3] SayDigits("SIP/gafachi1a-00000000",
"'1'") in new stack
    -- <SIP/gafachi1a-00000000> Playing 'digits/1.slin' (language 'en')
    -- Executing [s at connect-to-me:4] Festival("SIP/gafachi1a-00000000",
"hello john") in new stack
  == Parsing '/usr/local/etc/asterisk/festival.conf':   == Found




On 11/08/10 11:22 PM, "Danny Nicholas" <danny at debsinc.com> wrote:

>  
> 
> 
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Davinder Kumar
> Meen
> Subject: Re: [asterisk-users] Asterisk not working with Festival
>  
> Can anyone help please on this?
> 
> <snip>
>> >[connect-to-me]
>> >exten => s,1,Answer
>> >Exten => s,n,SayDigits(Œ1¹)
>> >exten => s,n,Festival(hello john)
>> >exten => s,n,Hangup
> <snip>
> When you call in from your mobile, you are using a DAHDI channel which
> introduces a 3-7 second delay into the process, unless you have one of the
> ³blessed² phone companies that offers call supervision.  If you put a wait(7)
> in front of SayDigits, you should hear the call ³normally².
> This is what I would suggest
> [connect-to-me]
> exten => s,1,Answer
> Exten => s,n,Gotoif($[³${EXTEN}:0:3)² = ³SIP²]?4:3
> Exten => s,n,wait(7)
> Exten => s,n,SayDigits(Œ1¹)
> exten => s,n,Festival(hello john)
> exten => s,n,Hangup
> 
> 
>  
> 
> 
> 
> 
> 
> Thanks,
> Davinder Kumar Meen
> Partner & Project Manager
> Impinge Solutions, F-250, Phase 8B, Mohali (India)
> www.impingesolutions.com
> 
> We also provide server hosting services. Please checkout our website
> www.goforspace.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100812/8aa21ccf/attachment.htm 


More information about the asterisk-users mailing list