[asterisk-bugs] [Asterisk 0017995]: No audio when use app_festival

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Sep 16 09:33:38 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17995 
====================================================================== 
Reported By:                asannucci
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17995
Category:                   Applications/app_festival
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.11 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-09-15 07:36 CDT
Last Modified:              2010-09-16 09:33 CDT
====================================================================== 
Summary:                    No audio when use app_festival
Description: 
Hello,

when a try to use festival application, no audio received and the channel
still up without no error on the CLI and on the festival Log.

The same configuration work fine on Asterisk 1.6.0.22


====================================================================== 

---------------------------------------------------------------------- 
 (0127033) asannucci (reporter) - 2010-09-16 09:33
 https://issues.asterisk.org/view.php?id=17995#c127033 
---------------------------------------------------------------------- 
Festival.conf
[general]
host=localhost
port=1314
festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n

extensions.conf
exten => 650,1,Answer()
exten => 650,n,Festival(hola mundo!!!)
exten => 650,n,Hangup()

Console:

module load app_festival.so
Loaded app_festival.so
  == Parsing '/etc/asterisk/festival.conf':   == Found
  == Registered application 'Festival'
 Loaded app_festival.so => (Simple Festival Interface)

Debug with rtp set debug on:

    -- Executing [650 at phones:1] Answer("SIP/1000-00000000", "") in new
stack
    -- Executing [650 at phones:2] Festival("SIP/1000-00000000", "hola
mundo!!!") in new stack
  == Parsing '/etc/asterisk/festival.conf':   == Found
Got  RTP packet from    190.126.221.76:57090 (type 00, seq 005825, ts
2543400, len 000160)

Debug with core set debug 9

    -- Executing [650 at phones:2] Festival("SIP/1000-00000001", "hola
mundo!!!") in new stack
  == Parsing '/etc/asterisk/festival.conf': [2010-09-16 09:31:05]
DEBUG[27408]: config.c:1325 config_text_file_load: Parsing
/etc/asterisk/festival.conf
  == Found
[2010-09-16 09:31:05] DEBUG[27408]: app_festival.c:376 festival_exec: Text
passed to festival server : hola mundo!!!
[2010-09-16 09:31:05] DEBUG[27408]: app_festival.c:469 festival_exec:
Passing text to festival...
[2010-09-16 09:31:05] DEBUG[27408]: app_festival.c:491 festival_exec:
Passing data to channel...
[2010-09-16 09:31:05] DEBUG[27408]: app_festival.c:513 festival_exec:
Festival WV command

Are you need more info?

Regards 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-09-16 09:33 asannucci      Note Added: 0127033                          
======================================================================




More information about the asterisk-bugs mailing list