forked from chan-sccp/chan-sccp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
67 lines (57 loc) · 1.97 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Version: 4.1.0_RC1
==================
- Updated audio/video/codec handling
- Reworked hint handling
- Updated refcount system
- Updated for asterisk devstate api change
- Compatible with multitute of asterisk versions from 1.6 up to trunk, using one code base
- new Conference implementation
- New sccp.conf handling system, using a flexible TABLE as the basis for all config parsing
Version: 4.1.0_DEV
==================
- Updated audio/video/codec handling
- Reworked hint handling
- Updated refcount system
- Updated for asterisk devstate api change
- Compatible with multitute of asterisk versions from 1.6 up to trunk, using one code base
- new Conference implementation
- New sccp.conf handling system, using a flexible TABLE as the basis for all config parsing
Version: 3.0_RC3
===================
Added Functionality:
- Dialplan Function SCCPDEVICE, SCCPLINE and SCCPCHANNEL
- DevState Feature Button (--enable-devstate)
- some parameters in configure have change from --with to --enable/disable.
A couple of parameters which used to be disabled are now enabled by
default. Please Check them !!
- Dynamic Speeddials (and dynamic speeddials with call info) for newer SCCP Phones
- Early Beginnings of Video Support
Fixed/Improved:
- bug fixes for device re-registering
- bug fixes for hints
- bug fixes for channel indications (DTMF / Inband Messages during Progress)
- configure script, os detection
- lots of small bugs reported by users
- documentation updates
Version: 3.0_RC2
================
Added Functionality:
- sccp reload
- dynamic speeddial with and without callerid
Fixed/Improved:
- transfer + callerid
- improved callerid passing during call forward
Version: 3.0_RC1
================
Added Functionality:
- HotLine
- Shared Lines
- Dynamic speed dials
- New configuration file handling using templating
Fixed/Improved:
- Realtime database support
- Debug indications
- Direct transfer
- Group pickup
- Call parking
Version: 3.0_PreRC3