From owner-freebsd-questions@FreeBSD.ORG Mon Oct 13 21:58:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5CC6106569A for ; Mon, 13 Oct 2008 21:58:55 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C5BB38FC20 for ; Mon, 13 Oct 2008 21:58:54 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id m9DLwjUA083625; Mon, 13 Oct 2008 23:58:45 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id m9DLwiBr083622; Mon, 13 Oct 2008 23:58:45 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 13 Oct 2008 23:58:44 +0200 (CEST) From: Wojciech Puchar To: "Zane C.B." In-Reply-To: <20081013070444.56c4dad6@vixen42> Message-ID: <20081013235425.B83595@wojtek.tensor.gdynia.pl> References: <20081012162321.V39974@wojtek.tensor.gdynia.pl> <20081012175941.4d675ad0@vixen42> <20081013122726.X56368@wojtek.tensor.gdynia.pl> <20081013070444.56c4dad6@vixen42> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: IAX2 (or SIP) softphone for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 21:58:55 -0000 > Jagermiester so this may not make to sense. > > The problem I originally ran into is that behind goat fraging NAT I > would run into issues receiving calls. The problem I ran into is that this is not kiax problem. this may be your NAT problem. what is doing NAT? IAX has configurable "ping" time, kiax tries 300 seconds by default, while asterisk PBX (or whatever IP PBX) could force it lower. every that time IAX client "pings" (but throught IAX not ICMP) the PBX. if NAT removes entries from translation table faster than this, you.. yes.. won't be able to accept calls, because you'll not be reachable. minregexpire and maxregexpire options in iax.conf control this. unfortunately no options in kiax for this. there is already another problem. kiax just ignore lots of "out-of-band" IAX commands. when you make a call to other softphone, there is no "buu buu" before answering, just plain silence.