Posts Tagged dahdi

DAHDI-Linux 2.5.0.2 and DAHDI-Tools 2.5.0.2 Released

DAHDI - Digium Asterisk Hardware Device Interface

DAHDI - Digium Asterisk Hardware Device Interface

The Asterisk Development Team is pleased to announce the release of DAHDI-Linux 2.5.0.2 and DAHDI-Tools 2.5.0.2.

2.5.0.2 is a bug fix release. It is recommended that current users of v2.5 to upgrade.

DAHDI-Linux 2.5.0.2, DAHDI-Tools 2.5.0.2, and DAHDI-Linux-Complete 2.5.0.1+2.5.0.1 are available for immediate download at:

Issues closed by this release:

  • DAHLIN-257: wcb4xxp shows hardware EC in /proc/dahdi/* for B410P although vpmsupport=0
  • DAHLIN-260: wctdm24xxp/base.c fails to compile in 2.6.16 kernel

The DAHDI-Linux short log from v2.5.0.1 is:

Shaun Ruffell (8):

  • dahdi: Decrease the initial coretimer delay to 4ms from 1 second.
  • wctdm24xxp, wcte12xp: Advertise VPMOCT032 presence in dahdi_span.devicetype.
  • dahdi: Check for master in DAHDI_STARTUP / resolves MeetMe regression.
  • wctdm24xxp: Set dahdi_span.devicetype string in one place.
  • wctc4xxp: Allow G723 SID frames to pass to the hardware decoder.
  • wct4xxp: Fix condition where hardware echo canceler erroneously mutes DTMF.
  • wcb4xxp: Do not show LASVEGAS2 as echocan name if vpmsupport is set to 0
  • dahdi: Move WARN_ON_ONCE from wctc4xxp driver to include/dahdi/kernel.h

Tzafrir Cohen (1):

  • xpp: fxs: bugfix for 2fxs+6fxo cards

The DAHDI-Tools short log from v2.5.0.1 is:

Shaun Ruffell (2):

  • dahdi_genconf: Assume spans with unknown term types are software selectable.
  • dahdi_genconf: Use ‘dahdi_scan’ to determine span_type for B410P cards.

And the diff stat for this release from v2.5.0.1 is:

drivers/dahdi/dahdi-base.c | 6 +++++-
drivers/dahdi/wcb4xxp/base.c | 2 +-
drivers/dahdi/wct4xxp/base.c | 2 –
drivers/dahdi/wctc4xxp/base.c | 21 ++++—————–
drivers/dahdi/wctdm24xxp/base.c | 31 +++++++++++++++++++++++——–
drivers/dahdi/wcte12xp/base.c | 8 +++++++-
drivers/dahdi/xpp/card_fxs.c | 39 +++++++++++++++++++++++++++++++——–
include/dahdi/kernel.h | 13 +++++++++++++
8 files changed, 84 insertions(+), 38 deletions(-)

and for DAHDI-Tools:

xpp/perl_modules/Dahdi/Span.pm | 37 +++++++++++++++++++++++++++++++++++–
1 files changed, 35 insertions(+), 2 deletions(-)

For a full list of changes in these releases, please see the ChangeLog at

Issues found in this release can be reported in the
DAHDI-Linux and DAHDI-Tools projects at https://issues.asterisk.org/jira

Thank you for your continued support of Asterisk!

, , , , , , ,

No Comments

Asterisk 1.8.7.0 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

The Asterisk Development Team announces the release of Asterisk 1.8.7.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/

The release of Asterisk 1.8.7.0 resolves several issues reported by the community and would have not been possible without your participation.
Thank you!

Please note that a significant numbers of changes and fixes have gone into features.c in this release (call parking, built-in transfers, call pickup, etc.).

NOTE:

Recently, we were notified that the mechanism included in our Asterisk source code releases to download and build support for the iLBC codec had stopped working correctly; a little investigation revealed that this occurred because of some changes on the ilbcfreeware.org website. These changes occurred as a result of Google’s acquisition of GIPS, who produced (and provided licenses for) the
iLBC codec.

If you are a user of Asterisk and iLBC together, and you’ve already executed a license agreement with GIPS, we believe you can continue using iLBC with Asterisk. If you are a user of Asterisk and iLBC together, but you had not executed a license agreement with GIPS, we encourage you to research the situation and consult with your own legal representatives to determine what actions you may want to take (or avoid taking).

More information is available on the Asterisk blog:

http://blogs.asterisk.org/2011/09/19/ilbc-support-in-asterisk-after-goog…

The following is a sample of the issues resolved in this release:

  • Added the ‘storesipcause’ option to sip.conf to allow the user to disable the setting of HASH(SIP_CAUSE,) on the channel. Having chan_sip set HASH(SIP_CAUSE,) on the channel carries a significant performance penalty because of the usage of the MASTER_CHANNEL() dialplan function.We’ve decided to disable this feature by default in future 1.8 versions. This would be an unexpected behavior change for anyone depending on that SIP_CAUSE update in their dialplan. Please refer to the asterisk-dev mailing list more information:http://lists.digium.com/pipermail/asterisk-dev/2011-August/050626.html
  • Significant fixes and improvements to parking lots.
    (Closes issues ASTERISK-17183, ASTERISK-17870, ASTERISK-17430, ASTERISK-17452, ASTERISK-17452, ASTERISK-15792. Reported by: David Cabrejos, Remi Quezada, Philippe Lindheimer, David Woolley, Mat Murdock. Patched by: rmudgett)
  • Numerous issues have been reported for deadlocks that are caused by a blocking read in res_timing_timerfd on a file descriptor that will never be written to. A change to Asterisk adds some checks to make sure that the timerfd is both valid and armed before calling read(). Should fix: ASTERISK-18142, ASTERISK-18197, ASTERISK-18166 and possibly others.
    (In essence, this change should make res_timing_timerfd usable.)
  • Resolve segfault when publishing device states via XMPP and not connected.
    (Closes issue ASTERISK-18078. Reported, patched by: Michael L. Young. Tested by Jonathan Rose)
  • Refresh peer address if DNS unavailable at peer creation.
    (Closes issue ASTERISK-18000)
  • Fix the missing DAHDI channels when using the newer chan_dahdi.conf sections for channel configuration.
    (Closes issue ASTERISK-18496. Reported by Sean Darcy. Patched by Richard Mudgett)
  • Remove unnecessary libpri dependency checks in the configure script.
    (Closes issue ASTERISK-18535. Reported by Michael Keuter. Patched by Richard Mudgett)
  • Update get_ilbc_source.sh script to work again.
    (Closes issue ASTERISK-18412)

For a full list of changes in this release, please see the ChangeLog:

Thank you for your continued support of Asterisk!

, , , , , ,

No Comments

DAHDI-Linux 2.4.1 and DAHDI-Tools 2.4.1 Released

DAHDI - Digium Asterisk Hardware Device Interface

DAHDI - Digium Asterisk Hardware Device Interface

The Asterisk Development Team is pleased to announce the release of DAHDI-Linux and DAHDI-Tools version 2.4.1.

DAHDI-Linux 2.4.1, DAHDI-Tools 2.4.1, and DAHDI-Linux-Complete 2.4.1+2.4.1 are available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete

2.4.1 is a maintenance release of the DAHDI drivers and tools packages. Some of the more notable changes are:

  • Support for compilation against kernel versions from 2.6.9 up to and including 2.6.38-rc6.
  • wct4xxp: PCI-express cards go through an extended reset at start by default.
  • wcte12xp, wctdm24xxp: Disable read-line multiple PCI command, which increases compatibility in some systems.
  • xpp: Fixes init error for PRI devices with < 4 ports.
  • tonezone: Add Macao, China to tone zone data.
  • dahdi_genconf: Don’t generate configurations that use channel 16 on E1 CAS.

For a full list of changes in these releases, please see the ChangeLogs athttp://svn.asterisk.org/svn/dahdi/linux/tags/2.4.1/ChangeLog andhttp://svn.asterisk.org/svn/dahdi/tools/tags/2.4.1/ChangeLog

Issues found in these release candidates can be reported in the DAHDI-linux or DAHDI-tools project athttps://issues.asterisk.org

Thank you for your continued support of Asterisk!

, , , , , , ,

No Comments

AsteriskNOW 1.7.1 now available with add-on installer module for FreePBX

Asterisk NOW

AsteriskNOW 1.7.1 has been released with a new module for FreePBX that allows installation of Digium add-on software from within the web-based interface. Now there’s no command-line work to be done to get Digium’s G729 codec, Fax for Asterisk, HPEC, or Skype for Asterisk. We’ve also made some changes to make AsteriskNOW even friendlier for newcomers to the Asterisk community.

Together with the DAHDI configuration module that began shipping with 1.7.0, these modules make Asterisk administration even easier.  Download AsteriskNOW today, and burn it to a CD or start it in a virtual machine. In minutes you can turn your computer into your next phone system!

, , , , , , , , , , ,

No Comments

DAHDI-Linux 2.2.1, DAHDI-Tools 2.2.1, And DAHDI-Linux-Complete 2.2.1+2.2.1 Now Available

DAHDI - Digium Asterisk Hardware Device Interface

DAHDI - Digium Asterisk Hardware Device Interface

The Asterisk Development Team is pleased to announce the release of DAHDI-Linux and DAHDI-Tools version 2.2.1.

DAHDI-Linux 2.2.1, DAHDI-Tools 2.2.1, and DAHDI-Linux-Complete are available for immediate download at:

These releases contain bug fixes and modifications to accommodate interface changes in Linux kernels up to 2.6.32. A few of the more noteworthy changes in these releases from the previous release are:

  • Reference counts are properly maintained on the echo canceler modules (issue#13504).
  • Better alarm debouncing for wct4xxp and wcte12xp drivers per AT&T 54016.
  • Support for extra HFC-4S and HFC-8S BRI cards in wcb4xxp.
  • dahdi_dummy will not lock up when a time-shift is detected (issue #15647).
  • T1 CAS support in the xpp “PRI” (E1/T1) module.
  • T1 CAS configuration generation support in dahdi_genconf. Default remains ISDN.
  • Much less verbose xpp firmware loading.
  • wcfxo resets DAA on initialization (issue #14232).
  • VPMADT032 firmware update to 1.20.

For a full list of changes in these releases, please see the ChangeLogs at:

Issues found in these releases can be reported at http://issues.asterisk.org

Thank you for your continued support of Asterisk!

, , , ,

No Comments

DAHDI Linux 2.2.0-rc5 and DAHDI Tool 2.2.0-rc3 Release

DAHDI - Digium Asterisk Hardware Device Interface

DAHDI - Digium Asterisk Hardware Device Interface

The Asterisk Development Team is pleased to announce the fifth release candidate of DAHDI Linux 2.2.0 and the third release candidate of DAHDI tools. Both release candidates are available for immediate download at http://downloads.asterisk.org/pub/telephony

In addition to various bug fixes, these release candidates include:

  • Support for new Xorcom Astribanks with the TwinStar ™ option.
  • Improved hardware echo canceler performance for Digium VPMADT032.
  • Improved fax tone detection and echo canceler / fax handling.
  • Improved timing accuracy of dahdi_dummy, including when running in virtual environments.
  • Fixes for Dahdi-perl for non-Xorcom hardware.
  • BRI Astirbank modules no longer need the bri_dchan patch.
  • Explicit ordering of Astribanks for multi-Astribanks setups.

Please report issues found in this release candidate on http://issues.asterisk.org/.

For a full list of the changes in these release candidates, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/dahdi-linux/ChangeLog-2.2.0-rc5
http://downloads.asterisk.org/pub/telephony/dahdi-tools/ChangeLog-2.2.0-rc3

Thank you for your continued support of Asterisk!

, , , , , , , ,

No Comments