| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
signalling that was implemented in asterisk 1.8 and libpri 1.4.11.
Notes:
svn path=/head/; revision=265331
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
| |
- generation script depends on bash and "sed -r" or perl
PR: 139657
Submitted by: Pavel Gubin
Notes:
svn path=/head/; revision=243007
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: 113103
Notes:
svn path=/head/; revision=194809
|
|
|
|
| |
Notes:
svn path=/head/; revision=185731
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
Obtained from: net/asterisk port
Notes:
svn path=/head/; revision=168642
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Notes:
svn path=/head/; revision=164484
|
|
|
|
|
|
|
|
|
| |
- Take maintainership.
Sponsored by: Ethon Technologies
Notes:
svn path=/head/; revision=164296
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. Remove bogus BEFORE.
3. More sensible REQUIRE.
PR: 94673
Submitted by: Sean Winn <sean@gothic.net.au>
Notes:
svn path=/head/; revision=159402
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISIONs
Approved by: sobomax
Notes:
svn path=/head/; revision=157144
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: Tod McQuillin
Notes:
svn path=/head/; revision=155373
|
|
|
|
| |
Notes:
svn path=/head/; revision=154549
|
|
|
|
|
|
|
|
|
| |
of the package on the rest arches.
Reported by: bram <bram@diomedia.be>
Notes:
svn path=/head/; revision=154546
|
|
|
|
| |
Notes:
svn path=/head/; revision=153765
|
|
|
|
|
|
|
|
|
| |
already supported arches.
Submitted by: David Taylor
Notes:
svn path=/head/; revision=147527
|
|
|
|
| |
Notes:
svn path=/head/; revision=141320
|
|
|
|
|
|
|
|
|
|
| |
- Unify WITH_FOO knobs.
- Bump PORTREVISION.
Approved by: portmgr, MAINTAINER
Notes:
svn path=/head/; revision=140876
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=139264
|
|
|
|
|
|
|
| |
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=138968
|
|
|
|
| |
Notes:
svn path=/head/; revision=138903
|
|
|
|
|
|
|
|
|
|
| |
may not work in some locales.
PR: 75193
Submitted by: Stuart Barkley <stuartb@4gh.net>
Notes:
svn path=/head/; revision=137693
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Submited by: luigi
o add mpg123 into runtime dependencies list.
Notes:
svn path=/head/; revision=133951
|
|
|
|
|
|
|
|
|
| |
Based on PR: ports/79246
Submitted by: Ari Maniatis
Approved by: maintainer
Notes:
svn path=/head/; revision=133325
|
|
|
|
|
|
|
| |
Requested by: many
Notes:
svn path=/head/; revision=133262
|
|
|
|
|
|
|
|
| |
Approved by: MAINTAINER
Sponsored by: LF.net
Notes:
svn path=/head/; revision=130751
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=125835
|
|
|
|
|
|
|
|
|
| |
o Fix build on 5.2.1.
Submitted by: Marat N.Afanasyev <amarat@ksu.ru>
Notes:
svn path=/head/; revision=125397
|
|
|
|
|
|
|
|
|
| |
o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL.
o Add untested support for building on sparc64.
Notes:
svn path=/head/; revision=123930
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=119685
|
|
|
|
|
|
|
| |
- add optional support for building with Zaptel module.
Notes:
svn path=/head/; revision=107998
|
|
|
|
|
|
|
| |
- fix problem with h323 channel module loading reported by several users.
Notes:
svn path=/head/; revision=101360
|
|
|
|
| |
Notes:
svn path=/head/; revision=100074
|
|
|
|
|
|
|
| |
- build/install h323 channel module.
Notes:
svn path=/head/; revision=91714
|
|
|
|
|
|
|
| |
Reported by: Tilghman Lesher <tilghman@mail.jeffandtilghman.com>
Notes:
svn path=/head/; revision=91589
|
|
Notes:
svn path=/head/; revision=91503
|