summaryrefslogtreecommitdiffstats
path: root/net/asterisk14
Commit message (Collapse)AuthorAgeFilesLines
* Add support for amd64 (untested). No PORTREVISION bump since it doesn't affectsobomax2005-11-072-19/+26
| | | | | | already supported arches. Submitted by: David Taylor
* Update the MASTER_SITES.sobomax2005-09-061-1/+3
| | | | Submitted by: Jean Milanez Melo
* Make app_rxfax/app_txfax compilable on 4.x.sobomax2005-08-293-9/+21
|
* - Add dependency on unixODBC (and WITHOUT_ODBC knob).fjoe2005-08-146-26/+77
| | | | | | | - Unify WITH_FOO knobs. - Bump PORTREVISION. Approved by: portmgr, MAINTAINER
* Fix build on RELENG_4 (fix res_watchdog, do not build fax support).fjoe2005-07-152-1/+15
| | | | | | Bump PORTREVISION. Approved by: MAINTAINER
* Update to 1.0.9 and bristuff-0.2.0-RC8h.fjoe2005-07-126-41/+35
| | | | Approved by: MAINTAINER
* Add support for faxes based on spandsp port.sobomax2005-07-115-9/+693
|
* o Fix patch in default musiconhold.conf file;sobomax2005-06-191-3/+4
| | | | | | | o use USE_MYSQL instead of manually specifying MySQL dependency. PR: 79253 Submitted by: Ari Maniatis <ari@ish.com.au>
* Use [:lower:]/[:upper:] instead of [a-z]/[A-Z] in tr(1), since the lattersobomax2005-06-182-1/+15
| | | | | | | may not work in some locales. PR: 75193 Submitted by: Stuart Barkley <stuartb@4gh.net>
* fix a bug when no audio devices are available, remove some deadluigi2005-05-171-111/+118
| | | | | | code, cleanup comments. This version is more or less in line with the one that i submitted to the asterisk developers.
* - Add a bison %pure-parser declaration in pwlib. The build waslawrance2005-05-161-1/+1
| | | | | | | | | | | depending on old bison behaviour (#define YYPURE) which no longer works. Fixes crash of opengk and maybe more. - Bump PORTREVISION of ports using pwlib (they link with it statically) PR: ports/61053 Submitted by: Andrew MacTaggart <amactaggart@hkis.edu.hk> Approved by: clement (mentor)
* o chan_sip.c:sobomax2005-05-033-11/+120
| | | | | | | | | | | | | | | | - Improve codec negotiation logic. - make sure to parse SDP on re-INVITE. o chan_zap.c: - If unanswered Zap channnel is hanged up wait until the calling party in turn hangs up (by detecting ring timeout). Otherwise next ring will trigger a "new" incoming call. This appears to be design limitation of the analogue telephone system - there is no way to reject the call without answering it first. Sponsored by: Porta Software Ltd, PBXpress Inc
* pbx_wilcalu.c:sobomax2005-05-035-1178/+1370
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | new patch for this file, smooths the effects of an unhandled error Cexiting from poll() and resulting otherwise in this process taking 100% of the CPU rtp.c: updated patch for rtp.c, removes a misleading 'checksum error' message when in reality the recvfrom() just returned no data; chan_oss.c: replacement for the old chan_oss.c - the changes are so massive that having a patch would be completely unreadable. Among other things this lets you change many /dev/dsp parameters from the config file, to ease adapting to the idiosincracies of various sound cards and drivers. It also supports multiple soundcards on the same box, which might be useful in some cases. Submitted by: luigi Add WITHOUT_MYSQL knob. Suggested by: phantom
* o Add patches to improve OSS chanel driver.sobomax2005-04-222-3/+1172
| | | | | | Submited by: luigi o add mpg123 into runtime dependencies list.
* - USE_RC_SUBR automagically installs startup script and adds it to PLIST --fjoe2005-04-192-4/+1
| | | | | | | remove some junk left from previous commit. - Bump PORTREVISION Approved by: MAINTAINER
* Handle rc.subr correctlyvs2005-04-142-4/+4
| | | | | | Based on PR: ports/79246 Submitted by: Ari Maniatis Approved by: maintainer
* Update to 1.0.7.fjoe2005-04-135-17/+32
| | | | Requested by: many
* Update to 1.0.6 and bristuff 0.2.0-RC7j.fjoe2005-03-094-15/+15
| | | | | Approved by: MAINTAINER Sponsored by: LF.net
* - Update to 1.0.5.fjoe2005-02-286-43/+54
| | | | | | | | - Add PATCHFILE by Klaus-Peter Junghanns for quadBRI/octoBRI (HFC-S) support - Enable libpri support in chan_zap module. Sponsored by: LF.net Approved by: MAINTAINER
* Portlint(1)krion2005-01-222-328/+328
| | | | Approved by: maintainer
* Add missed newt dependency. Bump PORTREVISION.sobomax2005-01-091-1/+3
| | | | | PR: 75827 Submitted by: Christopher Sean Hilton <chris@vindaloo.com>
* Update to 1.0.3.sobomax2005-01-084-51/+14
|
* o Provide rc.d script;sobomax2004-12-294-0/+68
| | | | | | o Fix build on 5.2.1. Submitted by: Marat N.Afanasyev <amarat@ksu.ru>
* Add missed USE_BISON.sobomax2004-12-171-0/+1
|
* o Update to 1.0.2.sobomax2004-12-136-51/+95
| | | | | | o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL. o Add untested support for building on sparc64.
* Actually bump PORTREVISION.sobomax2004-10-251-0/+1
| | | | Reminded by: David Magda <dmagda@ee.ryerson.ca>
* Since H.323 module is written in C++ use $(CXX) to link it, not $(CC). Thissobomax2004-10-251-1/+1
| | | | | | | | fixes `Undefined symbol "__ls__7ostreamPCc"' when loading chan_h323.so module. Bump PORTREVISION. Reported by: Christophe Prevotaux <c.prevotaux@rural-networks.com>
* Update to 1.0.1.sobomax2004-10-1726-380/+554
|
* Chase libraries for new audio/speex version.krion2004-07-231-2/+2
|
* Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bumpsobomax2004-06-081-0/+1
| | | | | | | | PORTREVISION of related ports. Requested by: *many* No reply from: security-officer Obtained from: Debian/pwlib cvs
* - Update to 0.9.0;sobomax2004-04-3010-31/+264
| | | | - add optional support for building with Zaptel module.
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theeik2004-03-111-0/+2
| | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed.
* Revert previous delta, according to Porter's Handbook:sobomax2004-02-191-2/+2
| | | | | | | | | | http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdirprefix.html "In particular, if you are referring to a WRKDIR of another port, note that the correct location is ${WRKDIRPREFIX}${PORTSDIR}/subdir/name/work" Other ports that use ${.CURDIR} when reffering WRKDIR of another port should be fixed along with bento scripts.
* Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' whensobomax2004-02-191-2/+2
| | | | | | | | | reffering other ports, since the former for some reason doesn't work in bento environment (it works here just fine even with WRKDIRPREFIX set). BTW, this is good evidence which shows that breakage on bento isn't sufficient to mark port as BROKEN.
* - Update to 0.7.2;sobomax2004-02-194-26/+9
| | | | - fix problem with h323 channel module loading reported by several users.
* BROKEN: Does not compilekris2004-02-171-0/+2
|
* Update to 0.7.1.sobomax2004-02-0533-431/+1399
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Unbreak.sobomax2003-11-291-2/+2
| | | | Approved by: portmgr
* Only for i386 now.sobomax2003-10-211-0/+2
|
* - Fix problem with speex shared library version;sobomax2003-10-206-9/+130
| | | | - build/install h323 channel module.
* Fix if audio/speex is installed (actually make speex a required dependency).sobomax2003-10-183-2/+26
| | | | Reported by: Tilghman Lesher <tilghman@mail.jeffandtilghman.com>
* Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.sobomax2003-10-1726-0/+1206
OpenPOWER on IntegriCloud