1chan-sccp (4.3.2-6) UNRELEASED; urgency=medium
2
3  * Enhancements:
4   - Increased control over Button Lamps on DeAvstate Feature Buttons
5   - Added support for asterisk-18
6   - Added support for AUTO_ANSWER dialplan variable
7   - Added support for SCCP signaling over TLS (SCCPS)
8
9  * Resolved issues:
10   - Parallel answer issue causing segfaults (full rewrite)
11   - CallInfo when dealing with parking and retrieval of parked calls
12   - RTP holepunching / dealing with NAT firewalls
13   - DND/Record/Forward handling on 89xx phones
14
15  * Minor Bug Fixes:
16   - cancelling scheduled events
17   - fix resource leak
18   - incominglimit handling
19
20 -- Diederik de Groot <ddegroot@users.sf.net>  Wed, 20 Feb 2019 17:47:00 +0100
21
22chan-sccp (4.3.2) UNRELEASED; urgency=medium
23  * Enhancements:
24    - Compile with c++ compatibility
25    - Directed barge
26    - Shared line barge
27    - CLI: callforward
28    - CLI: microphone
29    - Improved Video Handling
30    - Added support for asterisk-17
31
32  * Fixed:
33    - One way audio issues
34    - Congestion signallling after EndCall Softkey
35    - Rtp receive channel left open after call hangup -> causing phone to run
36      out of rtp channels. (under some circumstances).
37    - cli output when dealing with accented characters (locale)
38    - callforward status bar message on 8945
39    - pop up DND message on 8945 repeatedly (temp measure)
40    - video mode
41    - Callforward on sharedline
42
43 -- Diederik de Groot <ddegroot@users.sf.net>  Wed, 20 Feb 2019 17:47:00 +0100
44
45chan-sccp (4.3.1-5ubuntu1) UNRELEASED; urgency=medium
46
47  * CHANGES:
48    - Added 'force_dtmf' to realtime/database example files
49    - Moved call specific pickup setting to be defined per line instead of per device
50    - Added 'callhistory_answered_elsewhere = Missed Calls' to fix
51      callhistory/phonebook for picked calls.
52
53 -- Diederik de Groot <ddegroot@users.sf.net>  Fri, 14 Dec 2018 12:46:00 +0100
54
55chan-sccp (4.3.0-5ubuntu1) UNRELEASED; urgency=medium
56
57  * WIP
58     - Reworked configure/make system:
59       - Create Makefile.am per subdirectory
60       - Handle each subdir as a sub-library
61       - Combine the sub-libraries into the final resulting:
62         chan_sccp.so during the final linking step
63       - Use simple path for file inclusion
64       - Clear sepearions between modules (There are still a couple of
65         asterisk in the libsccp module, which should be cleaned up)
66       - Reduced re-compilation when little has changed
67       - Speed up during compilation
68       - Slightly reduced size of the resulting binary
69       - Future Potential to run for example the libsccp module
70         standalone (if the current dependencies can be cleaned up)
71       - Since Automake 1.4 we got warnings because of crossing
72         directory boundaries during automake. This is fixed by splitting
73         the makefiles
74       - The sub-library Makefile.am file are simple and easy to
75         maintain. The focus only on theor own directory
76     - CallFlow:
77       - Revised handling shared line during incoming call
78       - Revised sccp_socket / session handling during read of potentially unknown messages
79       - Revised callinfo functionalty
80       - Atomic Functions using trylock/spinlock instead of lock, to prevent deadlock
81     - Static Analysis
82       - subsequent fixes
83         - nullpointer checks
84         - dead code removal
85         - More boundschecking
86       - deny use of strcat, sprintf, atoi and other unsafe functions
87     - Add Visual Parkinglot Feature Button support
88     - Improved/Fixed Cisco/69xx support
89     Fixes:
90      - Channel remaining after hangup
91      - Timeout / Hangup Scheduler issues
92      - Session Cancellation
93      - Pickup/GPickup and entries in phonebook
94      - Fixed direcrtp (more work needed)
95      - letohl / bswap fix
96
97 -- Diederik de Groot <ddegroot@users.sf.net>  Thu, 26 Jan 2017 15:08:00 +0100
98
99chan-sccp (4.3.0-4ubuntu1) UNRELEASED; urgency=medium
100
101  * WIP:
102    - Fixed direcrtp
103    - Revised handling shared line during incoming call
104    - Revised callinfo
105
106 -- Diederik de Groot <ddegroot@users.sf.net>  Wed, 02 Dec 2015 14:52:46 +0100
107
108chan-sccp (4.2.0-4) stable; urgency=high
109
110  * New Features in V4.2
111    - Enums processed using awk generation script
112    - Multi channel Direct RTP (Partial)
113    - Enums processed using meta programming (Renewed macro implementation)
114    - Support for named callgroup / pickupgroups when using >asterisk-11
115    - Added Support for Asterisk-12
116    - Added Support for Asterisk-13
117    - Support for IPv4 and IPv6
118    - Updated/Changed DTMF Handling to always take rfc2833
119    - Multi Channel Direct RTP (ie: SIP-SCCP direct media)
120    - Enums processed using meta programming (Renewed macro implementation)
121    - Support for named callgroup / pickupgroups when using >asterisk-11
122    - Added support for earlyrtp=immediate
123    - Added Scheduled Hangup (So that you can hear the hangupcause)
124    - Reworked digittimeout
125    - Improved sccp.conf / buttonconfig button change detection on sccp reload
126    - Allow HASH() dialplan function when using SCCPDEVICE(), SCCPLINE() and SCCPCHANNEL()
127    - Added Audio Quality Statistics in CHANNEL() and SCCPDEVICE() / SCCPCHANNEL)()
128    - Updated hangup / queue_hangup handling
129    - Support for UTF-8 config file (allowing accented characters in labels and description on older phones)
130
131  * Bug Fixes
132    - Fixed Some asterisk-12 / asterisk-13 issues
133    - Fixed buttontemplate instance issue
134    - Fixed RTP Handling
135    - Replaced Asterisk Scheduled Macro Use
136    - Numerous smaller / bigger fixes (Check ChangeLog for details)
137
138 -- Diederik de Groot <ddegroot@users.sf.net>  Mon, 15 Jun 2015 19:21:57 +0200
139
140chan-sccp (4.2.0-2ppa5836~vividubuntu1) UNRELEASED; urgency=medium
141
142  * New Features in V4.2
143    - Same as RC2
144
145  * Bug Fixes
146    - Fixed Some asterisk-12 / asterisk-13 issues
147     - Fixed buttontemplate instance issue
148     - Serveral smaller / bigger fixes (Check ChangeLog for details)
149
150 -- Diederik de Groot <ddegroot@users.sf.net>  Sun, 26 Apr 2015 14:53:29 +0200
151
152chan-sccp (4.2.0-2ppa5836~vivid) vivid; urgency=high
153  [ Diederik de Groot ]
154  * Changes
155    - Added launchpad repository for ubuntu users
156
157 -- Diederik de Groot <ddegroot@users.sf.net>  14 jan 2015 22:45:54 +0100
158
159chan-sccp (4.2.0-2ppa5836~utopic) utopic; urgency=high
160  [ Diederik de Groot ]
161  * Changes
162    - Added launchpad repository for ubuntu users
163
164 -- Diederik de Groot <ddegroot@users.sf.net>  14 jan 2015 22:45:54 +0100
165
166chan-sccp (4.2.0-2ppa5836~trusty) trusty; urgency=high
167  [ Diederik de Groot ]
168  * Changes
169    - Added launchpad repository for ubuntu users
170
171 -- Diederik de Groot <ddegroot@users.sf.net>  14 jan 2015 22:45:54 +0100
172
173chan-sccp (4.2.0-2ppa5836~precise) precise; urgency=high
174  [ Diederik de Groot ]
175  * Changes
176    - Added launchpad repository for ubuntu users
177
178 -- Diederik de Groot <ddegroot@users.sf.net>  14 jan 2015 22:45:54 +0100
179
180chan-sccp (4.2.0-2) rc2; urgency=high
181
182  [ Diederik de Groot ]
183  * New features with V4.2:
184    - Added Support for Asterisk-12
185    - Added Support for Asterisk-13
186    - Support for IPv4 and IPv6
187    - Changed DTMF Handling to always take rfc2833
188    - Multi Channel Direct RTP (ie: SIP-SCCP direct media)
189    - Enums processed using meta programming (Renewed macro implementation)
190    - Support for named callgroup / pickupgroups when using >asterisk-11
191    - Added support for earlyrtp=immediate
192    - Added Scheduled Hangup (So that you can hear the hangupcause)
193    - Reworked digittimeout
194  * Bug Fixes
195    - Numerous smaller / bifgger fixes (Check ChangeLog for details)
196    - Fixed RTP Handling
197    - Replaced Asterisk Scheduled Macro Use
198
199 -- Diederik de Groot <ddegroot@users.sf.net>  Mon, 9 Sep 2014 18:00:00 +0100
200
201chan-sccp (4.2.0-1) rc1; urgency=high
202
203  [ Diederik de Groot ]
204  * New features with V4.2:
205    - Added Support for Asterisk-12
206    - Support for IPv4 and IPv6
207    - Changed DTMF Handling to always take rfc2833
208    - Multi channel Direct RTP (Partial)
209    - Enums processed using meta programming (Renewed macro implementation)
210    - Support for named callgroup / pickupgroups when using >asterisk-11
211  * Bug Fixes
212    - Numerous smaller / bifgger fixes (Check ChangeLog for details)
213
214 -- Diederik de Groot <ddegroot@users.sf.net>  Fri, 27 Jun 2014 04:29:00 +0100
215
216chan-sccp (4.1.0-3) stable; urgency=high
217
218  [ Diederik de Groot ]
219  * New features with V4.1:
220    - Compatible with multitute of asterisk versions from asterisk-1.6.2 up to asterisk-11, using one code base
221    - New sccp.conf handling system, using a flexible TABLE as the basis for all config parsing
222    - Integrated Conference implementation / Conference List
223    - Connected Line Update -> More accurate callerid information
224    - Call List State Update (Showing hint status in PhoneBook Entries)
225    - New and Improved AMI/Manager Functions
226    - Removed most of the old locking implementation in favor of reference counting
227  * Bug Fixes:
228    - Updated audio/video/codec handling
229    - Reworked hint handling / callinfo on hinted speeddial
230    - auto select line
231    - Audio issues during transfer
232    - Updated for asterisk devstate api change
233    - sccp reload issues
234    - socket / poll issues
235    - permit/deny issues / global ip reject
236    - realtime line updates
237    - module unload taking a lot of time
238    - refcount issues
239    - asterisk module dependency / load order
240    - park call crash / group pickup with active call
241    - voicemail message not cleared
242    - linkedid not set correctly
243    - passthrupartyid without a valid channel
244    - monitor feature
245    - memory leaks
246    - sccp_dump_packet
247    - 1 second audio delay
248    - ami/manager output formatting
249
250 -- Diederik de Groot <ddegroot@users.sf.net>  Fri, 28 Jun 2013 15:00:00 +0100
251
252chan-sccp (4.1.0-2) unstable; urgency=low
253
254  [ Diederik de Groot ]
255  * Fix debian package builder
256
257 -- Diederik de Groot <dkgroot@users.sf.net>  Wed, 14 Mar 2013 13:41:31 +0100
258
259chan-sccp (4.1.0-1) unstable; urgency=low
260
261  [ Diederik de Groot ]
262  * Development Revision 4.1
263  * Updated audio/video/codec handling
264  * Reworked hint handling
265  * Updated refcount system
266  * Updated for asterisk devstate api change
267  * Compatible with multitute of asterisk versions from 1.6 up to trunk, using one code base
268  * new Conference implementation
269  * New sccp.conf handling system, using a flexible TABLE as the basis for all config parsing
270
271 -- Diederik de Groot <dkgroot@users.sf.net>  Wed, 13 Mar 2013 13:41:31 +0100
272
273chan-sccp (3.0.0-3) unstable; urgency=low
274
275  * Release Candidate 3
276  *
277  * Added Functionality:
278  *  - Dialplan Function SCCPDEVICE, SCCPLINE and SCCPCHANNEL
279  *  - DevState Feature Button
280  *  - some parameters in configure have change from --with to --enable/disable.
281  *    A couple of parameters which used to be disabled are now enabled by
282  *    default. Please Check them !!
283  *  - Dynamic Speeddials (and dynamic speeddials with call info) for newer SCCP
284  *  - Phones
285  *  - Early Beginnings of Video Support
286  *
287  * Fixed/Improved:
288  *  - bug fixes for device re-registering
289  *  - bug fixes for hints
290  *  - bug fixes for channel indications (DTMF / Inband Messages during Progress)
291  *  - configure script, os detection
292  *  - lots of small bugs reported by users
293  *  - documentation updates
294
295 -- Diederik de Groot <dkgroot@users.sf.net>  Fri, 22 Oct 2010 11:19:26 +0200
296
297chan-sccp (3.0.0-2) unstable; urgency=low
298
299  * Release Candidate 2
300  *
301  * Added Functionionality:
302  *  - sccp reload
303  *  - dynamic speeddial with and without callerid
304  *
305  * Fixed/Improved:
306  *  - bugs reported by users
307  *  - transfer + callerid
308  *  - callerid passing
309  *
310  *
311
312 -- Diederik de Groot <dkgroot@users.sf.net>  Fri, 14 Sept 2010 11:19:26 +0200
313
314chan-sccp (3.0.0-1) unstable; urgency=low
315
316  * Release Candidate 1
317
318 -- Diederik de Groot <dkgroot@users.sf.net>  Thu, 26 Aug 2010 13:56:42 +0200
319
320