summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorIgor Goncharovskiy <igor.goncharovsky@gmail.com>2012-03-12 17:01:26 +0000
committerIgor Goncharovskiy <igor.goncharovsky@gmail.com>2012-03-12 17:01:26 +0000
commitc369a4416b1fba9f685184b6b4dadf8eaffd2406 (patch)
treef143e2edb9ff1f00103c4bd30987503895fae171 /UPGRADE.txt
parentf5fda0eb74e4653282a2f5b25aa187c3ad16fe47 (diff)
Massive changes in chan_unistim channel driver. Include many fixes in channel driver operation and add additional functionality:
* Added ability to use multiple lines on phone, so for one device in configuration multiple lines can be defined, it allows to have multiple calls on one phone, callwaiting and switching between calls. * Added ability for translation on-screen menu to multiple languages. Tested on Russian languages. Supported encodings: ISO 8859-1, ISO 8859-2, ISO 8859-4, ISO 8859-5, ISO 2022-JP. Language controlled by 'language' and on-screen menu of phone * Other described in CHANGES file Testing done by issue tracker users: ibercom, scsiborg, idarwin, TeknoJuce, c0rnoTa. Tested on production system by Jonn Taylor (jonnt) using phone models: Nortel i2004, 1120E and 1140E. (closes issue ASTERISK-16890) Review: https://reviewboard.asterisk.org/r/1243/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@358766 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 6c76841f0..c935d122d 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -83,6 +83,10 @@ SIP
a call is terminated due to RTP stream inactivity or SIP session timer
expiration.
+chan_unistim
+ - Due to massive update in chan_unistim phone keys functions and on-screen
+ information changed.
+
users.conf:
- A defined user with hasvoicemail=yes now finally uses a Gosub to stdexten
as documented in extensions.conf.sample since v1.6.0 instead of a Macro as