bash - Asterisk email as voicemail with mp3 -


i'm not best bash scripting, took script

http://bernaerts.dyndns.org/linux/179-asterisk-voicemail-mp3

except use /bin/bash because pushd not avaliable /bin/sh, generate need. followed inscrutions run following errors on asterisk 13.13.1 , debain 8:

dos2unix: file stream.part3.wav.base64 converted unix format... sox fail formats: can't open input file `stream.part3.wav`: wave:riff header not found not find "stream.part3-pcm.wav" dos2unix: file stream.part3.wav.base64 converted unix format... base64: file stream.part3.mp3: file or directory not found 

and further errors.

is wav format voicemail in asterisk 13.13.1 different other versions?

thanks help


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -