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/011xxxxxxxxxxxxxx...@gafachi1a for
s...@connect-to-me:1 (Retry 1)
    -- Executing [...@connect-to-me:1] Answer("SIP/gafachi1a-00000000", "") in
new stack
    -- Executing [...@connect-to-me:2] Wait("SIP/gafachi1a-00000000", "7") in
new stack
    -- Executing [...@connect-to-me:3] SayDigits("SIP/gafachi1a-00000000",
"'1'") in new stack
    -- <SIP/gafachi1a-00000000> Playing 'digits/1.slin' (language 'en')
    -- Executing [...@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" <[email protected]> wrote:

>  
> 
> 
> From: [email protected]
> [mailto:[email protected]] 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

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to