public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
@ 2013-10-17 23:23 sbasurto
  2013-10-18 10:28 ` covici
  2013-10-18 16:17 ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo Bruce Hill
  0 siblings, 2 replies; 15+ messages in thread
From: sbasurto @ 2013-10-17 23:23 UTC (permalink / raw
  To: gentoo-user

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

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.



Kind Regards,


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  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 16:17 ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo Bruce Hill
  1 sibling, 1 reply; 15+ messages in thread
From: covici @ 2013-10-18 10:28 UTC (permalink / raw
  To: gentoo-user

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.



-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  2013-10-18 10:28 ` covici
@ 2013-10-18 14:12   ` sbasurto
  2013-10-18 17:26     ` covici
  0 siblings, 1 reply; 15+ messages in thread
From: sbasurto @ 2013-10-18 14:12 UTC (permalink / raw
  To: gentoo-user

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

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.

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  2013-10-18 16:17 ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo Bruce Hill
@ 2013-10-18 16:17   ` sbasurto
  0 siblings, 0 replies; 15+ messages in thread
From: sbasurto @ 2013-10-18 16:17 UTC (permalink / raw
  To: gentoo-user

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

On Fri, 2013-10-18 at 11:17 -0500, Bruce Hill wrote:

> On Thu, Oct 17, 2013 at 06:23:51PM -0500, 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.
> > 
> > 
> > 
> > Kind Regards,
>  
> Why do I keep getting this same message over and over and over again? What is
> broken, or needs breaking?

What si broken is the MeetMe application of asterisk I can not use it,
it does not appears on /usr/lib/asterisk/modules/, I install asterisk
with the USE flags mentioned above.



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

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  2013-10-17 23:23 [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo sbasurto
  2013-10-18 10:28 ` covici
@ 2013-10-18 16:17 ` Bruce Hill
  2013-10-18 16:17   ` sbasurto
  1 sibling, 1 reply; 15+ messages in thread
From: Bruce Hill @ 2013-10-18 16:17 UTC (permalink / raw
  To: gentoo-user

On Thu, Oct 17, 2013 at 06:23:51PM -0500, 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.
> 
> 
> 
> Kind Regards,
 
Why do I keep getting this same message over and over and over again? What is
broken, or needs breaking?
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  2013-10-18 14:12   ` sbasurto
@ 2013-10-18 17:26     ` covici
  2013-10-18 17:36       ` sbasurto
  0 siblings, 1 reply; 15+ messages in thread
From: covici @ 2013-10-18 17:26 UTC (permalink / raw
  To: gentoo-user

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.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  2013-10-18 17:26     ` covici
@ 2013-10-18 17:36       ` sbasurto
  2013-10-18 17:44         ` sbasurto
  2013-10-18 20:23         ` covici
  0 siblings, 2 replies; 15+ messages in thread
From: sbasurto @ 2013-10-18 17:36 UTC (permalink / raw
  To: gentoo-user

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

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

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

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  2013-10-18 17:36       ` sbasurto
@ 2013-10-18 17:44         ` sbasurto
  2013-10-18 17:49           ` sbasurto
                             ` (2 more replies)
  2013-10-18 20:23         ` covici
  1 sibling, 3 replies; 15+ messages in thread
From: sbasurto @ 2013-10-18 17:44 UTC (permalink / raw
  To: gentoo-user

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

On Fri, 2013-10-18 at 12:36 -0500, 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
> 

Any comment on the log will be appreciated.


Kind Regards,

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  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
  2 siblings, 0 replies; 15+ messages in thread
From: sbasurto @ 2013-10-18 17:49 UTC (permalink / raw
  To: gentoo-user

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

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

> On Fri, 2013-10-18 at 12:36 -0500, 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
> > 
> 
> Any comment on the log will be appreciated.
> 

I can see that there is not menuselect for meetme, so what should I do
report a bug, make a patch to some file and report the bug, which is the
right path to follow.

Kind Regards,

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  2013-10-18 17:36       ` sbasurto
  2013-10-18 17:44         ` sbasurto
@ 2013-10-18 20:23         ` covici
  2013-10-18 20:50           ` sbasurto
  1 sibling, 1 reply; 15+ messages in thread
From: covici @ 2013-10-18 20:23 UTC (permalink / raw
  To: gentoo-user

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.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  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
  2 siblings, 0 replies; 15+ messages in thread
From: covici @ 2013-10-18 20:26 UTC (permalink / raw
  To: gentoo-user

sbasurto@soft-gator.com wrote:

> On Fri, 2013-10-18 at 12:36 -0500, 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
> > 
> 
> Any comment on the log will be appreciated.

That is not the log, that is the ebuild.  See my previous message.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  2013-10-18 20:23         ` covici
@ 2013-10-18 20:50           ` sbasurto
  2013-10-18 21:53             ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED] sbasurto
  0 siblings, 1 reply; 15+ messages in thread
From: sbasurto @ 2013-10-18 20:50 UTC (permalink / raw
  To: gentoo-user

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

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.
-- 
Sergio Basurto Juarez <sbasurto@soft-gator.com>
Soft Gator S.A de C.V.

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED]
  2013-10-18 20:50           ` sbasurto
@ 2013-10-18 21:53             ` sbasurto
  2013-10-18 23:05               ` covici
  0 siblings, 1 reply; 15+ messages in thread
From: sbasurto @ 2013-10-18 21:53 UTC (permalink / raw
  To: gentoo-user

[-- 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 --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED]
  2013-10-18 21:53             ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED] sbasurto
@ 2013-10-18 23:05               ` covici
  0 siblings, 0 replies; 15+ messages in thread
From: covici @ 2013-10-18 23:05 UTC (permalink / raw
  To: gentoo-user

sbasurto@soft-gator.com wrote:

> 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.

You can still use meetme if you want just check the box.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
  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
  2 siblings, 0 replies; 15+ messages in thread
From: William Kenworthy @ 2013-10-19  2:07 UTC (permalink / raw
  To: gentoo-user

On 19/10/13 01:44, sbasurto@soft-gator.com wrote:
> On Fri, 2013-10-18 at 12:36 -0500, sbasurto@soft-gator.com wrote:
...>
>> Yeah you are right is Gentoo, I put the log in the following link:
>>
>> http://www.soft-gator.com/asterisk-11.5.1.ebuild
>>
> 
> Any comment on the log will be appreciated.
> 
> 
> Kind Regards,
> 

Thats not a log file, thats an ebuild.

does /usr/lib/asterisk/modules/app_meetme.so exist

Have you run ldd against it if it does exist looking for a missing
library (common with asterisk at times)


BiLLk






^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-10-19  2:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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             ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED] sbasurto
2013-10-18 23:05               ` covici
2013-10-18 16:17 ` [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo Bruce Hill
2013-10-18 16:17   ` sbasurto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox