public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: sbasurto@soft-gator.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED]
Date: Fri, 18 Oct 2013 16:53:36 -0500	[thread overview]
Message-ID: <1382133216.26466.5.camel@basbox> (raw)
In-Reply-To: <1382129424.13276.47.camel@basbox>

[-- Attachment #1: Type: text/plain, Size: 4347 bytes --]

On Fri, 2013-10-18 at 15:50 -0500, sbasurto@soft-gator.com wrote:

> On Fri, 2013-10-18 at 16:23 -0400, covici@ccs.covici.com wrote: 
> 
> > sbasurto@soft-gator.com wrote:
> > 
> > > On Fri, 2013-10-18 at 13:26 -0400, covici@ccs.covici.com wrote:
> > > 
> > > > sbasurto@soft-gator.com wrote:
> > > > 
> > > > f> 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
> > > > 
> > > > This is gentoo, so you are compiling.  I would look at the build log and
> > > > see if they do make menuselect.  If not maybe you should compile from
> > > > source instead or check the ebuild.
> > > > I bet that meetme is not being compiled and you need to find out why.
> > > > 
> > > > 
> > > 
> > > Yeah you are right is Gentoo, I put the log in the following link:
> > > 
> > > http://www.soft-gator.com/asterisk-11.5.1.ebuild
> > I would compile from source and forget the gentoo ebuild altogether.
> > This way when you do make menuselect you can see why meetme is not being
> > compiled, you may just have to select it, or it may depend on something
> > it can't find.
> > 
> > 
> 
> Ok I got it, I will try to compile from source and see what is going
> on, and post the results here.
> 
> 
> Thank very much.

John Covici, you were totally right, I run make menuselect and see under
Applications, search app_meetme and it tells that this application was
replaced by app_confbridge, thats why is not any more present on
asterisk in Gentoo.

This solve my problem, I will se the documentation for this application.


Thank you very much, I appreciate your help.

Kind Regards,
-- 
Sergio Basurto Juarez <sbasurto@soft-gator.com>
Soft Gator S.A de C.V.

[-- Attachment #2: Type: text/html, Size: 5694 bytes --]

  reply	other threads:[~2013-10-18 22:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-17 23:23 [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo sbasurto
2013-10-18 10:28 ` covici
2013-10-18 14:12   ` sbasurto
2013-10-18 17:26     ` covici
2013-10-18 17:36       ` sbasurto
2013-10-18 17:44         ` sbasurto
2013-10-18 17:49           ` sbasurto
2013-10-18 20:26           ` covici
2013-10-19  2:07           ` William Kenworthy
2013-10-18 20:23         ` covici
2013-10-18 20:50           ` sbasurto
2013-10-18 21:53             ` sbasurto [this message]
2013-10-18 23:05               ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED] covici
2013-10-18 16:17 ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo Bruce Hill
2013-10-18 16:17   ` sbasurto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1382133216.26466.5.camel@basbox \
    --to=sbasurto@soft-gator.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox