Gentoo Archives: gentoo-user

From: covici@××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo
Date: Fri, 18 Oct 2013 17:26:19
Message-Id: 22348.1382117163@ccs.covici.com
In Reply to: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo by sbasurto@soft-gator.com
1 sbasurto@××××××××××.com wrote:
2
3 f> On Fri, 2013-10-18 at 06:28 -0400, covici@××××××××××.com wrote:
4 >
5 > > sbasurto@××××××××××.com wrote:
6 > >
7 > > > Hello,
8 > > >
9 > > > I am running asterisk with dahdi in several Gentoo servers, everything
10 > > > works great, but when I try to use meetme it tells me that there is no
11 > > > application I already try:
12 > > >
13 > > > 1. In asterisk command line:
14 > > >
15 > > > asterisk> module load app_meetme.so
16 > > > Unable to load module app_meetme.so
17 > > > Command 'module load app_meetme.so' failed.
18 > > > [Oct 17 18:16:37] WARNING[5038]: loader.c:423 load_dynamic_module: Error
19 > > > loading module 'app_meetme.so': /usr/lib/asterisk/modules/app_meetme.so:
20 > > > cannot open shared object file: No such file or directory
21 > > > [Oct 17 18:16:37] WARNING[5038]: loader.c:902 load_resource: Module
22 > > > 'app_meetme.so' could not be loaded.
23 > > > asterisk>
24 > > >
25 > > > 2. I compile libpri, dahdi , dahdi-tools and asterisk in that order.
26 > > >
27 > > > 3. Search on google for the right USE flag
28 > > >
29 > > > but nothing until now works, any one knows how to make the app_meetme.so
30 > > > be compiled on Gentoo?
31 > > >
32 > > > I post this here because I am using Gentoo, but please point me in the
33 > > > right direction if I am wrong.
34 > > Check make menuselect and make sure meetme is being compiled and make
35 > > sure dahdi is correctly installed, necessary to meetme.
36 > >
37 > >
38 > >
39 >
40 > Thanks for your response,
41 >
42 > If I do:
43 >
44 > asterisk> dahdi show status
45 > Description Alarms IRQ bpviol CRC
46 > Fra Codi Options LBO
47 > asterisk> dahdi show channels
48 > Chan Extension Context Language MOH Interpret
49 > Blocked State Description
50 > pseudo default default
51 > In Service
52 > asterisk> dahdi show cadences
53 > r1: 125,125,2000,4000
54 > r2: 250,250,500,1000,250,250,500,4000
55 > r3: 125,125,125,125,125,4000
56 > r4: 1000,500,2500,5000
57 > asterisk>
58 >
59 > About check menuselect:
60 >
61 > I am not compiling from source, when I say compiling I refer to:
62 > # emerge -av libpr
63 > # emerge -av dahdi dahdi-tools
64 > # emerge -av asterisk
65 >
66 > My USE flags are right now:
67 > net-misc/asterisk postgres http syslog span doc srtp odbc dahdi
68
69 This is gentoo, so you are compiling. I would look at the build log and
70 see if they do make menuselect. If not maybe you should compile from
71 source instead or check the ebuild.
72 I bet that meetme is not being compiled and you need to find out why.
73
74
75 --
76 Your life is like a penny. You're going to lose it. The question is:
77 How do
78 you spend it?
79
80 John Covici
81 covici@××××××××××.com

Replies

Subject Author
Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo sbasurto@××××××××××.com