#230 - support for option to pad crypto on outdial using srtp (#231)

This commit is contained in:
Dave Horton
2023-09-15 13:34:03 -04:00
committed by GitHub
parent ad483ba0b7
commit 77363d54d1
4 changed files with 24 additions and 10 deletions

View File

@@ -51,6 +51,10 @@ SipGateway.fields = [
name: 'is_active',
type: 'number'
},
{
name: 'pad_crypto',
type: 'number'
},
{
name: 'account_sid',
type: 'string'