cvs commit: ports/net/asterisk Makefile ports/net/asterisk/files
chan_oss.c patch-channels::chan_oss.c patch-pbx::pbx_wilcalu.c
patch-rtp.c
Maxim Sobolev
sobomax at FreeBSD.org
Tue May 3 06:39:54 PDT 2005
sobomax 2005-05-03 13:39:48 UTC
FreeBSD ports repository
Modified files:
net/asterisk Makefile
net/asterisk/files patch-rtp.c
Added files:
net/asterisk/files chan_oss.c patch-pbx::pbx_wilcalu.c
Removed files:
net/asterisk/files patch-channels::chan_oss.c
Log:
pbx_wilcalu.c:
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
Revision Changes Path
1.30 +11 -5 ports/net/asterisk/Makefile
1.1 +1320 -0 ports/net/asterisk/files/chan_oss.c (new)
1.6 +0 -1167 ports/net/asterisk/files/patch-channels::chan_oss.c (dead)
1.1 +14 -0 ports/net/asterisk/files/patch-pbx::pbx_wilcalu.c (new)
1.3 +25 -6 ports/net/asterisk/files/patch-rtp.c
More information about the cvs-all
mailing list