convert an ogg file to 'asterisk readable' wav.
- convert ogg to mp3 using some audio tool. i used audacity. converting it directly to wave and trying to use it with asterisk didn't work. but then asterisk itself came to the rescue. from cli do:
asterisk -rx "file convert file.mp3 file.wav"
this is useful when you want to setup custom unavail / busy message and you don't feel like recording custom message using voicemail main manu but do have a file that you'd like to use.
- convert ogg to mp3 using some audio tool. i used audacity. converting it directly to wave and trying to use it with asterisk didn't work. but then asterisk itself came to the rescue. from cli do:
asterisk -rx "file convert file.mp3 file.wav"
this is useful when you want to setup custom unavail / busy message and you don't feel like recording custom message using voicemail main manu but do have a file that you'd like to use.



