Azure comms, multiple numbers....

Dylan Olney 0 Reputation points
2025-01-14T12:57:49.06+00:00

I've built an application with integrated telephony that has users in Ireland, so we have an Irish call number in our communications service. So far, so good. The telephony works fine. However, the app is being extended to have users in Chicago too, so we bought and added a Chicago based number to the the comms service. Irish users will not be calling the US, nor vice versa. My query is this: for outgoing calls from the application, how does the comms service know which calling number to use? Must it be explicitly stated in the API request that initiates the call, or does it automatically figure it out based on the recipient number?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
987 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 18,811 Reputation points
    2025-01-14T23:55:26.54+00:00

    Hi @Dylan Olney which Azure Communication Services API are you using for making calls (Calling SDK, Voice SDK)? Are you using direct calling or PSTN calling?

    The outbound caller ID (the number shown to the recipient) needs to be explicitly specified in the API call. It doesn't automatically determine which number to use based on the recipient's location.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.