> extension.conf
> exten => 555,1,Answer
> exten => 555,2,Festival('good morning')
> exten => 555,3,Wait(2)
> exten => 555,4,Hangup
>
> What's the problem I'm facing? Thanks in advance.
Remove the quote marks... should be like ...Festival(good morning)