[Freeswitch-users] Voicemail on AWS

Per Modin per at wgtwo.com
Tue Sep 24 11:36:32 UTC 2019


On 2019-09-23 20:10 (CEST), H Yavari via FreeSWITCH-users <freeswitch-users at lists.freeswitch.org> wrote:
> Date: Sun, 22 Sep 2019 09:32:56 +0000 (UTC)
> From: H Yavari <hyavari at rocketmail.com>
> To: "freeswitch-users at lists.freeswitch.org"
>  <freeswitch-users at lists.freeswitch.org>
> Subject: Voicemail on AWS
> X-Mailer: WebService/1.1.14303 YMailNorrin Mozilla/5.0 (Windows NT 10.0;
>  Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75
>  Safari/537.36
> 
> I am looking for some hints how we can make an voicemail server for
> our company users to have their own voicemail box, then we save all
> voice files on AWS S3.  I see mod_http_cache, but afraid of it's only
> solution or there is better one.

Hi,

we used to run on S3, where we mounted the recordings with s3fs-fuse[1]
which we ran successfully on 1.6.20.

HOWEVER, when we updated to 1.8.5 we ran into problems with the wave
files, the media stream was not saved and we ended up with empty media
containers, with only some meta data of around 250 bytes ended up being
saved. This issue affected about half of all recordings, and we found no
correlation in regards to codecs used etc. If this was an issue with
configuration, s3fs-fuse or Freeswitch we didn't investigate.

We solved this by moving the storage from S3 to EFS, and are currently
running it in production without issues in that regard.

[1]: https://github.com/s3fs-fuse/s3fs-fuse

-- 
Per Modin
Software Engineer
Working Group Two
m: +46724452037
w: https://wgtwo.com e: per at wgtwo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190924/6cdc3fdc/attachment.sig>


More information about the FreeSWITCH-users mailing list