mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2026-07-04 19:32:03 +00:00
fix registration hook
This commit is contained in:
@@ -189,7 +189,10 @@ const digestChallenge = async(req, res, next) => {
|
||||
const {stats} = req.srf.locals;
|
||||
const {
|
||||
account_sid,
|
||||
registration_hook,
|
||||
registration_hook_url,
|
||||
registration_hook_method,
|
||||
registration_hook_username,
|
||||
registration_hook_password,
|
||||
webhook_secret
|
||||
} = req.locals;
|
||||
// Cannot detect account, reject register request
|
||||
|
||||
Reference in New Issue
Block a user