updated API with new properties for voip_carriers that require outbound registration

This commit is contained in:
Dave Horton
2020-12-11 10:34:34 -05:00
parent c578757dd2
commit 484fa7841a
5 changed files with 68 additions and 14 deletions
+16
View File
@@ -33,6 +33,22 @@ VoipCarrier.fields = [
{
name: 'e164_leading_plus',
type: 'number'
},
{
name: 'requires_register',
type: 'number'
},
{
name: 'register_username',
type: 'string'
},
{
name: 'register_sip_realm',
type: 'string'
},
{
name: 'register_password',
type: 'string'
}
];