InnovateAsterisk / Browser-Phone

A fully featured browser based WebRTC SIP phone for Asterisk

Home Page:https://www.innovateasterisk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

server-side recording

prathibhacdac opened this issue · comments

How to do server side recording in browser phone application?

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.