From owner-freebsd-questions@FreeBSD.ORG Fri Jan 17 14:34:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36884573 for ; Fri, 17 Jan 2014 14:34:50 +0000 (UTC) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E08571894 for ; Fri, 17 Jan 2014 14:34:49 +0000 (UTC) Received: from laptop3.herveybayaustralia.com.au (laptop3.herveybayaustralia.com.au [192.168.0.181]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 53C0327336 for ; Sat, 18 Jan 2014 00:25:21 +1000 (EST) Message-ID: <52D93D51.10602@herveybayaustralia.com.au> Date: Sat, 18 Jan 2014 00:25:21 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130530 Thunderbird/17.0.6 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: asterisk-gui loop: dahdi_genconf? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 14:34:50 -0000 So given that Freeswitch was a dead end, I went back to asterisk (now 11) and thought about giving the gui a go too. Apparently there is an idea that pfsense might be going that way too, so it seemed reasonable. There is a possible port coming through for the gui so I downloaded the patch and got it installed (after some time trying to figure out why it wasn't working in the first place, mind. Docs gave me no clue, but had trouble finding the 'missing' files ;) ). So the gui works as such in that it actually displays a page and not 404 or 403, I can login even; but after that it gets caught in a loop about the config setup. In the console I see errors relating to dahdi_genconf (which doesn't exist - at least on FreeBSD): WARNING[149291][C-0000068e]: app_system.c:138 system_exec_helper: Unable to execute 'dahdi_genconf' In theory one would say that its only warning, but it appears to really stop things as the message gets repeated every time the page reloads, which it does because it can't setup the config and so reloads itself to try again. Anyone find the answer to this? Apparently the gui side is not so hot at asterisk due to lack of interest. Cheers