Posted
about 9 years
ago
by
Diederik de Groot
The move to github happened a little bit later then announced previously.
You can find the brand new Chan-SCCP github page here
Cloning / Checking out the new repository:
For branch v4.2 users
git clone https://github.com/chan-sccp/chan-sccp.git
git
... [More]
checkout v4.2
Note: other branches also exist
For trunk/master users
git clone https://github.com/chan-sccp/chan-sccp.git
For binary users
ubuntu
rpm / debian
For tgz users:
See: release
Other:
Issue Reporting:
New issues should be created Here
Wiki:
And new wiki pages should be created on github as well. You can provide wiki content by posting them inline and creating a pull request.
Patches:
Patches can be create by clone the repository and sending in a pull request. Hopefully the github process will make it a lot easier for people to contribute to our project. And we hereby invite any one of you to do so.
Work in Progress:
We still need to move the wiki pages and the open issues from the sourceforge page.
Note: The sourceforge mailinglist will remain for the time being, so please use it.
Note: The SVN repository does still exist (in backup mode), but is no longer accessible !
Note: There is also a convenience shortcut on the command bar called 'github' in sourceforge.
Donations:
Donations do provide our bread and butter ! So if you are happy with what chan-sccp is doing for you, then please show your appreciation.
Paypal Donation
Regards,
The Chan-SCCP Team
[Less]
|
Posted
about 9 years
ago
by
Diederik de Groot
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
... [More]
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)
[Less]
|
Posted
about 10 years
ago
by
Diederik de Groot
Working towards finalizing and releasing V4.2
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
... [More]
(ie: SIP-SCCP direct media)
- Enums processed using awk generation script
- 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 RTP Handling
- Replaced Asterisk Scheduled Macro Use
- Fixed Some asterisk-12 / asterisk-13 issues
- Fixed buttontemplate instance issue
- Serveral smaller / bigger fixes (Check ChangeLog for details)
Open Issues:
- asterisk-13
- channels remain behind when you:
- quickly go offhook and onhook
- wait for digit timeout with an invalid number during transfer [Less]
|
Posted
about 10 years
ago
by
Diederik de Groot
Working towards finalizing and releasing V4.2
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
... [More]
(ie: SIP-SCCP direct media)
- Enums processed using awk generation script
- 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 RTP Handling
- Replaced Asterisk Scheduled Macro Use
- Fixed Some asterisk-12 / asterisk-13 issues
- Fixed buttontemplate instance issue
- Serveral smaller / bigger fixes (Check ChangeLog for details)
Open Issues:
- asterisk-13
- channels remain behind when you:
- quickly go offhook and onhook
- wait for digit timeout with an invalid number during transfer
[Less]
|
Posted
almost 12 years
ago
by
Diederik de Groot
Dear chan-sccp-b community,
Today we are proud to present the official stable release of chan-sccp-b V4.1. This release contains improvements, fixes, and new features.
With this release we now cover the wide range from asterisk 1.6.2 to asterisk-11.
... [More]
At the same time, the previous version V4.0 and earlier are now obsolete - there will be no further support and bug fixes for these versions.
You can download chan-sccp-b V4.1 at:
http://sourceforge.net/projects/chan-sccp-b/files/latest/download
If you use SVN, please switch to the new stable tree by issuing the following command in your current source tree:
svn switch svn://svn.code.sf.net/p/chan-sccp-b/code/branches/V4.1
or check out a fresh copy using:
svn checkout svn://svn.code.sf.net/p/chan-sccp-b/code/branches/V4.1 chan-sccp-b_V4.1
If you like to join development of stay up to date upcoming new features, just update to the current SVN trunk, which is now designated as V4.2
svn update
or checkout a fresh copy, using:
svn checkout svn://svn.code.sf.net/p/chan-sccp-b/code/trunk chan-sccp-b_V4.2
Please have a look at the list of features and bug fixes below (also found in the NEWS file of the release).
We all wish you a lot of fun and a great telephony experience with chan-sccp-b V4.1!
Best regards,
-David, Diederik, and Marcello
(The chan-sccp-b developer team, in alphabetic order)
New features with V4.1:
- Compatible with multiple asterisk versions (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 numerous
- Removed most of the old locking implementation in favor of reference counting
- More overall stability
[Less]
|
Posted
almost 12 years
ago
by
Diederik de Groot
Dear chan-sccp-b community,
Today we are proud to present the official stable release of chan-sccp-b V4.1. This release contains improvements, fixes, and new features.
With this release we now cover the wide range from asterisk 1.6.2 to asterisk-11.
... [More]
At the same time, the previous version V4.0 and earlier are now obsolete - there will be no further support and bug fixes for these versions.
You can download chan-sccp-b V4.1 at:
http://sourceforge.net/projects/chan-sccp-b/files/latest/download
If you use SVN, please switch to the new stable tree by issuing the following command in your current source tree:
svn switch svn://svn.code.sf.net/p/chan-sccp-b/code/branches/V4.1
or check out a fresh copy using:
svn checkout svn://svn.code.sf.net/p/chan-sccp-b/code/branches/V4.1 chan-sccp-b_V4.1
If you like to join development of stay up to date upcoming new features, just update to the current SVN trunk, which is now designated as V4.2
svn update
or checkout a fresh copy, using:
svn checkout svn://svn.code.sf.net/p/chan-sccp-b/code/trunk chan-sccp-b_V4.2
Please have a look at the list of features and bug fixes below (also found in the NEWS file of the release).
We all wish you a lot of fun and a great telephony experience with chan-sccp-b V4.1!
Best regards,
-David, Diederik, and Marcello
(The chan-sccp-b developer team, in alphabetic order)
New features with V4.1:
- Compatible with multiple asterisk versions (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 numerous
- Removed most of the old locking implementation in favor of reference counting
- More overall stability [Less]
|
Posted
over 12 years
ago
by
Diederik de Groot
Now then chan_sccp-b documentation is available directly on the website. Please check it out.
|
Posted
over 12 years
ago
by
Diederik de Groot
The project documentation has been extended. If you have any doubts about chan_sccp-b or would like to start using chan_sccp.b you could start by looking in the documentation via http://chan-sccp-b.sourceforge.net/documentation.shtml.
I you want to help us develop chan_sccp-b further this is also the place to get started.
|
Posted
over 12 years
ago
by
Diederik de Groot
The debug system in chan_sccp-b trunk has been improved. It is now possible to specify different categories when you set "sccp debug" from the cli or in the config file. This should make it a lot easier to get the debugging you are interested in.
... [More]
The New cli debug command looks like this:
sccp debug all
sccp debug none
sccp debug device,mwi,event
sccp debug no mwi
I hope this will help you a lot in helping us trace down bugs.
Regards,
The chan_sccp-b team [Less]
|
Posted
over 12 years
ago
by
Diederik de Groot
The chan_sccp-b website has ben updated and extended. You can have a look if you like. Just go to http://chan-sccp-b.sourceforge.net/
|