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
This commit is contained in:
Hoan Luu Huu
2024-09-19 21:26:22 +07:00
committed by GitHub
parent b6d856c626
commit 524a556a7c

View File

@@ -300,7 +300,8 @@ module.exports = (srf, logger) => {
name: gw.name, name: gw.name,
service_provider_sid: gw.service_provider_sid, service_provider_sid: gw.service_provider_sid,
account_sid: gw.account_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 */ /* remove duplicates, winnow down to voip_carriers, not gateways */