aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff/files
Commit message (Collapse)AuthorAgeFilesLines
* The only thing that was missing in stock asterisk was lack of ISDN bri_net_ptmpMax Khon2010-11-2822-8805/+0
| | | | | | | signalling that was implemented in asterisk 1.8 and libpri 1.4.11. Notes: svn path=/head/; revision=265331
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Do not install asterisk.pc:Max Khon2009-10-181-0/+11
| | | | | | | | | | - generation script depends on bash and "sed -r" or perl PR: 139657 Submitted by: Pavel Gubin Notes: svn path=/head/; revision=243007
* Update to 1.4.26.2 + bristuff-0.4.0-RC3g.Max Khon2009-09-1643-2362/+8715
| | | | | | | | | | All patches except 122-chan_zap-GSM.diff are present in cumulative bristuff patch. Sponsored by: Ethon Technologies GmbH Feature safe: yes Notes: svn path=/head/; revision=241535
* Fix build with zaptel 1.4.1.Max Khon2007-07-034-30/+32
| | | | | | | PR: 113103 Notes: svn path=/head/; revision=194809
* Fix build with gcc41 on amd64.Max Khon2007-02-231-0/+15
| | | | Notes: svn path=/head/; revision=185731
* - Update to 1.2.13 and bristuff-0.3.0-1sMax Khon2006-11-079-199/+179
| | | | | | | | | | | | - Unbreak the build on amd64 (sparc64 should have been fixed too, but can not test that because panther is down) - Pull a number of fixes from main port (fix crash caused by the recent BIND upgrade, make asterisk_pidfile actually working) Sponsored by: Ethon Technologies GmbH Notes: svn path=/head/; revision=176709
* Fix build on sparc64 (and any other big-endian arch).Max Khon2006-07-241-0/+14
| | | | | | | | | Bump PORTREVISION. Obtained from: net/asterisk port Notes: svn path=/head/; revision=168642
* - Re-add patch to fix build on RELENG_4.Max Khon2006-06-051-0/+13
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=164484
* - Add back bristuff 0.3.0-p1 after repocopy.Max Khon2006-06-033-47/+40
| | | | | | | | | - Take maintainership. Sponsored by: Ethon Technologies Notes: svn path=/head/; revision=164296
* - Update to 1.2.7.1 [1]Max Khon2006-04-268-73/+30
| | | | | | | | | | | | | | | | | - Remove bristuff support (will be added later as a slave port) - Update codec negotiation patch [2] - Use pwlib and openh323 from ports [3] - Remove FORBIDDEN now that asterisk is >= 1.2.6 Note: WITH_ZAPTEL may be broken because zaptel-bsd driver is not synced with Digium zaptel driver. PR: 93528, 96315 Submitted by: Andriy I Pylypenko <bamby@portaone.com> [1] [2] [3] Approved by: MAINTAINER Notes: svn path=/head/; revision=160512
* 1. PROVIDE -> PROVIDE:.Maxim Sobolev2006-04-131-3/+2
| | | | | | | | | | | | 2. Remove bogus BEFORE. 3. More sensible REQUIRE. PR: 94673 Submitted by: Sean Winn <sean@gothic.net.au> Notes: svn path=/head/; revision=159402
* - Bring back bristuff support (bristuff-0.3.0-PRE-1l).Max Khon2006-03-152-7/+17
| | | | | | | | | - Bump PORTREVISIONs Approved by: sobomax Notes: svn path=/head/; revision=157144
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Fix build on 4.x.Maxim Sobolev2006-02-061-0/+13
| | | | | | | Submitted by: Tod McQuillin Notes: svn path=/head/; revision=155373
* Update to 1.2.3.Maxim Sobolev2006-01-275-34/+39
| | | | 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
* Update to 1.2.1.Maxim Sobolev2006-01-1733-2752/+870
| | | | Notes: svn path=/head/; revision=153765
* Add support for amd64 (untested). No PORTREVISION bump since it doesn't affectMaxim Sobolev2005-11-071-18/+25
| | | | | | | | | already supported arches. Submitted by: David Taylor Notes: svn path=/head/; revision=147527
* Make app_rxfax/app_txfax compilable on 4.x.Maxim Sobolev2005-08-292-6/+20
| | | | Notes: svn path=/head/; revision=141320
* - Add dependency on unixODBC (and WITHOUT_ODBC knob).Max Khon2005-08-144-19/+57
| | | | | | | | | | - 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-151-0/+13
| | | | | | | | | 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-123-33/+20
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=138968
* Add support for faxes based on spandsp port.Maxim Sobolev2005-07-113-8/+682
| | | | Notes: svn path=/head/; revision=138903
* Use [:lower:]/[:upper:] instead of [a-z]/[A-Z] in tr(1), since the latterMaxim Sobolev2005-06-181-0/+14
| | | | | | | | | | 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
* o chan_sip.c:Maxim Sobolev2005-05-032-10/+119
| | | | | | | | | | | | | | | | | | | - 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-034-1173/+1359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-221-0/+1167
| | | | | | | | | Submited by: luigi o add mpg123 into runtime dependencies list. Notes: svn path=/head/; revision=133951
* Handle rc.subr correctlyVolker Stolz2005-04-141-2/+2
| | | | | | | | | 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-132-10/+24
| | | | | | | Requested by: many Notes: svn path=/head/; revision=133262
* Update to 1.0.6 and bristuff 0.2.0-RC7j.Max Khon2005-03-091-9/+6
| | | | | | | | Approved by: MAINTAINER Sponsored by: LF.net Notes: svn path=/head/; revision=130751
* - Update to 1.0.5.Max Khon2005-02-283-39/+41
| | | | | | | | | | | - 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
* Update to 1.0.3.Maxim Sobolev2005-01-082-47/+11
| | | | Notes: svn path=/head/; revision=125835
* o Provide rc.d script;Maxim Sobolev2004-12-292-0/+62
| | | | | | | | | o Fix build on 5.2.1. Submitted by: Marat N.Afanasyev <amarat@ksu.ru> Notes: svn path=/head/; revision=125397
* o Update to 1.0.2.Maxim Sobolev2004-12-133-31/+55
| | | | | | | | | o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL. o Add untested support for building on sparc64. Notes: svn path=/head/; revision=123930
* 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-1723-354/+363
| | | | Notes: svn path=/head/; revision=119685
* - Update to 0.9.0;Maxim Sobolev2004-04-307-24/+243
| | | | | | | - add optional support for building with Zaptel module. Notes: svn path=/head/; revision=107998
* - Update to 0.7.2;Maxim Sobolev2004-02-192-22/+6
| | | | | | | - fix problem with h323 channel module loading reported by several users. Notes: svn path=/head/; revision=101360
* Update to 0.7.1.Maxim Sobolev2004-02-0530-418/+1364
| | | | Notes: svn path=/head/; revision=100074
* - Fix problem with speex shared library version;Maxim Sobolev2003-10-204-5/+115
| | | | | | | - 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-181-2/+23
| | | | | | | 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-1722-0/+739
Notes: svn path=/head/; revision=91503