mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2025-12-19 04:27:46 +00:00
feat: update voip carriers register status
This commit is contained in:
6
app.js
6
app.js
@@ -25,7 +25,8 @@ const {
|
||||
lookupSipGatewaysByCarrier,
|
||||
lookupAccountBySipRealm,
|
||||
lookupAccountCapacitiesBySid,
|
||||
addSbcAddress
|
||||
addSbcAddress,
|
||||
updateVoipCarriersRegisterStatus
|
||||
} = require('@jambonz/db-helpers')({
|
||||
host: process.env.JAMBONES_MYSQL_HOST,
|
||||
user: process.env.JAMBONES_MYSQL_USER,
|
||||
@@ -69,7 +70,8 @@ srf.locals = {
|
||||
lookupAllVoipCarriers,
|
||||
lookupSipGatewaysByCarrier,
|
||||
lookupAccountBySipRealm,
|
||||
lookupAccountCapacitiesBySid
|
||||
lookupAccountCapacitiesBySid,
|
||||
updateVoipCarriersRegisterStatus
|
||||
},
|
||||
realtimeDbHelpers: {
|
||||
addKey,
|
||||
|
||||
Reference in New Issue
Block a user