Gentoo Archives: gentoo-user

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

Replies

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