Commit graph

10 commits

Author SHA1 Message Date
jnemeth
58824ded5c Build fix:
This is the second attempt to fix the build problem that some people
have seen (I have received inconsistent reports).  This should
force chan_mgcp to build on systems where it can.  It was tested
on NetBSD 5.0, thus ensuring that it doesn't break previously
working systems; and NetBSD 6.99.7, where I finally saw the problem
that some people were reporting.
2012-09-30 19:24:18 +00:00
jnemeth
096b0e683e Add PLIST part of last commit, thanks to marino@ for reminder. 2012-08-15 08:05:06 +00:00
jnemeth
bac7ad68b8 - revert previous
- this package is marked OWNER= for a reason!
  - need to figure out why chan_mgcp is only built in some situation
    instead of adding gross hacks

- upgrade to Asterisk 10.6.1:  this is a bugfix release

The release of Asterisk 10.6.1 resolves an issue reported by the
community and would have not been possible without your participation.
Thank you!

The following is the issue resolved in this release:

* --- Remove a superfluous and dangerous freeing of an SSL_CTX.

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

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

Thank you for your continued support of Asterisk!
2012-07-17 02:04:04 +00:00
marino
2f5296b9e5 comms/asterisk10: PLIST+= chan_mgcp.so (DragonFly Only)
Defined new PLIST.mgcp variable for new file:
lib/asterisks/modules/chan_mgcp.so
2012-07-15 08:58:18 +00:00
jnemeth
f34c810a67 Update to Asterisk 10.5.0:
The Asterisk Development Team has announced the release of Asterisk
10.5.0.

The release of Asterisk 10.5.0 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:

* --- Turn off warning message when bind address is set to any.

* --- Prevent overflow in calculation in ast_tvdiff_ms on 32-bit
      machines

* --- Make DAHDISendCallreroutingFacility wait 5 seconds for a reply
      before disconnecting the call.

* --- Fix recalled party B feature flags for a failed DTMF atxfer.

* --- Fix DTMF atxfer running h exten after the wrong bridge ends.

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

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

Thank you for your continued support of Asterisk!
2012-06-05 01:39:44 +00:00
jnemeth
873ad86cd4 Update to Asterisk 10.3.0:
pkgsrc change: eliminate ilbc option now that iLBC codec is always built

The Asterisk Development Team has announced the release of Asterisk 10.3.0.

The release of Asterisk 10.3.0 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 potential buffer overrun and memory leak when executing "sip
      show peers"

* --- Fix ACK routing for non-2xx responses.

* --- Remove possible segfaults from res_odbc by adding locks around
      usage of odbc handle

* --- Fix blind transfer parking issues if the dialed extension is not
      recognized as a parking extension.

* --- Copy CDR variables when set during a bridge

* --- push 'outgoing' flag from sig_XXX up to chan_dahdi

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

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

Thank you for your continued support of Asterisk!
2012-04-07 20:05:57 +00:00
jnemeth
60aa645625 Update to 10.2.1:
This is a security fix release.  It fixes AST-2012-002 and AST-2012-003.

pkgsrc changes:

- adapt to having iLBC source code included
- fix building on Solaris
- adapt to new sound tarball

----- 10.2.0 -----

The Asterisk Development Team has announced the release of Asterisk 10.2.0.

The release of Asterisk 10.2.0 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:

* --- Prevent outbound SIP NOTIFY packets from displaying a port of 0 ---

* --- Include iLBC source code for distribution with Asterisk ---

* --- Fix callerid of originated calls ---

* --- Fix outbound DTMF for inband mode of chan_ooh323 ---

* --- Create and initialize udptl only when dialog requests image media ---

* --- Don't prematurely stop SIP session timer ---

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

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

Thank you for your continued support of Asterisk!

----- 10.2.1 -----

The Asterisk Development Team has announced security releases for
Asterisk 1.4, 1.6.2, 1.8, and 10. The available security releases
are released as versions 1.4.44, 1.6.2.23, 1.8.10.1, and 10.2.1.

The release of Asterisk 1.8.10.1 and 10.2.1 resolve two issues.
First, they resolve the issue in app_milliwatt, wherein a buffer
can potentially be overrun on the stack, but no remote code execution
is possible.  Second, they resolve an issue in HTTP AMI where digest
authentication information can be used to overrun a buffer on the
stack, allowing for code injection and execution.

These issues and their resolution are described in the security
advisory.

For more information about the details of these vulnerabilities,
please read the security advisories AST-2012-002 and AST-2012-003,
which were released at the same time as this announcement.

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

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

The security advisories are available at:

 * http://downloads.asterisk.org/pub/security/AST-2012-002.pdf
 * http://downloads.asterisk.org/pub/security/AST-2012-003.pdf

Thank you for your continued support of Asterisk!
2012-03-25 02:17:47 +00:00
jnemeth
8f29c51c20 Update to Asterisk 10.1.0:
The Asterisk Development Team is pleased to announce the release of
Asterisk 10.1.0. This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/

The release of Asterisk 10.1.0 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:

* AST-2012-001: prevent crash when an SDP offer
  is received with an encrypted video stream when support for video
  is disabled and res_srtp is loaded.  (closes issue ASTERISK-19202)
  Reported by: Catalin Sanda

* Allow playback of formats that don't support seeking.  ast_streamfile
  previously did unconditional seeking on files that broke playback of
  formats that don't support that functionality.  This patch avoids the
  seek that was causing the problem.
  (closes issue ASTERISK-18994) Patched by: Timo Teras

* Add pjmedia probation concepts to res_rtp_asterisk's learning mode.  In
  order to better handle RTP sources with strictrtp enabled (which is the
  default setting in 10) using the learning mode to figure out new sources
  when they change is handled by checking for a number of consecutive (by
  sequence number) packets received to an rtp struct based on a new
  configurable value called 'probation'.  Also, during learning mode instead
  of liberally accepting all packets received, we now reject packets until a
  clear source has been determined.

* Handle AST_CONTROL_UPDATE_RTP_PEER frames in local bridge loop.  Failing
  to handle AST_CONTROL_UPDATE_RTP_PEER frames in the local bridge loop
  causes the loop to exit prematurely. This causes a variety of negative side
  effects, depending on when the loop exits. This patch handles the frame by
  essentially swallowing the frame in the local loop, as the current channel
  drivers expect the RTP bridge to handle the frame, and, in the case of the
  local bridge loop, no additional action is necessary.
  (closes issue ASTERISK-19095) Reported by: Stefan Schmidt Tested
  by: Matt Jordan

* Fix timing source dependency issues with MOH.  Prior to this patch,
  res_musiconhold existed at the same module priority level as the timing
  sources that it depends on.  This would cause a problem when music on
  hold was reloaded, as the timing source could be changed after
  res_musiconhold was processed. This patch adds a new module priority
  level, AST_MODPRI_TIMING, that the various timing modules are now loaded
  at. This now occurs before loading other resource modules, such
  that the timing source is guaranteed to be set prior to resolving
  the timing source dependencies.
  (closes issue ASTERISK-17474) Reporter: Luke H Tested by: Luke H,
  Vladimir Mikhelson, zzsurf, Wes Van Tlghem, elguero, Thomas Arimont
  Patched by elguero

* Fix RTP reference leak.  If a blind transfer were initiated using a
  REFER without a prior reINVITE to place the call on hold, AND if Asterisk
  were sending RTCP reports, then there was a reference leak for the
  RTP instance of the transferrer.
  (closes issue ASTERISK-19192) Reported by: Tyuta Vitali

* Fix blind transfers from failing if an 'h' extension
  is present.  This prevents the 'h' extension from being run on the
  transferee channel when it is transferred via a native transfer
  mechanism such as SIP REFER.  (closes issue ASTERISK-19173) Reported
  by: Ross Beer Tested by: Kristjan Vrban Patches: ASTERISK-19173 by
  Mark Michelson (license 5049)

* Restore call progress code for analog ports. Extracting sig_analog
  from chan_dahdi lost call progress detection functionality.  Fix
  analog ports from considering a call answered immediately after
  dialing has completed if the callprogress option is enabled.
  (closes issue ASTERISK-18841)
  Reported by: Richard Miller Patched by Richard Miller

* Fix regression that 'rtp/rtcp set debup ip' only works when a port
  was also specified.
  (closes issue ASTERISK-18693) Reported by: Davide Dal Reviewed by:
  Walter Doekes

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

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

Thank you for your continued support of Asterisk!
2012-01-28 20:39:10 +00:00
jnemeth
91ad787651 PR/35369 -- David Wetzel -- add support for speex codec (enabled by default) 2012-01-17 07:07:33 +00:00
jnemeth
6d821d6563 Import Asterisk 10.0.0:
The Asterisk Development Team is proud to announce the release of
Asterisk 10.0.0. This release is available for immediate download
at http://downloads.asterisk.org/pub/telephony/asterisk/

Asterisk 10 is the next major release series of Asterisk. It will
be a Standard support release, similar to Asterisk 1.6.2. For more
information about support time lines for Asterisk releases, see
the Asterisk versions page:

   https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

With the release of the Asterisk 10 branch, the preceding '1.' has
been removed from the version number per the blog post available
at

http://blogs.digium.com/2011/07/21/the-evolution-of-asterisk-or-how-we-arrived-at-asterisk-10/

The release of Asterisk 10 would not have been possible without
the support and contributions of the community.

You can find an overview of the work involved with the 10.0.0
release in the summary:

http://svn.asterisk.org/svn/asterisk/tags/10.0.0/asterisk-10.0.0-summary.txt

A short list of available features includes:

* T.38 gateway functionality has been added to res_fax.
* Protocol independent out-of-call messaging support. Text messages not
   associated with an active call can now be routed through the Asterisk
   dialplan. SIP and XMPP are supported so far.
* New highly optimized and customizable ConfBridge application capable
   of mixing audio at sample rates ranging from 8kHz-192kHz
* Addition of video_mode option in confbridge.conf to provide basic video
   conferencing in the ConfBridge() dialplan application.
* Support for defining hints has been added to pbx_lua.
* Replacement of Berkeley DB with SQLite for the Asterisk Database (AstDB).
* Much, much more!

A full list of new features can be found in the CHANGES file.

   http://svn.asterisk.org/svn/asterisk/branches/10/CHANGES

Also, when upgrading a system between major versions, it is imperative
that you read and understand the contents of the UPGRADE.txt file,
which is located at:

   http://svn.asterisk.org/svn/asterisk/branches/10/UPGRADE.txt

Thank you for your continued support of Asterisk!
2012-01-15 18:36:18 +00:00