similar to: Meetme2 compilation Err

Displaying 20 results from an estimated 10000 matches similar to: "Meetme2 compilation Err"

2005 Mar 18
15
Meetme2 compilation problem
Hi All, I am trying to compile meetme2 in my asterisk box and getting the following compilaton error. Please help me to sort it out. cc -fPIC -c -o app_dial.o app_dial.c In file included from app_dial.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:317: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function)
2004 Oct 05
1
Cannot compile Meetme2
Hi, I cannot compile Meetme2 on Suse 9.1 and Asterisk rc2. For latter 2 errors I guess I need development for mysql and postgres, but what about first error ? Regards, Robert. In file included from app_meetme2.c:13: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:300: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function)
2005 Mar 16
2
meetme2 compilation
Hello! Do somebody knows how to compile meetme2 with 1.0.6. I readed wiki, applied patches, but no luck ;-( Me be someone can give me working meetme2.c ? :-)
2005 Mar 22
0
RE: Asterisk-Users Digest, Vol 8, Issue 150
The update worked like a charm! Hold music is as cheesy as ever! Thanks much, this list is a life saver! Dan ------------------------------ Message: 2 Date: Fri, 18 Mar 2005 09:16:59 -0600 From: Eric Wieling <eric@fnords.org> Subject: Re: [Asterisk-Users] Redhat 9 Music on hold To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com>
2004 Dec 20
1
RxFAX compile problem
Hi there, I have installed RxFAX/TxFAX with Asterisk CVS 02/16/04 and it works just fine, i installed it successfully. Now i have Asterisk CVS 10/08/04, i installed spandsp-0.0.1 with no errors. When i reinstalled asterisk i got the following error: In file included from app_rxfax.c:14: ../include/asterisk/lock.h: In function `ast_mutex_init': ../include/asterisk/lock.h:311:
2004 Jun 20
1
Softfax/spandsp Makefile.patch rxfax/txfax
I followed the instructions at http://www.opencall.org/instructions.html and http://lists.digium.com/pipermail/asterisk-users/2003-October/025094.html I was able to compile spandsp (./configure ; make ; make install), "manually" patched asterisk apps/Makefile (/usr/src/asterisk/apps), as the supplied patch does not fit the actual CVS apps/Makefile After make clean ; make install, I
2005 Oct 10
2
Beronet app_saynumber-beta-rc1
Hi list! Do anybody has success histories about using the Beronet app_saynumber application? For those that are hearing about for the first time, it?s a piece of software that enables the use of another language in say_number commands in asterisk dialplan or AGI scripts. Link to download: http://www.beronet.com/download/app_saynumber-beta-rc1.tar.gz I?m trying to compile it in
2004 Jun 08
1
Meetme2
Hi!! I try to install meetme2....i follow instructions that i found in http://www.areski.net/asterisk-meetme/about.php?s=0 but, when i modify the "Asterisk/apps/Makefile" and i run the "make" command, I have this type of error: [root@obelix apps]# make cc -pipe -fPIC -DUSEMYSQLVM -c -o app_meetme2.o app_meetme2.c app_meetme2.c:31:22: libpq-fe.h: No such file or directory
2006 Jan 08
0
problems with app_odbcexec
Hi all, I am trying to install the ODBCexec and ODBCquery functions into my dialplan but I'm having difficulties in the installation of app_odbcexec.c itself. I'm using Asterisk 1.2.1 and I've downloaded and installed unixODBC. But when I try to run "make" after editing Makefile and copying the app_odbcexec.c to my asterisk/apps location, this is the output I get: cc -fPIC
2006 Jan 11
0
problems with installing app_odbcexec into dialplan
Hi all, I am trying to install the ODBCexec and ODBCquery functions into my dialplan but I'm having difficulties in the installation of app_odbcexec.c itself. I'm using Asterisk 1.2.1 and I've downloaded and installed unixODBC. But when I try to run "make" after editing Makefile and copying the app_odbcexec.c to my asterisk/apps location, this is the output I get: cc -fPIC
2005 Jan 12
2
Trouble building appradius
I am having trouble building appradius from http://appradius.minitelecom.org/ I configure, make, make install cpprad-1.0, but when I configure, then make appradius I get :- obelix:/usr/src/appradius/appradius1.0 # make make[1]: Entering directory `/usr/src/appradius/appradius1.0/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory
2004 Aug 22
4
Error compiling meetme2
I am trying to compile the meetme2 application with the latest CVS head and it fails. Here is the error message that I get. Can someone point me in the right direction? gcc -pipe -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS
2005 Jan 30
0
Meetme2 web - nothing happens on click ?
Hi, I've installed meetme2 according to instructions. Everything seems ok, members of conference are displayed, but nothing happens if I click on 3 action buttons (kick out, talk&listen, ...). Any hints how to deal with this ? In what way exactly does meetme2 kick user off the conference ? Thanks in advance, regards, Rob.
2006 Nov 29
1
Getting app_cepstral to work with Asterisk 1.4.0-beta3
Using this link http://www.oldskoolphreak.com/tfiles/voip/installing_app_cepstral.txt This is a Dell PowerEdge 1950 running Whitbox 4 and Asterisk 1.4.0-beta3 I get the following errors on make install Any help would be GREAT! Thanks [CC] app_cepstral.c -> app_cepstral.o In file included from /usr/src/asterisk/include/asterisk/linkedlists.h:23, from
2005 Mar 19
2
MeetMe2 admin functions
I have Meetme2 (as well as the web ui) installed and am having some difficulty with the admin features. I've set up two extensions pointing to the same conference, one with the admin flag (1234|Maps) and another with (1234|Mmps). My issues: If the admin presses the * key, it goes to an endless loop of "enter the conf no. followed by pound key" If the user presses the * key, the
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported
2005 Mar 12
6
Advanced conference features, meetme2?
Hi, I have been playing about with meetme as a conference bridge, and find it lacking in some features which I believe are out their somewhere. Viewing this wiki page http://www.voip-info.org/wiki-Asterisk+MeetMe2+Design it looks like a plan happened, but where is meetme2 at now? Things like recording a conference, allowing callers to adjust volume, allowing the conference to be locked, having
2005 Oct 17
1
can't compile ast_*fax
This is all the reference to PTHREAD_MUTEX_RECURSIVE on lock.h #ifdef __APPLE__ /* Provide the Linux initializers for MacOS X */ #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE #define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP { 0x4d555458, \ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x20 } } #endif #ifdef BSD #ifdef __GNUC__ #define
2004 Nov 23
0
meetme2 can't set status
When i am in meetme2's webcontrol and in a conference, all the functions like "kick user" "talk only" are not working. It just happens nothing when i click on them. Besides everything looks good and works. Thanks Jens
2005 Feb 28
2
Advanced Conferencing options with out-of-treemodules?
>The combination of applications CBMysql and MeetMe2 seem to >address our goals. I have MeetMe2 working. CBMysql is >another story, the code looks simple enough and has been >modified to leverage MeetMe2, but * restarts everytime it >tries to launch CBMysql. I cannot find any examples of how >to launch it from the dial plan, nor have I been able to >get any meaningful