| Port details on branch 2016Q4 |
- asterisk13 Open Source PBX and telephony toolkit
- 13.13.1 net
=0 13.13.1Version of this port present on the latest quarterly branch. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2016-12-11 15:35:41
- Last Update: 2016-12-11 15:35:34
- Commit Hash: 8667c09
- License: GPLv2
- WWW:
- http://www.asteriskpbx.com
- 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.asteriskpbx.com
¦ ¦ ¦ ¦ 
- 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:
-
- asterisk13>0:net/asterisk13
- Conflicts:
- CONFLICTS:
- CONFLICTS_BUILD:
- CONFLICTS_INSTALL:
- asterisk*-1.8*
- asterisk*-11*
- To install the port:
- cd /usr/ports/net/asterisk13/ && make install clean
- To add the package, run one of these commands:
- pkg install net/asterisk13
- pkg install asterisk13
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: asterisk13
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64 powerpc sparc64 armv6
- distinfo:
- TIMESTAMP = 1481311854
SHA256 (asterisk-13.13.1.tar.gz) = 6da3c46a22e919b92edf2ccb5b3a2f51bc17e8819e6fca704026869bf349007a
SIZE (asterisk-13.13.1.tar.gz) = 32743348
Packages (timestamps in pop-ups are UTC):
- 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>=0.9.10 : 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
- libportaudio.so : audio/portaudio
- libradiusclient-ng.so : net/radiusclient
- libnetsnmp.so : net-mgmt/net-snmp
- libspandsp.so : comms/spandsp
- 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
- libpj.so : net/pjsip
- libedit.so.0 : devel/libedit
- 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 asterisk13-13.13.1:
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=off: 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
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=on: Use base compiler (experimental)
GCC=off: Build with modern GCC (from ports)
===> Use 'make config' to modify these settings
- Options name:
- net_asterisk13
- USES:
- bison cpe gmake iconv libedit localbase shebangfix sqlite ssl ncurses lua:51 pkgconfig 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:
|