Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Introducing changes proposed to chan_unistim driver:
Browse files Browse the repository at this point in the history
1) Added the unistim.conf variable dtmf_duration which can select the DTMF playback duration from 0ms to 150ms (0 is off and is the new default)
2) Enabled the transmission of month names, which are sent with the date and changed the dateformat variable to accept the values 0-3 as per the UNISTIM standard (2 & 3 match the previous 1 & 2 formats).
3) Enabled the "Mute" packet so muting microphone works as expected and microphone muted for all calls while LED light on
4) Changed Duree to Timer on i2004 display

(closes issue ASTERISK-23592)



git-svn-id: http://svn.asterisk.org/svn/asterisk/trunk@413048 f38db490-d61c-443f-a65b-d21fe96a405b
  • Loading branch information
IgorrG committed Apr 28, 2014
1 parent 79f8832 commit fa2e6b0
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 101 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,15 @@ chan_skinny

chan_unistim
--------------------
* Added option 'dtmf_duration' allowing playback time of DTMF tones to be set

* Modified option 'date_format' to allow options to display date in 31Jan and Jan31
formats as options 0 and 1. The previous options 0 and 1 now map to options 2 and 3
as per the UNISTIM protocol.

* Fixed issues with dialtone not matching indications.conf and mute stopping rx
as well as tx. Also fixed issue with call "Timer" displaying as French "Dur�e"

* Added ability to use multiple lines for a single phone. This allows multiple
calls to occur on a single phone, using callwaiting and switching between calls.

Expand Down
7 changes: 7 additions & 0 deletions UPGRADE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ Configuration Files:
- The manager.conf 'eventfilter' now takes an "extended" regular expression
instead of a "basic" one.

- The unistim.conf 'dateformat' has changed meaning of options values to conform
values used inside Unistim protocol

ODBC:
- The compatibility setting, allow_empty_string_in_nontext, has been removed.
Empty column values will be stored as empty strings during realtime updates.
Expand Down Expand Up @@ -174,6 +177,10 @@ Realtime Configuration:
- A new set of Alembic scripts has been added for CDR tables. This will create
a 'cdr' table with the default schema that Asterisk expects.

Unistim:
- Added 'dtmf_duration' option with changing default operation to disable
receivied dtmf playback on unistim phone

Utilities:
- The refcounter program has been removed in favor of the refcounter.py script
in contrib/scripts.
Expand Down
Loading

0 comments on commit fa2e6b0

Please sign in to comment.