aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.3.Maxim Sobolev2006-01-277-38/+49
| | | | Notes: svn path=/head/; revision=154549
* Fix build on amd64. No PORTREVISION bump since it doesn't change contentMaxim Sobolev2006-01-261-0/+15
| | | | | | | | | of the package on the rest arches. Reported by: bram <bram@diomedia.be> Notes: svn path=/head/; revision=154546
* When building with zaptel disabled make sure to set WITHOUT_ZAPTEL makeMaxim Sobolev2006-01-211-0/+1
| | | | | | | | | environment variable. Poked by: kris, unbuildable ports reminder Notes: svn path=/head/; revision=154046
* Update to 1.2.1.Maxim Sobolev2006-01-1736-2802/+1008
| | | | Notes: svn path=/head/; revision=153765
* Use correct WRKSRC paths for pwlib and openh323 when WRKDIRPREFIXSam Lawrance2005-12-171-2/+5
| | | | | | | | | | | is set to a non-default value. PR: ports/72973 Submitted by: Vivek Khera <vivek@khera.org> Approved by: sobomax (maintainer, timeout 13 months) Notes: svn path=/head/; revision=151363
* Add support for amd64 (untested). No PORTREVISION bump since it doesn't affectMaxim Sobolev2005-11-072-19/+26
| | | | | | | | | already supported arches. Submitted by: David Taylor Notes: svn path=/head/; revision=147527
* Update the MASTER_SITES.Maxim Sobolev2005-09-061-1/+3
| | | | | | | Submitted by: Jean Milanez Melo Notes: svn path=/head/; revision=142112
* Make app_rxfax/app_txfax compilable on 4.x.Maxim Sobolev2005-08-293-9/+21
| | | | Notes: svn path=/head/; revision=141320
* - Add dependency on unixODBC (and WITHOUT_ODBC knob).Max Khon2005-08-146-26/+77
| | | | | | | | | | - Unify WITH_FOO knobs. - Bump PORTREVISION. Approved by: portmgr, MAINTAINER Notes: svn path=/head/; revision=140876
* Fix build on RELENG_4 (fix res_watchdog, do not build fax support).Max Khon2005-07-152-1/+15
| | | | | | | | | Bump PORTREVISION. Approved by: MAINTAINER Notes: svn path=/head/; revision=139264
* Update to 1.0.9 and bristuff-0.2.0-RC8h.Max Khon2005-07-126-41/+35
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=138968
* Add support for faxes based on spandsp port.Maxim Sobolev2005-07-115-9/+693
| | | | Notes: svn path=/head/; revision=138903
* o Fix patch in default musiconhold.conf file;Maxim Sobolev2005-06-191-3/+4
| | | | | | | | | | o use USE_MYSQL instead of manually specifying MySQL dependency. PR: 79253 Submitted by: Ari Maniatis <ari@ish.com.au> Notes: svn path=/head/; revision=137726
* Use [:lower:]/[:upper:] instead of [a-z]/[A-Z] in tr(1), since the latterMaxim Sobolev2005-06-182-1/+15
| | | | | | | | | | may not work in some locales. PR: 75193 Submitted by: Stuart Barkley <stuartb@4gh.net> Notes: svn path=/head/; revision=137693
* fix a bug when no audio devices are available, remove some deadLuigi Rizzo2005-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. Notes: svn path=/head/; revision=135500
* - Add a bison %pure-parser declaration in pwlib. The build wasSam Lawrance2005-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) Notes: svn path=/head/; revision=135316
* o chan_sip.c:Maxim Sobolev2005-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 Notes: svn path=/head/; revision=134555
* pbx_wilcalu.c:Maxim Sobolev2005-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 Notes: svn path=/head/; revision=134552
* o Add patches to improve OSS chanel driver.Maxim Sobolev2005-04-222-3/+1172
| | | | | | | | | Submited by: luigi o add mpg123 into runtime dependencies list. Notes: svn path=/head/; revision=133951
* - USE_RC_SUBR automagically installs startup script and adds it to PLIST --Max Khon2005-04-192-4/+1
| | | | | | | | | | remove some junk left from previous commit. - Bump PORTREVISION Approved by: MAINTAINER Notes: svn path=/head/; revision=133698
* Handle rc.subr correctlyVolker Stolz2005-04-142-4/+4
| | | | | | | | | Based on PR: ports/79246 Submitted by: Ari Maniatis Approved by: maintainer Notes: svn path=/head/; revision=133325
* Update to 1.0.7.Max Khon2005-04-135-17/+32
| | | | | | | Requested by: many Notes: svn path=/head/; revision=133262
* Update to 1.0.6 and bristuff 0.2.0-RC7j.Max Khon2005-03-094-15/+15
| | | | | | | | Approved by: MAINTAINER Sponsored by: LF.net Notes: svn path=/head/; revision=130751
* - Update to 1.0.5.Max Khon2005-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 Notes: svn path=/head/; revision=130004
* Portlint(1)Kirill Ponomarev2005-01-222-328/+328
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=127094
* Add missed newt dependency. Bump PORTREVISION.Maxim Sobolev2005-01-091-1/+3
| | | | | | | | PR: 75827 Submitted by: Christopher Sean Hilton <chris@vindaloo.com> Notes: svn path=/head/; revision=125942
* Update to 1.0.3.Maxim Sobolev2005-01-084-51/+14
| | | | Notes: svn path=/head/; revision=125835
* o Provide rc.d script;Maxim Sobolev2004-12-294-0/+68
| | | | | | | | | o Fix build on 5.2.1. Submitted by: Marat N.Afanasyev <amarat@ksu.ru> Notes: svn path=/head/; revision=125397
* Add missed USE_BISON.Maxim Sobolev2004-12-171-0/+1
| | | | Notes: svn path=/head/; revision=124325
* o Update to 1.0.2.Maxim Sobolev2004-12-136-51/+95
| | | | | | | | | o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL. o Add untested support for building on sparc64. Notes: svn path=/head/; revision=123930
* Actually bump PORTREVISION.Maxim Sobolev2004-10-251-0/+1
| | | | | | | Reminded by: David Magda <dmagda@ee.ryerson.ca> Notes: svn path=/head/; revision=120135
* Since H.323 module is written in C++ use $(CXX) to link it, not $(CC). ThisMaxim Sobolev2004-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> Notes: svn path=/head/; revision=120127
* Update to 1.0.1.Maxim Sobolev2004-10-1726-380/+554
| | | | Notes: svn path=/head/; revision=119685
* Chase libraries for new audio/speex version.Kirill Ponomarev2004-07-231-2/+2
| | | | Notes: svn path=/head/; revision=114484
* Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bumpMaxim Sobolev2004-06-081-0/+1
| | | | | | | | | | | PORTREVISION of related ports. Requested by: *many* No reply from: security-officer Obtained from: Debian/pwlib cvs Notes: svn path=/head/; revision=111056
* - Update to 0.9.0;Maxim Sobolev2004-04-3010-31/+264
| | | | | | | - add optional support for building with Zaptel module. Notes: svn path=/head/; revision=107998
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theOliver Eikemeier2004-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. Notes: svn path=/head/; revision=103676
* Revert previous delta, according to Porter's Handbook:Maxim Sobolev2004-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. Notes: svn path=/head/; revision=101392
* Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' whenMaxim Sobolev2004-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. Notes: svn path=/head/; revision=101390
* - Update to 0.7.2;Maxim Sobolev2004-02-194-26/+9
| | | | | | | - fix problem with h323 channel module loading reported by several users. Notes: svn path=/head/; revision=101360
* BROKEN: Does not compileKris Kennaway2004-02-171-0/+2
| | | | Notes: svn path=/head/; revision=101132
* Update to 0.7.1.Maxim Sobolev2004-02-0533-431/+1399
| | | | Notes: svn path=/head/; revision=100074
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Unbreak.Maxim Sobolev2003-11-291-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=94823
* Only for i386 now.Maxim Sobolev2003-10-211-0/+2
| | | | Notes: svn path=/head/; revision=91785
* - Fix problem with speex shared library version;Maxim Sobolev2003-10-206-9/+130
| | | | | | | - build/install h323 channel module. Notes: svn path=/head/; revision=91714
* Fix if audio/speex is installed (actually make speex a required dependency).Maxim Sobolev2003-10-183-2/+26
| | | | | | | Reported by: Tilghman Lesher <tilghman@mail.jeffandtilghman.com> Notes: svn path=/head/; revision=91589
* Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.Maxim Sobolev2003-10-1726-0/+1206
Notes: svn path=/head/; revision=91503