Archive for February, 2012

Asterisk 10.1.3 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

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

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

The following are the issues resolved in this release:

  • — Fix ACK routing for non-2xx responses.
    (Closes issue ASTERISK-19389. Reported by: Karsten Wemheuer)
  • — Fix regressions with regards to route-set creation on early dialogs —
    (Closes issue ASTERISK-19358. Reported-by: Karsten Wemheuer)

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

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.1.3

, ,

No Comments

Asterisk 1.8.9.3 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

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

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

The following are the issues resolved in this release:

  • — Fix ACK routing for non-2xx responses.
    (Closes issue ASTERISK-19389. Reported by: Karsten Wemheuer)
  • — Fix regressions with regards to route-set creation on early dialogs —
    (Closes issue ASTERISK-19358. Reported-by: Karsten Wemheuer)

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

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.9.3

, ,

No Comments

Asterisk 10.2.0-rc2 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

The Asterisk Development Team is pleased to announce the second release candidate of Asterisk 10.2.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/

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

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

  • Fix deadlocks occuring in chan_agent.Bad locking order was added to chan_agent to prevent a segfault that occurred due to a race condition. This patch addresses the bad locking order by locking
    the channel and its private data in the correct order. This stops the deadlock, which occurred when doing multiple interactions with agents. (closes issue ASTERISK-19285) Reported by: Alex Villacis Lasso
  • Include iLBC source code for distribution with AsteriskClarification regarding the iLBC source code was provided by Google, and the appropriate licenses have been included in the codecs/ilbc folder.
    (closes issue: ASTERISK-18943) Reporter: Leif Madsen
  • Fix crash from bridge channel hangup race condition in ConfBridgeThis patch addresses two issues in ConfBridge and the channel bridge layer:
    1. It fixes a race condition wherein the bridge channel could be hung up
    2. It removes the deadlock avoidance from the bridging layer and makes the bridge_pvt an ao2 ref counted object
    (issue ASTERISK-18988, ASTERISK-18885, ASTERISK-19100)
    Reported by: Dmitry Melekhov, Alexander Akimov
  • Don’t do a DNS lookup on an outbound REGISTER host if there is an outbound proxy configured.
    (closes issue ASTERISK-16550) reported by: Olle Johansson
  • Create and initialize udptl only when a dialog negotiates for image mediaPrior to this patch, the udptl struct was allocated and initialized when a dialog was associated with a peer that supported T.38, when a new SIP channel was allocated, or when an INVITE request was received. This resulted in any dialog associated with a peer that supported T.38 having udptl support assigned to it, including the UDP ports needed for communication. This patch creates and initializes the udptl structure only when the SDP for a dialog specifies that image media is supported, or when Asterisk indicates that a dialog needs to support T.38.
    (closes issue ASTERISK-16698, ASTERISK-16794)
    Reported by: under, Elazar; Tested by: Stefan Schmidt
  • Allow only one thread at time to do Asterisk cleanup/shutdownAdd locking around the really-really-quit part of the core stop/restart part. Previously more than one thread could be called to do cleanup, causing atexit handlers to be run multiple times, in turn causing segfaults. (issue ASTERISK-18883)
    Patch by: Walter Doekes
  • Fix outbound DTMF for inband mode in chan_ooh323This tells asterisk core to generate DTMF sounds. (Closes issue ASTERISK-19233) Reported by: Matt Behrens Patches:
    chan_ooh323.c.patch uploaded by Matt Behrens (License #6346)

And much more! For a full list of changes in the current release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-…

Thank you for your continued support of Asterisk!

, , , , , , , , ,

No Comments

Asterisk 1.8.10.0-rc2 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

The Asterisk Development Team is pleased to announce the second release candidate of Asterisk 1.8.10.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/

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

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

  • Fix deadlocks occuring in chan_agent.Bad locking order was added to chan_agent to prevent a segfault that occurred due to a race condition. This patch addresses the bad locking order by locking the channel and its private data in the correct order. This stops the deadlock, which occurred when doing multiple interactions with agents. (closes issue ASTERISK-19285) Reported by: Alex Villacis Lasso
  • Include iLBC source code for distribution with AsteriskClarification regarding the iLBC source code was provided by Google, and the appropriate licenses have been included in the codecs/ilbc folder.
    (closes issue: ASTERISK-18943) Reporter: Leif Madsen
  • Don’t do a DNS lookup on an outbound REGISTER host if there is an outbound proxy configured.
    (closes issue ASTERISK-16550) reported by: Olle Johansson
  • Create and initialize udptl only when a dialog negotiates for image mediaPrior to this patch, the udptl struct was allocated and initialized when a dialog was associated with a peer that supported T.38, when a new SIP channel was allocated, or when an INVITE request was received. This resulted in any dialog associated with a peer that supported T.38 having udptl support assigned to it, including the UDP ports needed for communication. This patch creates and initializes the udptl structure only when the SDP for a dialog specifies that image media is supported, or when Asterisk indicates that a dialog needs to support T.38.
    (closes issue ASTERISK-16698, ASTERISK-16794)
    Reported by: under, Elazar; Tested by: Stefan Schmidt
  • Allow only one thread at time to do Asterisk cleanup/shutdownAdd locking around the really-really-quit part of the core stop/restart part. Previously more than one thread could be called to do cleanup, causing atexit handlers to be run multiple times, in turn causing segfaults. (issue ASTERISK-18883)
    Patch by: Walter Doekes
  • Fix outbound DTMF for inband mode in chan_ooh323 This tells asterisk core to generate DTMF sounds. (Closes issue ASTERISK-19233) Reported by: Matt Behrens Patches: chan_ooh323.c.patch uploaded by Matt Behrens (License #6346)

And much more! For a full list of changes in the current release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-…

Thank you for your continued support of Asterisk!

, , , , , , , , ,

No Comments

Asterisk 10.1.2 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

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

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

The following are the issues resolved in this release:

  • — Fix SIP INFO DTMF handling for non-numeric codes —
    (Closes issue ASTERISK-19290. Reported by: Ira Emus)
  • — Fix crash in ParkAndAnnounce —
    (Closes issue ASTERISK-19311. Reported-by: tootai)

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

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.1.2

Thank you for your continued support of Asterisk!

, , ,

No Comments

Asterisk 1.8.9.2 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform


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

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

The following are the issues resolved in this release:

  • — Fix SIP INFO DTMF handling for non-numeric codes —
    (Closes issue ASTERISK-19290. Reported by: Ira Emus)
  • — Fix crash in ParkAndAnnounce —
    (Closes issue ASTERISK-19311. Reported-by: tootai)

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

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.9.2

Thank you for your continued support of Asterisk!

, ,

No Comments

Asterisk 1.8.9.1 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

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

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

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

  • — Fixes deadlocks occuring in chan_agent —
    (Closes issue ASTERISK-19285. Reported by: Alex Villacis Lasso)
  • — Ensure entering T.38 passthrough does not cause an infinite loop —
    (Closes issue ASTERISK-18951. Reported-by: Kristijan Vrban)

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

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.9.1

Thank you for your continued support of Asterisk!

, , , ,

No Comments

Asterisk 10.1.1 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

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

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

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

  • — Fixes deadlocks occuring in chan_agent —
    (Closes issue ASTERISK-19285. Reported by: Alex Villacis Lasso)
  • — Ensure entering T.38 passthrough does not cause an infinite loop —
    (Closes issue ASTERISK-18951. Reported-by: Kristijan Vrban)

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

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.1.1

Thank you for your continued support of Asterisk!

, , , ,

No Comments

Asterisk 10.2.0-rc1 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

The Asterisk Development Team is pleased to announce the first release candidate of Asterisk 10.2.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/

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

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

  • Include iLBC source code for distribution with AsteriskClarification regarding the iLBC source code was provided by Google, and the appropriate licenses have been included in the codecs/ilbc folder.
    (closes issue: ASTERISK-18943) Reporter: Leif Madsen
  • Fix crash from bridge channel hangup race condition in ConfBridgeThis patch addresses two issues in ConfBridge and the channel bridge layer:
    1. It fixes a race condition wherein the bridge channel could be hung up
    2. It removes the deadlock avoidance from the bridging layer and makes the bridge_pvt an ao2 ref counted object
    (issue ASTERISK-18988, ASTERISK-18885, ASTERISK-19100)
    Reported by: Dmitry Melekhov, Alexander Akimov
  • Don’t do a DNS lookup on an outbound REGISTER host if there is an outbound proxy configured.
    (closes issue ASTERISK-16550) reported by: Olle Johansson
  • Create and initialize udptl only when a dialog negotiates for image mediaPrior to this patch, the udptl struct was allocated and initialized when a dialog was associated with a peer that supported T.38, when a new SIP channel was allocated, or when an INVITE request was received. This resulted in any dialog associated with a peer that supported T.38 having udptl support assigned to it, including the UDP ports needed for communication. This patch creates and initializes the udptl structure only when the SDP for a dialog specifies that image media is supported, or when Asterisk indicates that a dialog needs to support T.38.
    (closes issue ASTERISK-16698, ASTERISK-16794)
    Reported by: under, Elazar; Tested by: Stefan Schmidt
  • Allow only one thread at time to do Asterisk cleanup/shutdownAdd locking around the really-really-quit part of the core stop/restart part.
    Previously more than one thread could be called to do cleanup, causing atexit handlers to be run multiple times, in turn causing segfaults.
    (issue ASTERISK-18883)
    Patch by: Walter Doekes
  • Fix outbound DTMF for inband mode in chan_ooh323This tells asterisk core to generate DTMF sounds. (Closes issue ASTERISK-19233) Reported by: Matt Behrens Patches:
    chan_ooh323.c.patch uploaded by Matt Behrens (License #6346)

And much more! For a full list of changes in the current release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-…

Thank you for your continued support of Asterisk!

, , , , , ,

No Comments

Asterisk 1.8.10.0-rc1 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

The Asterisk Development Team is pleased to announce the first release candidate of Asterisk 1.8.10.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/

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

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

  • Include iLBC source code for distribution with AsteriskClarification regarding the iLBC source code was provided by Google, and the appropriate licenses have been included in the codecs/ilbc folder.
    (closes issue: ASTERISK-18943) Reporter: Leif Madsen
  • Don’t do a DNS lookup on an outbound REGISTER host if there is an outbound proxy configured.
    (closes issue ASTERISK-16550) reported by: Olle Johansson
  • Create and initialize udptl only when a dialog negotiates for image mediaPrior to this patch, the udptl struct was allocated and initialized when a dialog was associated with a peer that supported T.38, when a new SIP channel was allocated, or when an INVITE request was received. This resulted in any dialog associated with a peer that supported T.38 having udptl support assigned to it, including the UDP ports needed for communication. This patch creates and initializes the udptl structure only when the SDP for a dialog specifies that image media is supported, or when Asterisk indicates that a dialog needs to support T.38.
    (closes issue ASTERISK-16698, ASTERISK-16794)
    Reported by: under, Elazar; Tested by: Stefan Schmidt
  • Allow only one thread at time to do Asterisk cleanup/shutdownAdd locking around the really-really-quit part of the core stop/restart part. Previously more than one thread could be called to do cleanup, causing atexit handlers to be run multiple times, in turn causing segfaults.
    (issue ASTERISK-18883)
    Patch by: Walter Doekes
  • Fix outbound DTMF for inband mode in chan_ooh323This tells asterisk core to generate DTMF sounds. (Closes issue ASTERISK-19233) Reported by: Matt Behrens Patches: chan_ooh323.c.patch uploaded by Matt Behrens (License #6346)

And much more! For a full list of changes in the current release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-…

Thank you for your continued support of Asterisk!

, , , , , , ,

No Comments