You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SDK provides functionality to easily manage `direct offer` and `direct routing` numbers.
24
24
25
-
The `direct offer` numbers come in two types: Geographic and Toll-Free. Geographic phone plans are phone plans associated with a location, whose phone numbers' area codes are associated with the area code of a geographic location. Toll-Free phone plans are phone plans not associated location. For example, in the US, toll-free numbers can come with area codes such as 800 or 888.
25
+
The `direct offer` numbers come in three types: Geographic, Toll-Free and Mobile. Geographic and Mobile phone plans are phone plans associated with a location, whose phone numbers' area codes are associated with the area code of a geographic location. Toll-Free phone plans are phone plans not associated location. For example, in the US, toll-free numbers can come with area codes such as 800 or 888.
26
26
They are managed using the `PhoneNumbersClient`
27
27
28
28
The `direct routing` feature enables connecting your existing telephony infrastructure to ACS.
Phone numbers come in two types; Geographic and Toll-Free. Geographic phone numbers are phone numbers associated with a location, whose area codes are associated with the area code of a geographic location. Toll-Free phone numbers are phone numbers with no associated location. For example, in the US, toll-free numbers can come with area codes such as 800 or 888.
80
+
Phone numbers come in three types; Geographic, Toll-Free and Mobile. Toll-Free numbers are not associated with a location. For example, in the US, toll-free numbers can come with area codes such as 800 or 888. Geographic and Mobile phone numbers are phone numbers associated with a location.
81
+
82
+
Phone number types with the same country are grouped into a phone plan group with that phone number type. For example all Toll-Free phone numbers within the same country are grouped into a phone plan group.
81
83
82
84
#### Searching and Purchasing and Releasing numbers
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_generated/_configuration.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ class PhoneNumbersClientConfiguration: # pylint: disable=too-many-instance-attr
22
22
:param endpoint: The communication resource, for example
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_generated/aio/_client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ class PhoneNumbersClient:
29
29
:param endpoint: The communication resource, for example
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_generated/aio/_configuration.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ class PhoneNumbersClientConfiguration: # pylint: disable=too-many-instance-attr
22
22
:param endpoint: The communication resource, for example
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_generated/aio/operations/_operations.py
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_generated/models/_enums.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ class PhoneNumberType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
0 commit comments