[asterisk-users] Asterisk not working with Festival
Danny Nicholas
danny at debsinc.com
Wed Aug 11 12:52:52 CDT 2010
_____
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100811/415412a3/attachment.htm
More information about the asterisk-users
mailing list