From owner-freebsd-questions@FreeBSD.ORG Tue Jan 14 12:49:43 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A180C74 for ; Tue, 14 Jan 2014 12:49:43 +0000 (UTC) Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com [IPv6:2607:f8b0:4003:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EA04117C for ; Tue, 14 Jan 2014 12:49:43 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id n16so9330856oag.8 for ; Tue, 14 Jan 2014 04:49:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Jb48MfC/Fov80fnoewcwvTNkMZOgk2Pu0/9/YM03U58=; b=qn9FDxyP3r2EgCHiDYJ9YmRcz9i3XyqnavGk3OcZoPR2PIGnigqcfWNo1pIqNXFhEh OjvViYu+YPzefbSavr/YCzxxLFq22pPL0MTaysmWmT2bs9AiqSH+nbJc3GD15w9ttCbr jG+r1g1jPbimnn6xxDl7TtHin22andt4550LnW6Vw3fZkISIziL/j90J4G5GkNwoAqgd gZ1ImY9X6wGlKA+PXNRAZ3DA1J/5Nj5cDZITps3Tl7iwImYqCxkjCBvJOB+R1slGiAww bX4oTQUZHx3WNAiNjiJ0bpjN6Z3e3HkOzin1b9DruU7VEMKzSmxRTzCFQEdb5bWtUel6 tsFw== X-Received: by 10.182.213.166 with SMTP id nt6mr878972obc.53.1389703782539; Tue, 14 Jan 2014 04:49:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.114.197 with HTTP; Tue, 14 Jan 2014 04:49:22 -0800 (PST) In-Reply-To: References: <52CDEB4D.5050403@herveybayaustralia.com.au> From: Amitabh Kant Date: Tue, 14 Jan 2014 18:19:22 +0530 Message-ID: Subject: Re: FreeSwitch support? To: Torsten Hantzsche Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-questions@freebsd.org" 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: Tue, 14 Jan 2014 12:49:43 -0000 On Thu, Jan 9, 2014 at 1:02 PM, Torsten Hantzsche wrote: > On Thu, 9 Jan 2014, Amitabh Kant wrote: > > > I installed Freeswitch using the source form their Git repository. Works >> out fine if you follow the instructions on the site. There is a FreeeBSD >> specific section that still works! >> >> >> Amitabh >> > > > Hi Amitabh, > > have you by chance compiled a very recent version from the 1.2.stable Git > repo? > > I found this website [1] (yours?) and had success, but since the update > to a new spandsp version it fails to compile due to a hidden function in a > system library. I tried something in a coarse way and filed a jira [2] > but i have no real knowlegde of C and FBSD-internals to resolve this the > right way. > It seemed to me that FS under FreeBSD is not very spread. > > > Torsten > > > [1] www.amitabhkant.com/installing-freeswitch-on-freebsd-9/? [2] > http://jira.freeswitch.org/browse/FS-6058 > > Hi Tortsen I have not compiled a new version in the last 6-7 months, so would be unable to comment on the problems you are facing. I also do not have any real knowledge of C. What I wrote (on the blog that you linked) was what I could work out through my limited know how. Some of the points mentioned though (about kernel variables for Freeswitch in FreeBSD) are not correct though. See this reply by Max http://lists.freebsd.org/pipermail/freebsd-isdn/2013-November/001018.html . Amitabh