Browser-Phone icon indicating copy to clipboard operation
Browser-Phone copied to clipboard

server-side recording

Open bp2468 opened this issue 2 years ago • 2 comments

How to do server side recording in browser phone application?

bp2468 avatar Nov 02 '23 06:11 bp2468

agners/acdr: Asterisk Call Detail Record (github.com) https://github.com/agners/acdr

Good Morning

Em qui., 2 de nov. de 2023 às 03:17, prathibhacdac @.***> escreveu:

How to do server side recording in browser phone application?

— Reply to this email directly, view it on GitHub https://github.com/InnovateAsterisk/Browser-Phone/issues/476, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANXIE2I2ZXDTAQ5EBHFXN3YCM3IPAVCNFSM6AAAAAA62LNOFKVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TGNJYGIYTMNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Jeferson Januário 055 11 97966-4256 https://wa.me/5511979664256 [image: Profissional em Anúncios Certificado Microsoft] https://www.credly.com/users/jefersonjanuario/badges

jjanuario avatar Nov 02 '23 13:11 jjanuario

https://docs.asterisk.org/Asterisk_21_Documentation/API_Documentation/Dialplan_Applications/MixMonitor/

Please not that as per the name both legs of the call are recorded and "mixed" together. Also note that you have to fully manage the call fork, bridge, and transfer, leading to the possibility of partial recordings, duplicate recordings, and truncated recordings. You should also be aware of your local laws around storing and transferring of personal information.

Generally, it's quite a mess - hence I like to record at the client level.

InnovateAsterisk avatar Nov 06 '23 13:11 InnovateAsterisk