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'
}
];
+4
View File
@@ -250,6 +250,8 @@ paths:
description: voip carrier name
description:
type: string
e164_leading_plus:
type: boolean
required:
- name
responses:
@@ -1613,6 +1615,8 @@ components:
type: string
description:
type: string
e164_leading_plus:
type: boolean
required:
- voip_carrier_sid
- name