Is Inbound call is Available in Azure Communication Service?

Soundhar M 30 Reputation points
2024-07-09T12:40:04.7033333+00:00

Shall I use PSTN Inbound calls for Contact centre for customer inquire like Customer calls the PSTN Phone Number and then Use Job routing to connect the PSTN call to our agent in WebApp(VOIP)

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

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,456 Reputation points
    2024-07-22T20:39:08.6833333+00:00

    Hello @Soundhar M Yes, using Azure Communication Services (ACS) with PSTN Inbound Calls and Job Routing is a very suitable solution for your contact center scenario.

    Here is a general workflow:

    1. Customers call a PSTN phone number.
    2. You can use ACS to handle the incoming PSTN calls. You can purchase a toll-free number and configure it to receive incoming calls
    3. Implement job routing logic to connect the incoming PSTN call to an available agent in your WebApp (VOIP). This can be done using Azure Event Grid to subscribe to incoming call events and route them appropriately. Since ACS scales to meet your needs. You can handle a high volume of calls without worrying about infrastructure limitations.

    Best,

    Grace

    0 comments No comments