From owner-cvs-ports@FreeBSD.ORG Tue May 3 13:58:31 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F5116A4CE; Tue, 3 May 2005 13:58:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9BF43D7F; Tue, 3 May 2005 13:58:30 +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 j43DwQDI046760; Tue, 3 May 2005 13:58:26 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j43DwQqB046759; Tue, 3 May 2005 13:58:26 GMT (envelope-from sobomax) Message-Id: <200505031358.j43DwQqB046759@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 3 May 2005 13:58:26 +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 patch-channels::chan_sip.c patch-channels::chan_zap.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 13:58:31 -0000 sobomax 2005-05-03 13:58:26 UTC FreeBSD ports repository Modified files: net/asterisk Makefile net/asterisk/files patch-channels::chan_sip.c patch-channels::chan_zap.c Log: o chan_sip.c: - 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 Revision Changes Path 1.31 +1 -1 ports/net/asterisk/Makefile 1.3 +32 -8 ports/net/asterisk/files/patch-channels::chan_sip.c 1.3 +88 -3 ports/net/asterisk/files/patch-channels::chan_zap.c