add optional env var to specify udp localPort to bind to

This commit is contained in:
Dave Horton
2022-12-30 10:41:39 -05:00
parent 35b15c1f2c
commit 6d593cbc7d
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "0.2.2",
"@jambonz/realtimedb-helpers": "^0.5.7",
"@jambonz/rtpengine-utils": "^0.3.10",
"@jambonz/rtpengine-utils": "^0.4.2",
"@jambonz/siprec-client-utils": "^0.2.0",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.2.5",
@@ -686,12 +686,12 @@
}
},
"node_modules/@jambonz/rtpengine-utils": {
"version": "0.3.11",
"resolved": "https://registry.npmjs.org/@jambonz/rtpengine-utils/-/rtpengine-utils-0.3.11.tgz",
"integrity": "sha512-+WDZrAje2ww7zBY2+DYgPdiDg+Uh9qC4B/+EfQ/ghjseausaUWhUCDuJOdFQtHXA1qtEiMxTD1argeC5DtJBYQ==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@jambonz/rtpengine-utils/-/rtpengine-utils-0.4.2.tgz",
"integrity": "sha512-SSB77o8wFY1a8BhBh/mYheznZV5zgY87JseHrxSgnrjluTNA8cu19D9pV8NpnbG2eFCiVgAu+D5LG3+vr5hTRw==",
"dependencies": {
"debug": "^4.3.1",
"rtpengine-client": "^0.3.9",
"rtpengine-client": "^0.4.11",
"ws": "^8.5.0"
}
},
@@ -5336,12 +5336,12 @@
}
},
"node_modules/rtpengine-client": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/rtpengine-client/-/rtpengine-client-0.3.9.tgz",
"integrity": "sha512-e22oEIHK2fazQdcQNSCNlM/87xi5BHCSiqcOKbxSsGL69KEA1nPdIjihnDpzxhZltYGUokqTpb5aTz/hZhlYjA==",
"version": "0.4.11",
"resolved": "https://registry.npmjs.org/rtpengine-client/-/rtpengine-client-0.4.11.tgz",
"integrity": "sha512-upWU+aDQ9SWzyL8gSoCWelInnkELR8c2Qlym9iCupwAmJb6SztZDP/wwZDWVKhusHI4o0ihx077AZrgv3fWwAg==",
"dependencies": {
"bencode": "^2.0.3",
"uuid": "^8.2.0",
"uuid-random": "^1.3.2",
"ws": "^7.4.4"
}
},
@@ -6928,12 +6928,12 @@
}
},
"@jambonz/rtpengine-utils": {
"version": "0.3.11",
"resolved": "https://registry.npmjs.org/@jambonz/rtpengine-utils/-/rtpengine-utils-0.3.11.tgz",
"integrity": "sha512-+WDZrAje2ww7zBY2+DYgPdiDg+Uh9qC4B/+EfQ/ghjseausaUWhUCDuJOdFQtHXA1qtEiMxTD1argeC5DtJBYQ==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@jambonz/rtpengine-utils/-/rtpengine-utils-0.4.2.tgz",
"integrity": "sha512-SSB77o8wFY1a8BhBh/mYheznZV5zgY87JseHrxSgnrjluTNA8cu19D9pV8NpnbG2eFCiVgAu+D5LG3+vr5hTRw==",
"requires": {
"debug": "^4.3.1",
"rtpengine-client": "^0.3.9",
"rtpengine-client": "^0.4.11",
"ws": "^8.5.0"
}
},
@@ -10426,12 +10426,12 @@
"integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA=="
},
"rtpengine-client": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/rtpengine-client/-/rtpengine-client-0.3.9.tgz",
"integrity": "sha512-e22oEIHK2fazQdcQNSCNlM/87xi5BHCSiqcOKbxSsGL69KEA1nPdIjihnDpzxhZltYGUokqTpb5aTz/hZhlYjA==",
"version": "0.4.11",
"resolved": "https://registry.npmjs.org/rtpengine-client/-/rtpengine-client-0.4.11.tgz",
"integrity": "sha512-upWU+aDQ9SWzyL8gSoCWelInnkELR8c2Qlym9iCupwAmJb6SztZDP/wwZDWVKhusHI4o0ihx077AZrgv3fWwAg==",
"requires": {
"bencode": "^2.0.3",
"uuid": "^8.2.0",
"uuid-random": "^1.3.2",
"ws": "^7.4.4"
},
"dependencies": {

View File

@@ -31,7 +31,7 @@
"@jambonz/realtimedb-helpers": "^0.5.7",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "0.2.2",
"@jambonz/rtpengine-utils": "^0.3.10",
"@jambonz/rtpengine-utils": "^0.4.2",
"@jambonz/siprec-client-utils": "^0.2.0",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.2.5",