[Home]

Summary:ASTERISK-11543: asterisk not playing files after upgrade from beta4 to svn
Reporter:Lior M (liorm)Labels:
Date Opened:2008-02-29 01:46:18.000-0600Date Closed:2011-06-07 14:02:36
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Formats/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:getting error:
file.c:557 ast_openstream_full: File tns_ivr_main does not exist in any format

while the file is located on filesystem with gsm format, and it was played before the upgrade.

Comments:By: Mike Anikienko (mike anikienko) 2008-02-29 02:12:30.000-0600

Yes, I have same problem.
File is played ONLY from LANGUAGE directory, but not from ABOVE directory.

>ls sounds
100ms.alaw
200ms.alaw
500ms.alaw
en/
ru/

at directory 'ru' no files 100ms, 200ms, ...

   -- Executing [s@Menu_Sky_Balance:21] Set("Zap/10-1", "CHANNEL(LANGUAGE)=ru") in new stack
   -- Executing [s@Menu_Sky_Balance:22] Playback("Zap/10-1", "currency:210,say") in new stack
   -- <Zap/10-1> Playing 'digits/200.alaw' (language 'ru')
   -- <Zap/10-1> Playing 'digits/10.alaw' (language 'ru')
   -- <Zap/10-1> Playing 'digits/rubley.alaw' (language 'ru')
   -- Executing [s@Menu_Sky_Balance:23] Playback("Zap/10-1", "500ms") in new stack
[Feb 29 10:29:10] WARNING[28586]: file.c:557 ast_openstream_full: File 500ms does not exist in any format
[Feb 29 10:29:10] WARNING[28586]: file.c:856 ast_streamfile: Unable to open 500ms (format 0x48 (alaw|slin)): No such file or directory
[Feb 29 10:29:10] WARNING[28586]: app_playback.c:445 playback_exec: ast_streamfile failed on Zap/10-1 for 500ms

In SVN trunk rev 102777 all work properly.



By: Jason Parker (jparker) 2008-03-03 11:39:26.000-0600

Please see issue ASTERISK-11554.  There is a patch there which should fix this issue.