Re: [asterisk-users] Silly MeetMe() question.

2007-07-31 Thread Knud Müller
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: [EMAIL PROTECTED]

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


Re: [asterisk-users] Silly MeetMe() question.

2007-07-31 Thread Jaswinder Singh
Do you have proper version of zaptel installed corresponding to your
asterisk version ?

On 31/07/07, Knud Müller [EMAIL PROTECTED] 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: [EMAIL PROTECTED]

 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

___
--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

Re: [asterisk-users] Silly MeetMe() question.

2007-07-31 Thread Alex Balashov
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

___
--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


[asterisk-users] Silly MeetMe() question.

2007-07-30 Thread Alex Balashov

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


Re: [asterisk-users] Silly MeetMe() question.

2007-07-30 Thread Knud Müller
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


___
--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


Re: [asterisk-users] Silly MeetMe() question.

2007-07-30 Thread Alex Balashov

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___
--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