* CTI transfer handling: CTI transfer was rewritten to no longer use DTMF
* CTI transfer handling: CTI transfer was rewritten to no longer use asterisk features code to be able to configure
your XiVO with directmedia and RFC2833,
* :ref:`login_pause_funckeys` are now synchronized with CC applications,
* Yealink T4XS family support (see :ref:`devices_releasenotes`)
...
...
@@ -120,46 +121,13 @@ Behavior Changes
To customize port, you must also edit the *ports* section in the :file:`/etc/docker/compose/docker-xivocc.yml` file.
Upgrade from Five
-----------------
In this sections are listed the manual steps to do after migration from Five to Polaris.
On XiVO PBX
^^^^^^^^^^^
* Accept new cel.conf: if you are asked by ``xivo-upgrade`` installer, you must choose to replace the ``cel.conf`` file or ensure
that its content correspond to these :ref:`defaults <cel>`.
* Finish to remove xivo-ctid-ng and xivo-websocketd::
apt-get purge xivo-websocketd xivo-ctid-ng
* Add `writetimeout` parameter to the the :file:`/etc/asterisk/manager.d/02-xivocc.conf` file:
.. code-block:: bash
:emphasize-lines: 7
[xuc]
secret = ...
deny = ...
permit = ...
read = ...
write = ...
writetimeout = 10000
* Upgrade your Snom plugin: you **MUST** update your Snom phones with the new plugin version to be able to use CTI Transfer (Web Assistant or CCAgent).
* Accept new cel.conf: if you are asked by ``xivo-upgrade`` installer, you must choose to replace the ``cel.conf`` file or ensure
that its content correspond to these :ref:`defaults <cel>`.
* Finish to remove xivo-ctid-ng and xivo-websocketd::
apt-get purge xivo-websocketd xivo-ctid-ng
* Add `writetimeout` parameter to the the :file:`/etc/asterisk/manager.d/02-xivocc.conf` file:
.. code-block:: bash
:emphasize-lines: 7
[xuc]
secret = ...
deny = ...
permit = ...
read = ...
write = ...
writetimeout = 10000
* Upgrade your Snom plugin: you **MUST** update your Snom phones with the new plugin version to be able to use CTI Transfer (Web Assistant or CCAgent).