From 524a556a7c23ea9786e082b1db9a17920e557964 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:26:22 +0700 Subject: [PATCH] fixed pad_crypto does not work if not a incoming call to a sip realm (#167) * fixed pad_crypto does not work if not a incoming call to a sip realm * fixed review comment --- lib/db-utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/db-utils.js b/lib/db-utils.js index 34a79d0..6a09354 100644 --- a/lib/db-utils.js +++ b/lib/db-utils.js @@ -300,7 +300,8 @@ module.exports = (srf, logger) => { name: gw.name, service_provider_sid: gw.service_provider_sid, account_sid: gw.account_sid, - application_sid: gw.application_sid + application_sid: gw.application_sid, + pad_crypto: gw.pad_crypto }; }); /* remove duplicates, winnow down to voip_carriers, not gateways */