baresip-records-mixer
v1.3.0
Published
An utility to mix BareSIP records
Downloads
2
Readme
BareSIP Records Mixer
Install
$ npm install baresip-records-mixer
Usage
import RecordsMixer from 'baresip-records-mixer';
const recordsMixer = new RecordsMixer('input-records-path', 'output-path', 'mix-script-path');
recordsMixer.mix('phoneNumber', 'callType e.g. in|out');
recordsMixer.convert('phoneNumber', 'callType e.g. in|out');