remove baresip for now, use ices2
This commit is contained in:
parent
3409fb8ab8
commit
333146a182
10 changed files with 123 additions and 20 deletions
|
|
@ -6,17 +6,21 @@
|
|||
"license": "MIT",
|
||||
"bin": "bin.mjs",
|
||||
"scripts": {
|
||||
"start": "node bin.mjs"
|
||||
"start": "node bin.mjs",
|
||||
"dev": "node bin.mjs --dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"baresip-wrapper": "^1.0.10",
|
||||
"debug": "^4.3.1",
|
||||
"es-main": "^1.0.2",
|
||||
"fastify": "^3.15.1",
|
||||
"fastify-cors": "^6.0.1",
|
||||
"fastify-http-proxy": "^6.2.0",
|
||||
"fastify-sse-v2": "^2.0.4",
|
||||
"fastify-static": "^4.0.1",
|
||||
"is-online": "^9.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"node-jsonrpc-client": "^1.0.4",
|
||||
"split2": "^3.2.2",
|
||||
"streamx": "^2.10.3"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue