mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2025-12-19 04:37:43 +00:00
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:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user