search for: app_meetme2

Displaying 15 results from an estimated 15 matches for "app_meetme2".

Did you mean: app_meetme
2004 Jun 08
1
Meetme2
...o 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 app_meetme2.c:32:19: mysql.h: No such file or directory app_meetme2.c:36:26: linux/zaptel.h: No such file or directory app_meetme2.c: In function `launch_query': app_meetme2.c:139: `PGconn' undeclared (first use in t...
2005 Mar 05
2
cant compile app_meetme2
Dear all I am get the following problem when trying to compile app_meetme2 using mysql...it seems to want to use pgsql.....? anyone my Makefile looks like app_meetme2.o: app_meetme2.c #$(CC) -pipe $(CFLAGS) -c -o app_meetme2.o app_meetme2.c $(CC) -pipe -I/usr/local/include/mysql -L/usr/local/lib/mysql $(CFLAGS) -c -o app_meetme2.o app_meetme2.c app_...
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) /usr/include/asterisk/lock.h:300: error: (Each undeclared identifier is reported only once /usr/include/asterisk/l...
2004 Aug 22
4
Error compiling meetme2
..." -DASTSPOOLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -fPIC -c -o app_meetme2.o app_meetme2.c gcc -pipe -I/usr/include/postgresql -I/usr/include/mysql \ -L/usr/lib/mysql -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-HEAD...
2005 Mar 03
0
Update on the blending of app_cbmysql and app_meetme2 (out of tree modules)
...box or calendar pop-up -ToDo in app_cbmysql: The code is munging the channel name into the conference ID This doesn't impact functionality, but is ugly and quite possibly something I screwed up Use Caller-ID for user_id An interface to mute or boot callers kind of needs this -ToDo in app_meetme2 Port recent MeetMe bugfixes and enhancements Add conference termination code Add conference ending warning Original source: App_MeetMe2 http://www.areski.net/asterisk-meetme/about.php?s=0 App_CBMysql http://www.mithotech.com/asterisk/ Comments, tips on PHP or suggestions welcome. Dan
2005 Mar 04
3
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2 gui (out of tree modules)
...h listbox -New in app_cbmysql: Fixed channel name munging Added support of conferences with no password -ToDo in the interface: Add conference ID/time conflict detection to web interface Mouse-over support in Monitor conference for Caller-Id -ToDo in app_cbmysql: Nothing planned -ToDo in app_meetme2 Use Caller-ID for user_id An interface to mute or boot callers kind of needs this Port recent MeetMe bugfixes and enhancements Add conference termination code Add conference ending warning Original source: App_MeetMe2 http://www.areski.net/asterisk-meetme/about.php?s=0 App_CBMysql http://ww...
2005 Mar 18
3
ANNOUNCEMENT:Updatesforapp_cbmysqlandMeetMe2gui(out of tree modules)
I'm afraid I am at a loss. If the three files, app_cbmysql.c, app_meetme2.c and Makefile all exist in ../apps then a patch -p1 from the ../asterisk directory should work. The -p1 tells patch to ignore the first directory in the path to the file in the patch, -p2 ignores two directories. Another option is to just edit the apps-meetme-cbmysql.txt and split it into thre...
2005 Feb 28
2
Advanced Conferencing options with out-of-treemodules?
...verytime 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 debug logs. Replying to myself- It turned out to be a compile issue, despite no warnings or errors. I've updated CBMysql to support app_MeetMe2, with conferences created based on the database contents, no pre-defined rooms required. Next comes adding a web frontend to the MeetMe2 gui to allow for scheduling and cancelling of conferences. Would anyone be interested in seeing the changes? I know that a sanctioned MeetMe2 is in process, b...
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)
2005 Mar 17
3
ANNOUNCEMENT: Updatesforapp_cbmysqlandMeetMe2gui (out of tree modules)
...sterisk_src/asterisk/apps/app_cbmysql.c patching file /var/build_aah/asterisk_src/asterisk/apps/app_cbmysql.c can't find file to patch at input line 331 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -u asterisk-1.0.5-orig/apps/app_meetme2.c asterisk-1.0.5/apps/app_meetme2.c |--- asterisk-1.0.5-orig/apps/app_meetme2.c 2004-04-07 04:37:18.000000000 -0700 |+++ asterisk-1.0.5/apps/app_meetme2.c 2005-03-03 10:31:36.000000000 -0800 ----- Original Message ----- From: "Dan Austin" <Dan_Austin@Phoenix.com> To: &qu...
2005 Mar 04
2
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2gui (out of tree modules)
...h listbox -New in app_cbmysql: Fixed channel name munging Added support of conferences with no password -ToDo in the interface: Add conference ID/time conflict detection to web interface Mouse-over support in Monitor conference for Caller-Id -ToDo in app_cbmysql: Nothing planned -ToDo in app_meetme2 Use Caller-ID for user_id An interface to mute or boot callers kind of needs this Port recent MeetMe bugfixes and enhancements Add conference termination code Add conference ending warning Original source: App_MeetMe2 http://www.areski.net/asterisk-meetme/about.php?s=0 App_CBMysql http://ww...
2005 Mar 22
4
Feedback on CBMySql, MeetMe2 and web interface
I've had 50+ people download the web components, and other than reports of compile issues, I have not heard if this collection has worked for anyone. I do plan to keep updating the * applications and the web pages, but I have almost meet all of our internal requirements and wonder if anyone else is finding it usefull. My focus has been and will likely stay on the user interface, since I have
2005 Mar 01
0
Advanced Conferencing optionswithout-of-treemodules?
...rk, as do the announcements. I have a start on the web-page to add the ability to added a conference. It has problems, but until I find a PHP expert or get very lucky, it is the best I am going to come up with. To save bandwidth for the list members who don't care, I've put diff of apps/app_meetme2.c, apps/Makefile and what became apps/app_cbmysql.c, and my modifications to the MeetMe2 gui on http://www.fitawi.com/Asterisk Dan -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ronald Hartmann Sent: Monday, F...
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
...com> Cc: "asterisk-users@lists.digium.com" <asterisk-users@lists.digium.com> Message-ID: <9db1ccc8c6831d322177bd21d57b34a6@agenda.familievink.com> Content-Type: text/plain; charset="utf-8" Giovanni, on ftp://ftp.vinkconsult.com/downloads is a patched version of app_meetme2.c. I patched and compiled it against the CVS unstable from today Andre ----- Oorspronkelijk Bericht ----- ONDERWERP:??Re: [Asterisk-Users] Meetme2 compilation problem AFZENDER: ??Anil Kumar K AAN:??"Giovanni Powell" CC:??asterisk-users@lists.digium.com DATUM:??18-03-2005 16:56 I did th...