From owner-freebsd-isdn@FreeBSD.ORG Thu Jul 12 18:05:36 2007 Return-Path: X-Original-To: freebsd-isdn@freebsd.org Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5956D16A41F for ; Thu, 12 Jul 2007 18:05:36 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swip.net [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id EDA8413C4C6 for ; Thu, 12 Jul 2007 18:05:35 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [212.17.141.53] (account mc467741@c2i.net HELO [10.150.81.62]) by mailfe10.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 375001036; Thu, 12 Jul 2007 19:05:32 +0200 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Thu, 12 Jul 2007 19:05:33 +0200 User-Agent: KMail/1.9.5 References: <4665CAFA.3080801@wanagain.net> <200707120818.30352.hselasky@c2i.net> <469657CD.8030305@wanagain.net> In-Reply-To: <469657CD.8030305@wanagain.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707121905.33356.hselasky@c2i.net> Cc: Subject: Re: Digium b410p with i4b X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 18:05:36 -0000 Hi Mikael! You need to insert a: exten => n,xxx,Ringing when you receive the call(s) from ISDN in your dialplan! Actually Asterisk should do that, so maybe there is a bug in Asterisk. You can see on the trace that there is only: -- TE->NT - unit:08 frame:002265 - time:12.07 18:22:41.132110 - CALL_PROCEEDING from the TE side, and this state will timeout after 10-20 seconds per ISDN specification. That is most likely what happens. The "ringing" state on the other hand will timeout after approximately 2 minutes under I4B. --HPS