https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/chime/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/chime/create-proxy-session.rst
**To create a proxy session**

The following ``create-proxy-session`` example creates a proxy session with voice and SMS capabilities. ::

    aws chime create-proxy-session \
        --voice-connector-id abcdef1ghij2klmno3pqr4 \
        --participant-phone-numbers "+14015550101" "+12065550100" \
        --capabilities "Voice" "SMS"

Output::

    {
        "ProxySession": {
            "VoiceConnectorId": "abcdef1ghij2klmno3pqr4",
            "ProxySessionId": "123a4bc5-67d8-901e-2f3g-h4ghjk56789l",
            "Status": "Open",
            "ExpiryMinutes": 60,
            "Capabilities": [
                "SMS",
                "Voice"
            ],
            "CreatedTimestamp": "2020-04-15T16:10:10.288Z",
            "UpdatedTimestamp": "2020-04-15T16:10:10.288Z",
            "Participants": [
                {
                    "PhoneNumber": "+12065550100",
                    "ProxyPhoneNumber": "+19135550199"
                },
                {
                    "PhoneNumber": "+14015550101",
                    "ProxyPhoneNumber": "+19135550199"
                }
            ]
        }
    }

For more information, see `Proxy Phone Sessions <https://docs.aws.amazon.com/chime/latest/dg/proxy-phone-sessions.html>`__ in the *Amazon Chime Developer Guide*.

https://t.me/RX1948 - 2025