First commit merge

This commit is contained in:
kbe
2025-10-09 16:37:02 +02:00
parent 915ef14fc5
commit 5aae456ab3
20 changed files with 2584 additions and 2 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "nexusvoice-sbc",
"version": "0.1.0",
"description": "Enterprise Session Border Controller",
"license": "ISC",
"author": "",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"config": "^4.1.1",
"drachtio-srf": "^5.0.13",
"winston": "^3.18.3"
}
}