:doc:`ChimeSDKVoice <../../chime-sdk-voice>` / Client / put_voice_connector_external_systems_configuration

**************************************************
put_voice_connector_external_systems_configuration
**************************************************



.. py:method:: ChimeSDKVoice.Client.put_voice_connector_external_systems_configuration(**kwargs)

  

  Adds an external systems configuration to a Voice Connector.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-voice-2022-08-03/PutVoiceConnectorExternalSystemsConfiguration>`_  


  **Request Syntax**
  ::

    response = client.put_voice_connector_external_systems_configuration(
        VoiceConnectorId='string',
        SessionBorderControllerTypes=[
            'RIBBON_SBC'|'ORACLE_ACME_PACKET_SBC'|'AVAYA_SBCE'|'CISCO_UNIFIED_BORDER_ELEMENT'|'AUDIOCODES_MEDIANT_SBC',
        ],
        ContactCenterSystemTypes=[
            'GENESYS_ENGAGE_ON_PREMISES'|'AVAYA_AURA_CALL_CENTER_ELITE'|'AVAYA_AURA_CONTACT_CENTER'|'CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE',
        ]
    )
    
  :type VoiceConnectorId: string
  :param VoiceConnectorId: **[REQUIRED]** 

    The ID of the Voice Connector for which to add the external system configuration.

    

  
  :type SessionBorderControllerTypes: list
  :param SessionBorderControllerTypes: 

    The session border controllers to use.

    

  
    - *(string) --* 

    

  :type ContactCenterSystemTypes: list
  :param ContactCenterSystemTypes: 

    The contact center system to use.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ExternalSystemsConfiguration': {
              'SessionBorderControllerTypes': [
                  'RIBBON_SBC'|'ORACLE_ACME_PACKET_SBC'|'AVAYA_SBCE'|'CISCO_UNIFIED_BORDER_ELEMENT'|'AUDIOCODES_MEDIANT_SBC',
              ],
              'ContactCenterSystemTypes': [
                  'GENESYS_ENGAGE_ON_PREMISES'|'AVAYA_AURA_CALL_CENTER_ELITE'|'AVAYA_AURA_CONTACT_CENTER'|'CISCO_UNIFIED_CONTACT_CENTER_ENTERPRISE',
              ]
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ExternalSystemsConfiguration** *(dict) --* 

        An object that contains information about an external systems configuration for a Voice Connector.

        
        

        - **SessionBorderControllerTypes** *(list) --* 

          The session border controllers.

          
          

          - *(string) --* 
      
        

        - **ContactCenterSystemTypes** *(list) --* 

          The contact center system.

          
          

          - *(string) --* 
      
    
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.NotFoundException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ConflictException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ServiceFailureException`

  