Microsoft Azure Communication Phone Numbers Client Library for Python
Project description
Azure Communication Phone Numbers Package client library for Python
Azure Communication Phone Numbers client package is used to administer Phone Numbers.
Getting started
Prerequisites
- Python 2.7, or 3.6 or later is required to use this package.
- You must have an Azure subscription
- A deployed Communication Services resource. You can use the Azure Portal or the Azure PowerShell to set it up.
Install the package
Install the Azure Communication Phone Numbers client library for Python with pip:
pip install azure-communication-phonenumbers
Key concepts
Initializing Phone Numbers Client
# You can find your connection string from your resource in the Azure Portal
import os
from azure.communication.phonenumbers import PhoneNumbersClient
from azure.identity import DefaultAzureCredential
endpoint = "https://<RESOURCE_NAME>.communication.azure.com"
# To use Azure Active Directory Authentication (DefaultAzureCredential) make sure to have your
# AZURE_TENANT_ID, AZURE_CLIENT_ID and AZURE_CLIENT_SECRET as env variables.
phone_numbers_client = PhoneNumbersClient(endpoint, DefaultAzureCredential())
Initializing the Client Using Your Connection String
Connection string authentication is also available for Phone Numbers Client.
# You can find your connection string from your resource in the Azure Portal
import os
from azure.communication.phonenumbers import PhoneNumbersClient
connection_str = "endpoint=ENDPOINT;accessKey=KEY"
phone_numbers_client = PhoneNumbersClient.from_connection_string(connection_str)
Phone Number Types overview
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.
Searching and Purchasing and Releasing numbers
Phone numbers can be searched through the search creation API by providing an area code, quantity of phone numbers, application type, phone number type, and capabilities. The provided quantity of phone numbers will be reserved for ten minutes and can be purchased within this time. If the search is not purchased, the phone numbers will become available to others after ten minutes. If the search is purchased, then the phone numbers are acquired for the Azure resources.
Phone numbers can also be released using the release API.
Examples
Get All Purchased Phone Numbers
Lists all of your purchased phone numbers
purchased_phone_numbers = phone_numbers_client.list_purchased_phone_numbers()
for acquired_phone_number in purchased_phone_numbers:
print(acquired_phone_number.phone_number)
Get Purchased Phone Number
Gets the information from the specified phone number
result = phone_numbers_client.get_purchased_phone_number("<phone number>")
print(result.country_code)
print(result.phone_number)
Long Running Operations
The Phone Number Client supports a variety of long running operations that allow indefinite polling time to the functions listed down below.
Search for Available Phone Number
You can search for available phone numbers by providing the capabilities of the phone you want to acquire, the phone number type, the assignment type, and the country code. It's worth mentioning that for the toll-free phone number type, proving the area code is optional. The result of the search can then be used to purchase the number in the corresponding API.
capabilities = PhoneNumberCapabilities(
calling = PhoneNumberCapabilityType.INBOUND,
sms = PhoneNumberCapabilityType.INBOUND_OUTBOUND
)
poller = phone_numbers_client.begin_search_available_phone_numbers(
"US",
PhoneNumberType.TOLL_FREE,
PhoneNumberAssignmentType.APPLICATION,
capabilities,
area_code ="833", # Area code is optional for toll-free numbers
quantity = 2, # Quantity is optional. If not set, default is 1
polling = True
)
search_result = poller.result()
Purchase Phone Numbers
The result of your search can be used to purchase the specified phone numbers. This can be done by passing the search_id
from the search response to the purchase phone number API.
purchase_poller = phone_numbers_client.begin_purchase_phone_numbers(
search_result.search_id,
polling=True
)
Release Phone Number
Releases an acquired phone number.
poller = self.phone_number_client.begin_release_phone_number(
"<phone number>",
polling = True
)
Updating Phone Number Capabilities
Updates the specified phone number capabilities for Calling and SMS to one of:
PhoneNumberCapabilityType.NONE
PhoneNumberCapabilityType.INBOUND
PhoneNumberCapabilityType.OUTBOUND
PhoneNumberCapabilityType.INBOUND_OUTBOUND
poller = self.phone_number_client.begin_update_phone_number_capabilities(
"<phone number>",
PhoneNumberCapabilityType.OUTBOUND,
PhoneNumberCapabilityType.INBOUND_OUTBOUND,
polling = True
)
Troubleshooting
The Phone Numbers Administration client will raise exceptions defined in Azure Core.
Next steps
More sample code
Please take a look at the samples directory for detailed examples of how to use this library.
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file azure-communication-phonenumbers-1.1.0b1.zip
.
File metadata
- Download URL: azure-communication-phonenumbers-1.1.0b1.zip
- Upload date:
- Size: 79.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffce3bce4cae4b8998372fe1bd344efb64522dc06a5491c8754251e00855197b |
|
MD5 | c662445bf6709552a55b299c28c64211 |
|
BLAKE2b-256 | 5e62367f4b3687ba3a5ac723cbd24d7f413a8658dbd736e157ffa944de2b61c1 |
File details
Details for the file azure_communication_phonenumbers-1.1.0b1-py2.py3-none-any.whl
.
File metadata
- Download URL: azure_communication_phonenumbers-1.1.0b1-py2.py3-none-any.whl
- Upload date:
- Size: 50.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 168314d3c98cb46e0d8c8b554f02c7c96431c1fe501cd1887190f1bea7f069ca |
|
MD5 | 5dc3ddb724ea5eeed94b1a36d09156d0 |
|
BLAKE2b-256 | 8a471ae864b3782d1b7ad634edafc3c147c4fdffc34785f67df5367a28c19977 |