remove baresip for now, use ices2

This commit is contained in:
rdl technix 2021-09-03 19:08:48 +02:00
parent 3409fb8ab8
commit 333146a182
10 changed files with 123 additions and 20 deletions

View file

@ -12,13 +12,15 @@ async function main () {
port: 3030,
host: '0.0.0.0',
input: 'alsa:default',
output: 'alsa:default'
output: 'alsa:default',
dev: false
},
alias: {
p: 'port',
h: 'host',
i: 'input',
o: 'output'
o: 'output',
d: 'dev'
}
})