I've got the ztdummy kernel module loaded and seem to have all the desired prerequisites in place, but Asterisk never seems to compile with MeetMe() application support enabled, nor does there appear to be a module I am failing to load that would contain this application. Is there something really obvious I am missing? Thanks, -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671
Hi, what does your modules directory contain? Can you find a file /usr/lib/asterisk/modules/app_meetme.so after make install? Knud Alex Balashov schrieb:> I've got the ztdummy kernel module loaded and seem to have all the desired > prerequisites in place, but Asterisk never seems to compile with MeetMe() > application support enabled, nor does there appear to be a module I am > failing to load that would contain this application. > > Is there something really obvious I am missing? > > Thanks, > > -- > Alex Balashov > Evariste Systems > Web : http://www.evaristesys.com/ > Tel : +1-678-954-0670 > Direct : +1-678-954-0671 > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >-- Knud A. M?ller
On Mon, 30 Jul 2007, Knud M?ller wrote:> what does your modules directory contain? Can you find a file > /usr/lib/asterisk/modules/app_meetme.so after make install?No. I know it needs to be compiled, but it is not being compiled no matter what I seem to do in the way of arguments to ./configure, installations of zaptel, etc. -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671
Alex Balashov schrieb:> On Mon, 30 Jul 2007, Knud M?ller wrote: > >> what does your modules directory contain? Can you find a file >> /usr/lib/asterisk/modules/app_meetme.so after make install? > > No. I know it needs to be compiled, but it is not being compiled no > matter what I seem to do in the way of arguments to ./configure, > installations of zaptel, etc. >Better have a loot at the apps directory, there is a Makefile that lists all apps to be compiled. app_meetme depends on a flag called WITHOUT_ZAPTEL. I have not tried to use meetme without zaptel, but its worth a try add meetme explicitly.> -- > Alex Balashov > Evariste Systems > Web : http://www.evaristesys.com/ > Tel : +1-678-954-0670 > Direct : +1-678-954-0671 > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Knud A. M?ller Gesch?ftsf?hrer Tel.: 040/398053-11 Fax: 040/398053-29 e-Mail: k.mueller at portrix.net portrix.net GmbH Stresemannstr. 375 22761 Hamburg HRB 79850 (Amtsgericht Hamburg) Gesch?ftsf?hrer: Knud Alex M?ller, Henning Voss, Niclas Schroeder http://www.portrix.net
Do you have proper version of zaptel installed corresponding to your asterisk version ? On 31/07/07, Knud M?ller <k.mueller at portrix.net> wrote:> > Alex Balashov schrieb: > > On Mon, 30 Jul 2007, Knud M?ller wrote: > > > >> what does your modules directory contain? Can you find a file > >> /usr/lib/asterisk/modules/app_meetme.so after make install? > > > > No. I know it needs to be compiled, but it is not being compiled no > > matter what I seem to do in the way of arguments to ./configure, > > installations of zaptel, etc. > > > Better have a loot at the apps directory, there is a Makefile that lists > all apps to be compiled. app_meetme depends on a flag called > WITHOUT_ZAPTEL. > I have not tried to use meetme without zaptel, but its worth a try add > meetme explicitly. > > -- > > Alex Balashov > > Evariste Systems > > Web : http://www.evaristesys.com/ > > Tel : +1-678-954-0670 > > Direct : +1-678-954-0671 > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > -- > Knud A. M?ller > Gesch?ftsf?hrer > Tel.: 040/398053-11 > Fax: 040/398053-29 > e-Mail: k.mueller at portrix.net > > portrix.net GmbH > Stresemannstr. 375 > 22761 Hamburg > HRB 79850 (Amtsgericht Hamburg) > Gesch?ftsf?hrer: Knud Alex M?ller, Henning Voss, Niclas Schroeder > > http://www.portrix.net > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070731/b2b87e27/attachment.htm
On Tue, 31 Jul 2007, Jaswinder Singh wrote:> Do you have proper version of zaptel installed corresponding to your > asterisk version ?At the time that I downloaded the source I got the latest version of zaptel as well. -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671