Commit graph

2 commits

Author SHA1 Message Date
Luigi Rizzo
d0a81ab302 fix a bug when no audio devices are available, remove some dead
code, cleanup comments.
This version is more or less in line with the one that i submitted
to the asterisk developers.
2005-05-17 17:15:39 +00:00
Maxim Sobolev
4382a63faf 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
2005-05-03 13:39:48 +00:00