[Home]

Summary:ASTERISK-04771: Documentation does not match use - Festival interface.
Reporter:freebsd001 (freebsd001)Labels:
Date Opened:2005-08-03 18:35:26Date Closed:2011-06-07 14:10:35
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Festival claims the data being passed to it is wrong.



****** ADDITIONAL INFORMATION ******

grep -v ^\; festival.conf
[general]
host=localhost
port=1314
festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n


The line in extentions that causes does not get passed correctly:
exten => 2101,1,Festival(please record your message)


emails on this topic in the support mailing list claim this example has issues:
http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+Festival#comments
exten => 003,2,Festival('Hello asterisk user, how are you today?'

1) Dump the ' ' marks.
2) Cap letters - don't use.


Either way, whatever version I use report the following:

From Asterisk
   -- Executing Festival("SIP/VoIP-e576", "please record your message") in new
stack
 == Parsing '/usr/local/etc/asterisk/festival.conf': Found
Aug  2 07:14:49 WARNING[49829]: app_festival.c:444 festival_exec: Festival retur
ned ER
 == Spawn extension (mvp-line2, 2101, 1) exited non-zero on 'SIP/VoIP-e576'


From Festival
client(5) Tue Aug  2 07:14:49 2005 : accepted from localhost
SIOD ERROR: unbound variable
tts_textasterisk
client(5) Tue Aug  2 07:14:49 2005 : disconnected




Comments:By: twisted (twisted) 2005-08-04 15:35:07

1.0.7 has been surpassed.  Please try 1.0.9, and also CVS HEAD.

By: Mark Spencer (markster) 2005-08-07 22:25:50

He's not using patched festival.  Please patch festival with the appropriate patch from the contrib subdirectory.