From owner-cvs-all@FreeBSD.ORG Tue May 3 13:39:54 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C8B116A4D2; Tue, 3 May 2005 13:39:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F9543D96; Tue, 3 May 2005 13:39:53 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j43Ddmc1045931; Tue, 3 May 2005 13:39:48 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j43DdmoR045930; Tue, 3 May 2005 13:39:48 GMT (envelope-from sobomax) Message-Id: <200505031339.j43DdmoR045930@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 3 May 2005 13:39:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 13:39:54 -0000 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