Gentoo Archives: gentoo-user

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

Replies

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