tiredofit / docker-freepbx

Dockerized FreePBX 15 w/Asterisk 17, Seperate MySQL Database support, and Data Persistence and UCP
MIT License
512 stars 233 forks source link

Record() application produces muted audio files #67

Open nagarciah opened 5 years ago

nagarciah commented 5 years ago

Hello. Thanks for your great work!. I'm using asterisk-java to control freepbx through AGI/AMI and I have a full application which works well with the FreePBX ISO available at freepbx.org. Now I'm switching to your docker image to ease my automation setup but I'm not able to record audio using the record dialplan application though AGI interface:

¿maybe missing codecs in the docker image asterisk setup?

PFA a couple of sample audio files recorded with this problem. Thank you!

audio-samples.zip

tiredofit commented 5 years ago

Hi Nagarciah, thanks for this report. I'm actually not quite sure where to look at this, is there any supporting log information that details when the wav/ulaw is created/written to?

If there are codecs I will be sure to add them, but I believe ulaw/g711 and wav come standard. Could be a file permissions issue perhaps?