baresip-records-mixer

An utility to mix BareSIP records

Usage no npm install needed!

<script type="module">
  import baresipRecordsMixer from 'https://cdn.skypack.dev/baresip-records-mixer';
</script>

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');