-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
NEWS
334 lines (297 loc) · 11.4 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
Version: v4.3.4_DEV
==========================
- Enhancements:
- Support for asterisk-19
- Resolved issues:
- Configure script handling
- Config file handling
- Iconv Handling
- Minor Bug Fixes:
- Config parser
- CodeQL / Coverity Fixes
Version: v4.3.2_DEV (zeta)
==========================
- Enhancements:
- Increased control over Button Lamps on Devstate Feature Buttons
- Added support for asterisk-18
- Added support for AUTO_ANSWER dialplan variable
- Added support for SCCP signaling over TLS (SCCPS)
- Resolved issues:
- Parallel answer issue causing segfaults (full rewrite)
- CallInfo when dealing with parking and retrieval of parked calls
- RTP holepunching / dealing with NAT firewalls
- DND/Record/Forward handling on 89xx phones
- Minor Bug Fixes:
- cancelling scheduled events
- fix resource leak
- incominglimit handling
Version: v4.3.2_DEV
=====================
- Enhancements:
- Compile with c++ compatibility
- Directed barge
- Shared line barge
- CLI: callforward
- CLI: microphone
- CLI: tab completions
- CLI: answer
- Improved Video Handling
- Added support for asterisk-17
- Improved Answer Handling
- Improved Hangup Handling
- Fixing potential race conditions during answer/hangup
- Fixed:
- One way audio issues
- Race Condition when multiple phones answer the same incoming call
(huntgroup/parallel dial)
- Congestion signallling after EndCall Softkey
- Rtp receive channel left open after call hangup -> causing phone to run
out of rtp channels. (under some circumstances).
- cli output when dealing with accented characters (locale)
- callforward status bar message on 8945
- pop up DND message on 8945 repeatedly (temp measure)
- video mode
- Callforward on sharedline
Version: v4.3.1_DEV
=====================
- Added 'force_dtmf' to realtime/database example files
- Moved call specific pickup setting to be defined per line instead of per device
- Added 'callhistory_answered_elsewhere = Missed Calls' to fix
callhistory/phonebook for picked calls.
Version: v4.3.0_DEV
=====================
- Reworked configure/make system:
- Create Makefile.am per subdirectory
- Handle each subdir as a sub-library
- Combine the sub-libraries into the final resulting:
chan_sccp.so during the final linking step
- Use simple path for file inclusion
- Clear sepearions between modules (There are still a couple of
asterisk in the libsccp module, which should be cleaned up)
- Reduced re-compilation when little has changed
- Speed up during compilation
- Slightly reduced size of the resulting binary
- Future Potential to run for example the libsccp module
standalone (if the current dependencies can be cleaned up)
- Since Automake 1.4 we got warnings because of crossing
directory boundaries during automake. This is fixed by splitting
the makefiles
- The sub-library Makefile.am file are simple and easy to
maintain. The focus only on theor own directory
- CallFlow:
- Revised handling shared line during incoming call
- Revised sccp_socket / session handling during read of potentially unknown messages
- Revised callinfo functionalty
- Atomic Functions using trylock/spinlock instead of lock, to prevent deadlock
- Static Analysis
- subsequent fixes
- nullpointer checks
- dead code removal
- More boundschecking
- deny use of strcat, sprintf, atoi and other unsafe functions
- Add Visual Parkinglot Feature Button support
- Improved/Fixed Cisco/69xx support
Fixes:
- Channel remaining after hangup
- Timeout / Hangup Scheduler issues
- Session Cancellation
- Pickup/GPickup and entries in phonebook
- Fixed direcrtp (more work needed)
- letohl / bswap fix
Version: v4.2.3_STABLE
=====================
New Features in V4.2.3
- Warning about use of ancient gcc compiler
- New desktop/background images
- New AMI Function:SCCPShowRefcount
- Support for newer/future version of automake
- Small size reduction of chan_sccp.so
Bug Fixes
- Channel being left behind after hangup
- Scheduled Hangup / Schedule Digit Timeout
- Potential Deadlock Fallback Atomic Functions
- MWI loosing track of new voicemails under certain circumstances
- using gnu version of libiconv fixed
- gen_sccp_enum improved / gnu awk extension dependency removed
- set socket option should happen before binding to the socket
- channel monitor/record handling fixed
- Code cleanup / fixed memory leaks / fixed potential null pointer dereferences
- Some smaller patches (Check ChangeLog for details)
-Some minor BSD Compilation issues
Version: v4.3_STABLE
=====================
New Features in V4.3
- Modularized / Specialize sourcecode
- Reduced include dependencies
- Split the project in multiple sub-libraries
- replaced sccp_callinfo_function() with iCallInfo.Function()
Bug Fixes
- Fixed Hangup and Timeout Scheduling
- Fixed refcount bug causing hanging channels
Version: v4.2_STABLE
=====================
New Features in V4.2
- Enums processed using awk generation script
- Multi channel Direct RTP (Partial)
- Enums processed using meta programming (Renewed macro implementation)
- Support for named callgroup / pickupgroups when using >asterisk-11
- Added Support for Asterisk-12
- Added Support for Asterisk-13
- Support for IPv4 and IPv6
- Updated/Changed DTMF Handling to always take rfc2833
- Multi Channel Direct RTP (ie: SIP-SCCP direct media)
- Enums processed using meta programming (Renewed macro implementation)
- Support for named callgroup / pickupgroups when using >asterisk-11
- Added support for earlyrtp=immediate
- Added Scheduled Hangup (So that you can hear the hangupcause)
- Reworked digittimeout
- Improved sccp.conf / buttonconfig button change detection on sccp reload
- Allow HASH() dialplan function when using SCCPDEVICE(), SCCPLINE() and SCCPCHANNEL()
- Added Audio Quality Statistics in CHANNEL() and SCCPDEVICE() / SCCPCHANNEL)()
- Updated hangup / queue_hangup handling
- Support for UTF-8 config file (allowing accented characters in labels and description on older phones)
Bug Fixes
- Fixed Some asterisk-12 / asterisk-13 issues
- Fixed buttontemplate instance issue
- Fixed RTP Handling
- Replaced Asterisk Scheduled Macro Use
- Numerous smaller / bigger fixes (Check ChangeLog for details)
Version: 4.2.0_RC3
==================
New Features in V4.2
- Same as RC2
- Enums processed using awk generation script
Bug Fixes
- Fixed Some asterisk-12 / asterisk-13 issues
- Fixed buttontemplate instance issue
- Serveral smaller / bigger fixes (Check ChangeLog for details)
Version: 4.2.0_RC2
==================
New Features in V4.2
- Added Support for Asterisk-12
- Added Support for Asterisk-13
- Support for IPv4 and IPv6
- Updated/Changed DTMF Handling to always take rfc2833
- Multi Channel Direct RTP (ie: SIP-SCCP direct media)
- Enums processed using meta programming (Renewed macro implementation)
- Support for named callgroup / pickupgroups when using >asterisk-11
- Added support for earlyrtp=immediate
- Added Scheduled Hangup (So that you can hear the hangupcause)
- Reworked digittimeout
- Improved sccp.conf / buttonconfig button change detection on sccp reload
- Allow HASH() dialplan function when using SCCPDEVICE(), SCCPLINE() and SCCPCHANNEL()
- Added Audio Quality Statistics in CHANNEL() and SCCPDEVICE() / SCCPCHANNEL)()
- Updated hangup / queue_hangup handling
- Support for UTF-8 config file (allowing accented characters in labels and description on older phones)
Bug Fixes
- Serveral smaller / bigger fixes (Check ChangeLog for details)
- Fixed RTP Handling
- Replaced Asterisk Scheduled Macro Use
Version: 4.2.0_RC1
==================
New Features in V4.2
- Added Support for Asterisk-12
- Support for IPv4 and IPv6
- Changed DTMF Handling to always take rfc2833
- Multi channel Direct RTP (Partial)
- Enums processed using meta programming (Renewed macro implementation)
- Support for named callgroup / pickupgroups when using >asterisk-11
Bug Fixes
- Numerous smaller / bigger fixes (Check ChangeLog for details)
Version: 4.2.0_DEV
==================
New Features in V4.2
- Direct RTP
- Enums processed using meta programming
- Support for named callgroup / pickupgroups when using >asterisk-11
Bug Fixes
-
Version: V4.1_STABLE
==================
New features with V4.1:
- Compatible with multitute of asterisk versions from asterisk-1.6.2 up to asterisk-11, using one code base
- New sccp.conf handling system, using a flexible TABLE as the basis for all config parsing
- Integrated Conference implementation / Conference List
- Connected Line Update -> More accurate callerid information
- Call List State Update (Showing hint status in PhoneBook Entries)
- New and Improved AMI/Manager Functions
- Removed most of the old locking implementation in favor of reference counting
Bug Fixes:
- Updated audio/video/codec handling
- Reworked hint handling / callinfo on hinted speeddial
- auto select line
- Audio issues during transfer
- Updated for asterisk devstate api change
- sccp reload issues
- socket / poll issues
- permit/deny issues / global ip reject
- realtime line updates
- module unload taking a lot of time
- refcount issues
- asterisk module dependency / load order
- park call crash / group pickup with active call
- voicemail message not cleared
- linkedid not set correctly
- passthrupartyid without a valid channel
- monitor feature
- memory leaks
- sccp_dump_packet
- 1 second audio delay
- ami/manager output formatting
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: 4.3.0_TRUNK