From 05f97359863944db6646ff314622980a73da1830 Mon Sep 17 00:00:00 2001 From: Vojtech Sodoma Date: Tue, 3 Oct 2017 15:31:20 +0200 Subject: [PATCH] Fix Disabling AMI transfer --- .../install_and_config/phone_integration/index.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/source/administrator/xivocc/install_and_config/phone_integration/index.rst b/source/administrator/xivocc/install_and_config/phone_integration/index.rst index e7a8021c..f6217c34 100644 --- a/source/administrator/xivocc/install_and_config/phone_integration/index.rst +++ b/source/administrator/xivocc/install_and_config/phone_integration/index.rst @@ -120,4 +120,15 @@ Conference with Yealink / Polycom Disabling AMI transfer ====================== -Since Polaris version, transfers are no longer done through the device capabilities or using DTMF but using AMI command to manage the device calls. If you want to revert to the old behavior you just need to set the ENABLE_AMI_TRANSFER to false in the docker custom.env file. Please check previous versions documentation for limitations. +Since Polaris version, transfers are no longer done through the device capabilities or using DTMF but using AMI command to manage the device calls. If you want to revert to the old behavior you just need to set the ENABLE_AMI_TRANSFER to false in the `/etc/docker/compose/docker-xivocc.yml` file: + +.. code-block:: bash + :emphasize-lines: 5 + + xuc: + ... + environment: + ... + - ENABLE_AMI_TRANSFER=false + +Please check previous versions documentation for limitations. -- GitLab