Skip to content

Commit

Permalink
fixed pad_crypto does not work if not a incoming call to a sip realm (#…
Browse files Browse the repository at this point in the history
…167)

* fixed pad_crypto does not work if not a incoming call to a sip realm

* fixed review comment
  • Loading branch information
xquanluu authored Sep 19, 2024
1 parent b6d856c commit 524a556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/db-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 524a556

Please sign in to comment.