Gentoo Archives: gentoo-user

From: covici@××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED]
Date: Fri, 18 Oct 2013 23:05:25
Message-Id: 5740.1382137511@ccs.covici.com
In Reply to: Re: [gentoo-user] Asterisk 11.5.1 MeetMe on Gentoo [SOLVED] by sbasurto@soft-gator.com
1 sbasurto@××××××××××.com wrote:
2
3 > On Fri, 2013-10-18 at 15:50 -0500, sbasurto@××××××××××.com wrote:
4 >
5 > > On Fri, 2013-10-18 at 16:23 -0400, covici@××××××××××.com wrote:
6 > >
7 > > > sbasurto@××××××××××.com wrote:
8 > > >
9 > > > > On Fri, 2013-10-18 at 13:26 -0400, covici@××××××××××.com wrote:
10 > > > >
11 > > > > > sbasurto@××××××××××.com wrote:
12 > > > > >
13 > > > > > f> On Fri, 2013-10-18 at 06:28 -0400, covici@××××××××××.com wrote:
14 > > > > > >
15 > > > > > > > sbasurto@××××××××××.com wrote:
16 > > > > > > >
17 > > > > > > > > Hello,
18 > > > > > > > >
19 > > > > > > > > I am running asterisk with dahdi in several Gentoo servers, everything
20 > > > > > > > > works great, but when I try to use meetme it tells me that there is no
21 > > > > > > > > application I already try:
22 > > > > > > > >
23 > > > > > > > > 1. In asterisk command line:
24 > > > > > > > >
25 > > > > > > > > asterisk> module load app_meetme.so
26 > > > > > > > > Unable to load module app_meetme.so
27 > > > > > > > > Command 'module load app_meetme.so' failed.
28 > > > > > > > > [Oct 17 18:16:37] WARNING[5038]: loader.c:423 load_dynamic_module: Error
29 > > > > > > > > loading module 'app_meetme.so': /usr/lib/asterisk/modules/app_meetme.so:
30 > > > > > > > > cannot open shared object file: No such file or directory
31 > > > > > > > > [Oct 17 18:16:37] WARNING[5038]: loader.c:902 load_resource: Module
32 > > > > > > > > 'app_meetme.so' could not be loaded.
33 > > > > > > > > asterisk>
34 > > > > > > > >
35 > > > > > > > > 2. I compile libpri, dahdi , dahdi-tools and asterisk in that order.
36 > > > > > > > >
37 > > > > > > > > 3. Search on google for the right USE flag
38 > > > > > > > >
39 > > > > > > > > but nothing until now works, any one knows how to make the app_meetme.so
40 > > > > > > > > be compiled on Gentoo?
41 > > > > > > > >
42 > > > > > > > > I post this here because I am using Gentoo, but please point me in the
43 > > > > > > > > right direction if I am wrong.
44 > > > > > > > Check make menuselect and make sure meetme is being compiled and make
45 > > > > > > > sure dahdi is correctly installed, necessary to meetme.
46 > > > > > > >
47 > > > > > > >
48 > > > > > > >
49 > > > > > >
50 > > > > > > Thanks for your response,
51 > > > > > >
52 > > > > > > If I do:
53 > > > > > >
54 > > > > > > asterisk> dahdi show status
55 > > > > > > Description Alarms IRQ bpviol CRC
56 > > > > > > Fra Codi Options LBO
57 > > > > > > asterisk> dahdi show channels
58 > > > > > > Chan Extension Context Language MOH Interpret
59 > > > > > > Blocked State Description
60 > > > > > > pseudo default default
61 > > > > > > In Service
62 > > > > > > asterisk> dahdi show cadences
63 > > > > > > r1: 125,125,2000,4000
64 > > > > > > r2: 250,250,500,1000,250,250,500,4000
65 > > > > > > r3: 125,125,125,125,125,4000
66 > > > > > > r4: 1000,500,2500,5000
67 > > > > > > asterisk>
68 > > > > > >
69 > > > > > > About check menuselect:
70 > > > > > >
71 > > > > > > I am not compiling from source, when I say compiling I refer to:
72 > > > > > > # emerge -av libpr
73 > > > > > > # emerge -av dahdi dahdi-tools
74 > > > > > > # emerge -av asterisk
75 > > > > > >
76 > > > > > > My USE flags are right now:
77 > > > > > > net-misc/asterisk postgres http syslog span doc srtp odbc dahdi
78 > > > > >
79 > > > > > This is gentoo, so you are compiling. I would look at the build log and
80 > > > > > see if they do make menuselect. If not maybe you should compile from
81 > > > > > source instead or check the ebuild.
82 > > > > > I bet that meetme is not being compiled and you need to find out why.
83 > > > > >
84 > > > > >
85 > > > >
86 > > > > Yeah you are right is Gentoo, I put the log in the following link:
87 > > > >
88 > > > > http://www.soft-gator.com/asterisk-11.5.1.ebuild
89 > > > I would compile from source and forget the gentoo ebuild altogether.
90 > > > This way when you do make menuselect you can see why meetme is not being
91 > > > compiled, you may just have to select it, or it may depend on something
92 > > > it can't find.
93 > > >
94 > > >
95 > >
96 > > Ok I got it, I will try to compile from source and see what is going
97 > > on, and post the results here.
98 > >
99 > >
100 > > Thank very much.
101 >
102 > John Covici, you were totally right, I run make menuselect and see under
103 > Applications, search app_meetme and it tells that this application was
104 > replaced by app_confbridge, thats why is not any more present on
105 > asterisk in Gentoo.
106 >
107 > This solve my problem, I will se the documentation for this application.
108 >
109 >
110 > Thank you very much, I appreciate your help.
111
112 You can still use meetme if you want just check the box.
113
114
115 --
116 Your life is like a penny. You're going to lose it. The question is:
117 How do
118 you spend it?
119
120 John Covici
121 covici@××××××××××.com