HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/examples/chime/get-voice-connector-proxy.rst
**To get proxy configuration details**

The following ``get-voice-connector-proxy`` example gets the proxy configuration details for your Amazon Chime Voice Connector. ::

    aws chime get-voice-connector-proxy \
        --voice-connector-id abcdef1ghij2klmno3pqr4

Output::

    {
        "Proxy": {
            "DefaultSessionExpiryMinutes": 60,
            "Disabled": false,
            "PhoneNumberCountries": [
                "US"
            ]
        }
    }

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*.