-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Diederik de Groot <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
chan-sccp (4.3.2-6) UNRELEASED; urgency=medium | ||
|
||
* 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 | ||
|
||
-- Diederik de Groot <[email protected]> Wed, 20 Feb 2019 17:47:00 +0100 | ||
|
||
chan-sccp (4.3.2) UNRELEASED; urgency=medium | ||
* Enhancements: | ||
- Compile with c++ compatibility | ||
|