Port details |
- asterisk15 Open Source PBX and telephony toolkit
- 15.7.4 net
=0 15.7.4Version of this port present on the latest quarterly branch.
- DEPRECATED: Asterisk 15.x will reach EOL on 2019-10-03. Please migrate to net/asterisk16
This port expired on: 2019-10-03
- Maintainer: madpilot@FreeBSD.org
- Port Added: 2018-03-15 21:14:28
- Last Update: 2019-10-04 19:03:22
- SVN Revision: 513773
- License: GPLv2
- WWW:
- https://www.asterisk.org
- Description:
- Asterisk is an Open Source PBX and telephony toolkit. It is, in a
sense, middleware between Internet and telephony channels on the bottom,
and Internet and telephony applications at the top.
WWW: https://www.asterisk.org
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- asterisk15>0:net/asterisk15
- Conflicts:
- CONFLICTS:
- CONFLICTS_BUILD:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: asterisk15
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 armv6 armv7 i386 powerpc sparc64
- distinfo:
- TIMESTAMP = 1567756640
SHA256 (asterisk/asterisk-15.7.4.tar.gz) = fd5415bde9e58874f52fbd7fde5cbcbdbdff1626f415a10220478396873b435f
SIZE (asterisk/asterisk-15.7.4.tar.gz) = 27592178
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- mpg123 : audio/mpg123
- Library dependencies:
-
- libuuid.so : misc/e2fsprogs-libuuid
- libjansson.so : devel/jansson
- libcurl.so : ftp/curl
- libpri.so : misc/libpri
- libopenr2.so : misc/openr2
- libtonezone.so : misc/dahdi
- libsybdb.so : databases/freetds
- libgsm.so : audio/gsm
- libnewt.so : devel/newt
- libodbc.so : databases/unixODBC
- libltdl.so : devel/libltdl
- libspeex.so : audio/speex
- libspeexdsp.so : audio/speexdsp
- libportaudio.so : audio/portaudio
- libradiusclient-ng.so : net/radiusclient
- libnetsnmp.so : net-mgmt/net-snmp
- libpkg.so : ports-mgmt/pkg
- libspandsp.so : comms/spandsp
- libtiff.so : graphics/tiff
- libspeex.so : audio/speex
- libspeexdsp.so : audio/speexdsp
- libsqlite.so : databases/sqlite2
- libsrtp2.so : net/libsrtp2
- libvorbis.so : audio/libvorbis
- libogg.so : audio/libogg
- libiksemel.so : textproc/iksemel
- libpj.so : net/pjsip-extsrtp
- libxml2.so : textproc/libxml2
- libiconv.so : converters/libiconv
- libedit.so.0 : devel/libedit
- libsqlite3.so : databases/sqlite3
- liblua-5.2.so : lang/lua52
- libmysqlclient.so.20 : databases/mysql57-client
- libpq.so.5 : databases/postgresql11-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for asterisk15-15.7.4:
ASTVERSION=off: Install astversion (requires bash)
BACKTRACE=off: Stack backtrace support via (lib)execinfo
CURL=on: Data transfer support via cURL
DAHDI=on: DAHDI support
EXCHANGE=off: Exchange calendar support
FREETDS=on: FreeTDS library support
LDAP=off: LDAP protocol support
LUA=on: Lua scripting language support
MP3PLAYER=on: Install MP3 Player for Music-On-Hold (mpg123)
OOH323=off: ooh323 support
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
PJSIP=on: Build the PJSIP based SIP channel
PORTAUDIO=on: PortAudio library support
RADIUS=on: RADIUS protocol support
SNMP=on: SNMP network protocol support
SPANDSP=on: SpanDSP faxing support
SRTP=on: SecureRTP support
SYSINFO=off: Use devel/libsysinfo to get system information
XMPP=on: XMPP/GTALK support
====> Menuselect Interface Backend: you have to choose at least one of them
NCURSES=off: Console (text) interface support
NEWT=on: Newt User Interface
====> Encoder/Decoder (Codec) Support
GSM=on: GSM codec support
NEWG711=off: New G711 Codec
OPUS=off: Opus Codec
SPEEX=on: Speex audio format support
VORBIS=on: Ogg Vorbis audio codec support
====> Database Support
MYSQL=on: MySQL database support
ODBC=on: ODBC database backend
PGSQL=on: PostgreSQL database support
SQLITE2=on: SQLite 2 database support
====> Core and Music-on-Hold (MoH) Sound Files
G729=off: Install G.729 format sounds
JAPANESE=off: Install Japanese voice prompts
====> Compiler to use: you have to select exactly one of them
BASE=on: Use base compiler
GCC=off: Build with modern GCC (from ports)
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- bison cpe gmake gnome iconv libedit localbase shebangfix sqlite ssl ncurses lua mysql pgsql pkgconfig
- pkg-message:
- For install:
- This port supports custom Asterisk configurations using a *user-supplied*
menuselect.makeopt file.
This feature is of most value for users that want to disable or override
default functionality that they dont want or need, particular in space
and/or resource constrained, or embedded environments.
If a file named ".asterisk.makeopts" is found in the ports files/
directory, its contents will be used to configure Asterisk at the
post-configure stage.
If the file is *not* found, the port will default to a 'normal' Asterisk
menuselect configuration, and only execute menuselect commands according
to what port OPTIONS the user has selected.
The format of this file is the same as the output of a standard
`make menuselect` command, as per standard build instructions for
Asterisk.
NOTE: The contents of this file *MUST* be syntactically and semantically
valid, as the port does *NOT* perform validation of this file.
In particular, ensure that all Asterisk options have their
dependencies met, using the corresponding port OPTIONS dependencies.
The `menuselect --check-deps` command can be used to verify the
configuration
The following related documentation resources are also available:
* https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options
* http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_base_configuration.html#Installing_id293213
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.7.4 04 Oct 2019 19:03:22 |
rene |
Remove expired ports:
2019-10-01 security/softhsm: End-of-life announced, update to softhsm2 ASAP.
2019-10-03 net/asterisk15: Asterisk 15.x will reach EOL on 2019-10-03. Please
migrate to net/asterisk16 |
15.7.4 06 Sep 2019 10:53:00 |
madpilot |
Update asterisk15 to 15.7.4
Security: d94c08d2-d079-11e9-8f1a-001999f8d30b
MFH: 2019Q3 |
15.7.3_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
15.7.3_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
15.7.3 12 Jul 2019 16:49:38 |
madpilot |
- Update asterisk15 to 15.7.3
Security: 818b2bcb-a46f-11e9-bed9-001999f8d30b,
e9d2e981-a46d-11e9-bed9-001999f8d30b
MFH: 2019Q3 |
15.7.2_2 19 Jun 2019 17:18:05 |
madpilot |
- Update pjsip to 2.9
- Remove patches already applied upstream
- Bump PORTREVISION on asterisk ports to avoid crashes |
15.7.2_1 19 Jun 2019 12:17:45 |
madpilot |
Avoid overriding previous LDFLAGS values |
15.7.2_1 03 May 2019 12:36:48 |
madpilot |
Bump PORTREVISION on asterisk ports after r500705 changes to pjsip.
Crashes have been reported, which are fixed by reinstallation.
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
MFH: 2019Q2 |
15.7.2 01 Mar 2019 18:23:31 |
madpilot |
Update asterisk15 to 15.7.2
Security: be0e3817-3bfe-11e9-9cd6-001999f8d30b
CVE-2019-7251
MFH: 2019Q1 |
15.7.1_1 28 Jan 2019 19:00:15 |
madpilot |
- Force asterisk ports to prefer newly compiled libasteriskssl.so
to already installed one when compiling the port on live system
where asterisk is already present.
- While here Make some minor cosmetic changes.
PR: 235233
Submitted by: pfduch@yandex.ru |
15.7.1_1 18 Jan 2019 20:10:14 |
madpilot |
Use github helper to get OPUS option distfile.
Suggested by: mat |
15.7.1_1 17 Jan 2019 17:31:17 |
madpilot |
Fix extract phase when G729 option is enabled.
I involuntarily introduced the failure in the previous commit. |
15.7.1_1 17 Jan 2019 13:06:18 |
madpilot |
Add OPUS option to asterisk ports to enable the opus codec.
While here use DIST_SUBDIR to keep all the asterisk files in one
subdirectory.
PR: 234547
Submitted by: Ludovic Desweemer <ludovic.desweemer@gmail.com> |
15.7.1 27 Dec 2018 15:55:46 |
madpilot |
- Update net/asterisk13 to 13.24.1
- Update net/asterisk15 to 15.7.1
- Update net/asterisk16 to 16.1.1
Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.24.1
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-15.7.1
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-16.1.1 |
15.7.0 12 Dec 2018 20:48:30 |
madpilot |
- Update asterisk13 to 13.24.0
- Update asterisk15 to 15.7.0
- Update asterisk16 to 16.1.0
- Update pjsip to 2.8
- Remove upstreamed patches from pjsip port
- Add USES=gnome to asterisk ports
- Silence portlint warnings |
15.6.2_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
15.6.2 14 Nov 2018 23:03:10 |
madpilot |
- Update asterisk15 to 15.6.2
- Update asterisk16 to 16.0.1
MFH: 2018Q4
Security: c6fb2734-e835-11e8-b14b-001999f8d30b |
15.6.1 31 Oct 2018 23:42:53 |
madpilot |
- Add asterisk 16.0.0 to ports
- Update g72x module to 1.4.3, which add support for asterisk 16
- Add asterisk16 flavor and conflicts to asterisk modules ports
which support it
- Add conflicts to other asterisk versions ports
- Add deprecation notice to asterisk15 which will reach EOL on
2019-10-03
- Fix wording on SOUNDS option description
- Remove old MOVED line for asterisk16 which was for the long removed
asterisk 1.6 version
Approved by: portmgr (flavors already approved in the past) |
15.6.1 21 Sep 2018 13:09:57 |
madpilot |
- Update asterisk13 to 13.23.1
- Update asterisk15 to 15.6.1
Security: 77f67b46-bd75-11e8-81b6-001999f8d30b
MFH: 2018Q3 |
15.6.0 06 Sep 2018 15:32:53 |
madpilot |
- Update asterisk13 to 13.23.0
- Update asterisk15 to 15.6.0 |
15.5.0 10 Aug 2018 07:45:49 |
madpilot |
Reverse the dependency link between asterisk and japanese/asterisk-sounds,
adding it as an optional RUN_DEPENDS to the asterisk ports.
This allows installing these sounds with any version of asterisk.
Suggested by: mat |
15.5.0 12 Jul 2018 22:46:05 |
madpilot |
- Update asterisk13 to 13.22.0
- Update asterisk15 to 15.5.0 |
15.4.1 11 Jun 2018 23:29:14 |
madpilot |
- Update asterisk13 to 13.21.1
- Update asterisk15 to 15.4.1
Security: 0137167b-6dca-11e8-a671-001999f8d30b,
f14ce57f-6dc8-11e8-a671-001999f8d30b |
15.4.0_1 11 Jun 2018 17:19:29 |
madpilot |
Make asterisk and pjsip ports use the new net/libsrtp2 port as a dependency.
Reported by: tijl (thanks!) |
15.4.0 02 May 2018 16:01:11 |
madpilot |
- Update asterisk15 to 15.4.0
- Depend on default lua version
- Remove upstreamed patch |
15.3.0_1 15 Apr 2018 22:47:01 |
madpilot |
Update CONFLICTS_INSTALL. |
15.3.0_1 26 Mar 2018 11:13:14 |
madpilot |
Fix asterisk 15 command line parsing.
PR: 226909
Submitted by: O. Hartmann <ohartmann@walstatt.org> |
15.3.0 15 Mar 2018 21:14:12 |
madpilot |
Add asterisk15 port, bringing branch 15 of the asterisk project.
Note that branch 15 is NOT a Long Term Support branch. Asterisk 15
will reach EOL before Asterisk 13.
Requested by: "Herbert J. Skuhra" <herbert@gojira.at> (thanks for
help testing) |