Note
This section describes the Chime SDK PSTN audio service, which was previously referred to as “SIP Media Applications (SMA)” in prior versions of the documentation and some blog posts. Going forward, when we refer to “SIP Media Applications,” we are referring to the configuration items in the Amazon Chime SDK console and the AWS SDK that are associated with the PSTN audio service.
This section explains how to use the Amazon Chime SDK Public Switched Telephone Network (PSTN) Audio service. With the PSTN audio service, developers can build custom telephony applications using the agility and operational simplicity of a serverless AWS Lambda function.
Your AWS Lambda functions control the behavior of phone calls, such as playing voice prompts, collecting digits, recording calls, routing calls to the PSTN and Session Initiation Protocol (SIP) devices using the Amazon Chime SDK Voice Connector. The following topics provide an overview and architectural information about the PSTN audio service, including how to build AWS Lambda functions to control calls.
Note
The topics in this section assume that you understand the AWS Lambda service. For more information about AWS Lambda, see Getting started with AWS Lambda. Also, to use this section of the Amazon Chime SDK successfully, an Amazon Chime SDK administrator must create at least one SIP rule and one SIP media application. For more information about completing those tasks, see Managing SIP media applications in the Amazon Chime SDK Administrator Guide.
Topics
- Migrating to the Amazon Chime SDK voice namespace
- Understanding phone numbers, SIP rules, SIP media applications, and AWS Lambda functions for Amazon Chime SDK PSTN audio
- Understanding the Amazon Chime SDK PSTN audio service programming model
- Routing calls and events to AWS Lambda functions for Amazon Chime SDK PSTN audio
- Learn about using Amazon Chime SDK PSTN audio service call legs
- Understanding call flow for Amazon Chime SDK PSTN audio
- Building AWS Lambda functions for the Amazon Chime SDK PSTN audio service