From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-151673-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D0F421381F3 for <garchives@archives.gentoo.org>; Fri, 18 Oct 2013 14:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3272E0A00; Fri, 18 Oct 2013 14:28:51 +0000 (UTC) Received: from smtpsrv1.gator-dns.com (na-201-156-10-117.static.avantel.net.mx [201.156.10.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E51B4E09A9 for <gentoo-user@lists.gentoo.org>; Fri, 18 Oct 2013 14:28:50 +0000 (UTC) Delivery-date: Fri, 18 Oct 2013 09:23:36 -0500 Received: from [201.155.10.10] (helo=[192.168.1.96]) by smtpsrv1.gator-dns.com with esmtpsa (SSLv3:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1) (envelope-from <sbasurto@soft-gator.com>) id 1VXAxi-0004IX-Li for gentoo-user@lists.gentoo.org; Fri, 18 Oct 2013 09:23:35 -0500 Subject: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo From: sbasurto@soft-gator.com To: gentoo-user@lists.gentoo.org In-Reply-To: <20394.1382092137@ccs.covici.com> References: <1382052231.2370.51.camel@basbox> <20394.1382092137@ccs.covici.com> Content-Type: multipart/alternative; boundary="=-LkfXog8+s+0J8WF9aTIa" Organization: Soft Gator S.A de C.V. Date: Fri, 18 Oct 2013 09:12:47 -0500 Message-ID: <1382105567.13276.6.camel@basbox> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 X-Archives-Salt: b27ac854-d3fa-470d-9f75-beb6f40136e6 X-Archives-Hash: b65b433a289e592f21960d29153f9597 --=-LkfXog8+s+0J8WF9aTIa Content-Type: text/plain; charset="ISO-8859-9" Content-Transfer-Encoding: 7bit On Fri, 2013-10-18 at 06:28 -0400, covici@ccs.covici.com wrote: > sbasurto@soft-gator.com wrote: > > > Hello, > > > > I am running asterisk with dahdi in several Gentoo servers, everything > > works great, but when I try to use meetme it tells me that there is no > > application I already try: > > > > 1. In asterisk command line: > > > > asterisk> module load app_meetme.so > > Unable to load module app_meetme.so > > Command 'module load app_meetme.so' failed. > > [Oct 17 18:16:37] WARNING[5038]: loader.c:423 load_dynamic_module: Error > > loading module 'app_meetme.so': /usr/lib/asterisk/modules/app_meetme.so: > > cannot open shared object file: No such file or directory > > [Oct 17 18:16:37] WARNING[5038]: loader.c:902 load_resource: Module > > 'app_meetme.so' could not be loaded. > > asterisk> > > > > 2. I compile libpri, dahdi , dahdi-tools and asterisk in that order. > > > > 3. Search on google for the right USE flag > > > > but nothing until now works, any one knows how to make the app_meetme.so > > be compiled on Gentoo? > > > > I post this here because I am using Gentoo, but please point me in the > > right direction if I am wrong. > Check make menuselect and make sure meetme is being compiled and make > sure dahdi is correctly installed, necessary to meetme. > > > Thanks for your response, If I do: asterisk> dahdi show status Description Alarms IRQ bpviol CRC Fra Codi Options LBO asterisk> dahdi show channels Chan Extension Context Language MOH Interpret Blocked State Description pseudo default default In Service asterisk> dahdi show cadences r1: 125,125,2000,4000 r2: 250,250,500,1000,250,250,500,4000 r3: 125,125,125,125,125,4000 r4: 1000,500,2500,5000 asterisk> About check menuselect: I am not compiling from source, when I say compiling I refer to: # emerge -av libpr # emerge -av dahdi dahdi-tools # emerge -av asterisk My USE flags are right now: net-misc/asterisk postgres http syslog span doc srtp odbc dahdi Kind Regards, -- Sergio Basurto Juarez <sbasurto@soft-gator.com> Soft Gator S.A de C.V. --=-LkfXog8+s+0J8WF9aTIa Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"> <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2"> </HEAD> <BODY> On Fri, 2013-10-18 at 06:28 -0400, covici@ccs.covici.com wrote: <BLOCKQUOTE TYPE=CITE> <PRE> <A HREF="mailto:sbasurto@soft-gator.com">sbasurto@soft-gator.com</A> wrote: > Hello, > > I am running asterisk with dahdi in several Gentoo servers, everything > works great, but when I try to use meetme it tells me that there is no > application I already try: > > 1. In asterisk command line: > > asterisk> module load app_meetme.so > Unable to load module app_meetme.so > Command 'module load app_meetme.so' failed. > [Oct 17 18:16:37] WARNING[5038]: loader.c:423 load_dynamic_module: Error > loading module 'app_meetme.so': /usr/lib/asterisk/modules/app_meetme.so: > cannot open shared object file: No such file or directory > [Oct 17 18:16:37] WARNING[5038]: loader.c:902 load_resource: Module > 'app_meetme.so' could not be loaded. > asterisk> > > 2. I compile libpri, dahdi , dahdi-tools and asterisk in that order. > > 3. Search on google for the right USE flag > > but nothing until now works, any one knows how to make the app_meetme.so > be compiled on Gentoo? > > I post this here because I am using Gentoo, but please point me in the > right direction if I am wrong. Check make menuselect and make sure meetme is being compiled and make sure dahdi is correctly installed, necessary to meetme. </PRE> </BLOCKQUOTE> Thanks for your response,<BR> <BR> If I do:<BR> <BR> asterisk> dahdi show status<BR> Description Alarms IRQ bpviol CRC Fra Codi Options LBO<BR> asterisk> dahdi show channels<BR> Chan Extension Context Language MOH Interpret Blocked State Description <BR> pseudo default default In Service <BR> asterisk> dahdi show cadences<BR> r1: 125,125,2000,4000<BR> r2: 250,250,500,1000,250,250,500,4000<BR> r3: 125,125,125,125,125,4000<BR> r4: 1000,500,2500,5000<BR> asterisk> <BR> <BR> About check menuselect:<BR> <BR> I am not compiling from source, when I say compiling I refer to:<BR> # emerge -av libpr<BR> # emerge -av dahdi dahdi-tools<BR> # emerge -av asterisk<BR> <BR> My USE flags are right now:<BR> net-misc/asterisk postgres http syslog span doc srtp odbc dahdi<BR> <BR> Kind Regards,<BR> <BR> <TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%"> <TR> <TD> -- <BR> Sergio Basurto Juarez <<A HREF="mailto:sbasurto@soft-gator.com">sbasurto@soft-gator.com</A>><BR> Soft Gator S.A de C.V. </TD> </TR> </TABLE> </BODY> </HTML> --=-LkfXog8+s+0J8WF9aTIa--