add voip_carriers.e164_leading_plus for carrier-level configuration of E.164 dial string

This commit is contained in:
Dave Horton
2020-07-16 09:45:59 -04:00
parent 326b1b673e
commit 4efee5a8b8
5 changed files with 36 additions and 11 deletions
+12
View File
@@ -21,6 +21,18 @@ VoipCarrier.fields = [
{
name: 'description',
type: 'string'
},
{
name: 'account_sid',
type: 'string',
},
{
name: 'application_sid',
type: 'string'
},
{
name: 'e164_leading_plus',
type: 'number'
}
];