Port details
asterisk10 10.4.0 net =4
An Open Source PBX and telephony toolkit
Maintained by: flo@FreeBSD.org Port Added: 25 Jul 2011 16:14:43
License: not specified in port
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 CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered. Required To Build: misc/libpri , misc/dahdi , devel/gmake , devel/bison , devel/pkg-config
Required To Run: audio/mpg123 , devel/pkg-config
Required Libraries: audio/speex , devel/newt , devel/libexecinfo , databases/sqlite3 , devel/pwlib , net/openh323 , misc/libpri , databases/unixODBC , databases/freetds , audio/libvorbis , net/radiusclient , net-mgmt/net-snmp , textproc/iksemel , databases/sqlite2 , audio/gsm , ftp/curl , databases/postgresql83-client , devel/libltdl , textproc/libxml2
There are no ports dependent upon this port
To install the port : cd /usr/ports/net/asterisk10/ && make install cleanTo add the package : pkg_add -r asterisk10
Configuration Options
===> The following configuration options are available for asterisk10-10.4.0:
OGGVORBIS=on (default) "Enable Ogg Vorbis support"
IODBC=off (default) "Enable iODBC support"
UODBC=on (default) "Enable unixODBC support"
POSTGRES=on (default) "Enable PostgreSQL support"
MYSQL=off (default) "Enable MySQL support"
RADIUS=on (default) "Enable RADIUS accounting support"
SNMP=on (default) "Enable SNMP support"
H323=on (default) "Enable H.323 support"
FREETDS=on (default) "Enable FreeTDS support"
JABBER=on (default) "Enable Jabber and Gtalk support"
SQLITE=on (default) "Enable SQLITE support"
GSM=on (default) "Enable GSM codec"
CURL=on (default) "Enable CURL support"
SPANDSP=off (default) "Enable Spandsp faxing support"
EXCHANGE=off (default) "Enable Exchange calendar support"
NEWG711=off (default) "Enable new G711 Codec"
SRTP=off (default) "Enable SecureRTP support"
LUA=off (default) "Enable LUA extensions support"
LDAP=off (default) "Enable Ldap support"
DAHDI=on (default) "Enable DAHDI support"
===> Use 'make config' to modify these settings
Master Sites:
http://downloads.asterisk.org/pub/telephony/asterisk/
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Commit History - (may be incomplete: see CVSWeb link above for full details)
Date By Description
02 May 2012 20:51:16 10.4.0
flo
Update to 10.4.0
23 Apr 2012 20:22:55 10.3.1
flo
Update to 10.3.1
Security:
http://www.vuxml.org/freebsd/1c5abbe2-8d7f-11e1-a374-14dae9ebcf89.html
10 Apr 2012 20:28:09 10.3.0
flo
- fix build with gcc46 and clang
01 Apr 2012 13:16:45 10.3.0
flo
- update to 10.3.0
- add OPTION for LDAP support, fixing pkg-plist entry for res_config_ldap [1]
PR: ports/166403 [1]
Reported by: gpalmer [1]
Feature safe: yes
15 Mar 2012 23:16:07 10.2.1
flo
Update to 10.2.1
Security:
http://www.vuxml.org/freebsd/0d530174-6eef-11e1-afd6-14dae9ebcf89.html
Feature safe: yes
05 Mar 2012 23:07:17 10.2.0
flo
Update to 10.2.0
As the iLBC codec is now part of asterisk again just build and install
it unconditionally.
25 Feb 2012 00:28:15 10.1.3
flo
update to 10.1.3
09 Feb 2012 22:47:03 10.1.2
flo
update to 10.1.2
07 Feb 2012 21:29:08 10.1.1
flo
update to 10.1.1
06 Feb 2012 12:25:50 10.1.0_1
miwi
- Chase unixODBC shlib bump
28 Jan 2012 00:08:29 10.1.0
flo
Update to 10.1.0
20 Jan 2012 00:59:42 10.0.1
flo
Update to 10.0.1
Security: www.vuxml.org/freebsd/dd698b76-42f7-11e1-a1b6-14dae9ebcf89.html
14 Jan 2012 08:57:23 10.0.0
dougb
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
19 Dec 2011 11:13:18 10.0.0
flo
- update to 10.0.0 release version
- be consistent with what the other asterisk ports do and set PKGNAMESUFFIX
17 Nov 2011 00:11:30 10.0.0.r2
flo
While i wasn't watching rc2 was released
Feature safe: yes
16 Nov 2011 23:44:54 10.0.0.r1
flo
- update to 10.0.0rc1
- asterisk10 uses sqlite3 instead of Berkeley DB so sqlite3 is now a mandatory
dependency
Feature safe: yes
07 Oct 2011 11:06:18 10.0.0.b2
flo
update to 10.0.0 beta 2
23 Sep 2011 22:26:39 10.0.0.b1
amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
25 Jul 2011 16:34:26 10.0.0.b1
flo
add asterisk 10 beta1 to net/asterisk10
As asterisk 1.8 is a LTS release it is going to stay in net/asterisk for the
time being.
25 Jul 2011 16:14:23 1.8.5.0
flo
Forced commit to note the repocopy from net/asterisk18 to net/asterisk10