mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2025-12-19 04:27:46 +00:00
use system_information.sip_domain_name in the Contact header, if available (#71)
This commit is contained in:
6
app.js
6
app.js
@@ -55,7 +55,8 @@ const {
|
||||
lookupClientByAccountAndUsername,
|
||||
lookupSipGatewaysByFilters,
|
||||
updateSipGatewayBySid,
|
||||
lookupCarrierBySid
|
||||
lookupCarrierBySid,
|
||||
lookupSystemInformation
|
||||
} = require('@jambonz/db-helpers')({
|
||||
host: JAMBONES_MYSQL_HOST,
|
||||
user: JAMBONES_MYSQL_USER,
|
||||
@@ -102,7 +103,8 @@ srf.locals = {
|
||||
lookupClientByAccountAndUsername,
|
||||
lookupSipGatewaysByFilters,
|
||||
updateSipGatewayBySid,
|
||||
lookupCarrierBySid
|
||||
lookupCarrierBySid,
|
||||
lookupSystemInformation
|
||||
},
|
||||
realtimeDbHelpers: {
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user