On 8/17/2010 9:00 AM, Jonas Kellens wrote:
Hello list,

it seems that Asterisk is unable to convert a wav-file into an alaw-file :

[r...@asterisk testing]# asterisk -rx "file convert testExtended2.wav testExtended2.alaw"
Unable to open input file: testExtended2.wav
[r...@asterisk testing]# asterisk -rx "file convert testLong2.wav testLong2.alaw"
Unable to open input file: testLong2.wav

Try using an absolute path to the files:

asterisk -rx "file convert /path/to/testExtended2.wav /path/to/textExtended2.alaw"

Sean
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to