[Home]

Summary:ASTERISK-11569: Playback does not work now when sending to other directory and playing .wav files
Reporter:Alan McMillan (alanmcmillan)Labels:
Date Opened:2008-03-04 11:22:23.000-0600Date Closed:2008-03-04 11:24:32.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_playback
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:On previous version of trunk i could do the following -

exten => s,n,System(/opt/swift/bin/swift -o /tmp/test.wav -p audio/sampling-rate=8000,audio/channels=1 "what up homey")
exten => s,n,Playback(/tmp/test)

this would work fine and play the file created. Now I get the response -

[Mar  4 09:14:50] WARNING[29942]: file.c:557 ast_openstream_full: File /tmp/test does not exist in any format
[Mar  4 09:14:50] WARNING[29942]: file.c:856 ast_streamfile: Unable to open /tmp/test (format 0x44 (ulaw|slin)): No such file or directory
[Mar  4 09:14:50] WARNING[29942]: app_playback.c:445 playback_exec: ast_streamfile failed on Zap/64-1 for /tmp/test

I am running - Asterisk SVN-trunk-r105574M
Comments:By: Mark Michelson (mmichelson) 2008-03-04 11:24:20.000-0600

There is a duplicate issue being discussed: issue ASTERISK-11554.