Port details on branch 2016Q4 |
- asterisk11 Open Source PBX and telephony toolkit
- 11.25.1 net
=0 11.25.1Version of this port present on the latest quarterly branch. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2016-12-11 15:32:01
- Last Update: 2016-12-11 15:30:15
- Commit Hash: abf75c0
- License: GPLv2
- WWW:
- http://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: http://www.asterisk.org
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- asterisk11>0:net/asterisk11
- Conflicts:
- CONFLICTS:
- CONFLICTS_BUILD:
- CONFLICTS_INSTALL:
- asterisk*-1.8*
- asterisk*-13*
- To install the port:
- cd /usr/ports/net/asterisk11/ && make install clean
- To add the package, run one of these commands:
- pkg install net/asterisk11
- pkg install asterisk11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: asterisk11
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64 powerpc sparc64 armv6
- distinfo:
- TIMESTAMP = 1481311749
SHA256 (asterisk-11.25.1.tar.gz) = dc9c282ca1142b286e5a5c391647d6be73f35524c8def37718de866e8384a57c
SIZE (asterisk-11.25.1.tar.gz) = 35125897
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
- gcc48 : lang/gcc
- as : devel/binutils
- Runtime dependencies:
-
- mpg123 : audio/mpg123
- gcc48 : lang/gcc
- Library dependencies:
-
- libcurl.so : ftp/curl
- libpri.so : misc/libpri
- libopenr2.so : misc/openr2
- libtonezone.so : misc/dahdi
- libsybdb.so : databases/freetds
- libradiusclient-ng.so : net/radiusclient
- libnetsnmp.so : net-mgmt/net-snmp
- libspandsp.so : comms/spandsp
- libuuid.so : misc/e2fsprogs-libuuid
- libiksemel.so : textproc/iksemel
- libnewt.so : devel/newt
- libgsm.so : audio/gsm
- libspeex.so : audio/speex
- libvorbis.so : audio/libvorbis
- libodbc.so : databases/unixODBC
- libltdl.so : devel/libltdl
- libsqlite.so : databases/sqlite2
- libsqlite3.so : databases/sqlite3
- liblua-5.1.so : lang/lua51
- libmysqlclient.so.18 : databases/mysql56-client
- libpq.so.5 : databases/postgresql93-client
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for asterisk11-11.25.1:
BACKTRACE=on: 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
RADIUS=on: RADIUS protocol support
SNMP=on: SNMP network protocol support
SPANDSP=on: SpanDSP faxing support
SRTP=off: SecureRTP support
SYSINFO=off: Use devel/libsysinfo to get system information
UUID=on: libuuid support (required for ICE and TURN in RTP)
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
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
====> Compiler to use: you have to select exactly one of them
BASE=off: Use base compiler (experimental)
GCC=on: Build with modern GCC (from ports)
===> Use 'make config' to modify these settings
- Options name:
- net_asterisk11
- USES:
- bison cpe gmake iconv localbase ncurses shebangfix sqlite ssl execinfo lua:51 mysql pgsql gnome
- pkg-message:
- ###########################################################################
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:
|