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
Copy file name to clipboardExpand all lines: api/overview/azure/preview/communication.phonenumbers-readme.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: Azure Communication Phone Numbers client library for .NET
3
3
keywords: Azure, dotnet, SDK, API, Azure.Communication.PhoneNumbers, communication
4
-
ms.date: 05/21/2025
4
+
ms.date: 07/22/2025
5
5
ms.topic: reference
6
6
ms.devlang: dotnet
7
7
ms.service: communication
8
8
---
9
-
# Azure Communication Phone Numbers client library for .NET - version 1.4.0-beta.1
9
+
# Azure Communication Phone Numbers client library for .NET - version 1.5.0-beta.1
10
10
11
11
12
12
Azure Communication Phone Numbers is managing phone numbers for Azure Communication Services.
@@ -41,7 +41,7 @@ Here's an example using the Azure CLI:
41
41
42
42
This SDK provides functionality to easily manage `direct offer` and `direct routing` numbers.
43
43
44
-
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.
44
+
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.
45
45
They are managed using the `PhoneNumbersClient`
46
46
47
47
The `direct routing` feature enables connecting your existing telephony infrastructure to ACS.
@@ -82,9 +82,9 @@ client = new SipRoutingClient(endpoint, tokenCredential);
82
82
### Phone numbers client
83
83
84
84
#### Phone number types overview
85
-
Phone 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.
86
-
87
-
All geographic phone plans within the same country are grouped into a phone plan group with a Geographic phone number type. All Toll-Free phone plans within the same country are grouped into a phone plan group.
85
+
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.
86
+
87
+
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.
88
88
89
89
#### Searching, purchasing and releasing phone numbers
90
90
@@ -98,7 +98,7 @@ The Browse and Reservations APIs provide an alternate way to acquire phone numbe
98
98
99
99
The browse operation retrieves a random sample of phone numbers that are available for purchase for a given country, with optional filtering criteria to narrow down results. The returned phone numbers are not reserved for any customer.
100
100
101
-
Reservations represent a collection of phone numbers that are locked by a specific customer and are awaiting purchase. They have an expiration time of 15 minutes after the last modification or 2 hours from creation time. A reservation can include numbers from different countries, in contrast with the Search operation. Customers can Create, Retrieve, Modify (add/remove numbers), Delete, and Purchase reservations. Purchasing a reservation is an LRO.
101
+
Reservations represent a collection of phone numbers that are locked by a specific customer and are awaiting purchase. They have an expiration time of 15 minutes after the last modification or 2 hours from creation time. A reservation can include numbers from different countries, in contrast with the Search operation. Customers can create, retrieve, modify (add/remove numbers), delete, and purchase reservations. Purchasing a reservation is an LRO.
102
102
103
103
### SIP routing client
104
104
@@ -112,11 +112,11 @@ We guarantee that all client instance methods are thread-safe and independent of
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.4.0-beta.1/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.5.0-beta.1/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
0 commit comments