Displaying 20 results from an estimated 1000 matches similar to: "ANNOUNCEMENT: Updatesforapp_cbmysqlandMeetMe2gui (out of tree modules)"
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
three patchs and apply
2005 Mar 01
0
Advanced Conferencing optionswithout-of-treemodules?
A couple comments. I'm not a programmer, my C is passable, but
my web development would have to grow by leaps and bounds to be
considered poor.
I pulled the Meetme2 from here:
http://www.areski.net/asterisk-meetme/about.php?s=0
The app needs a minor tweak to compile against 1.0.5. I stumbled
down a false path or two, so the diff shows some lines being
deleted and re-added that are
2005 Mar 03
0
Update on the blending of app_cbmysql and app_meetme2 (out of tree modules)
Once again, I know that a true MeetMe2 is in the works,
but if anyone is looking for a database conferencing setup
then check this out.
New diffs and PHP web interfaces at www.fitawi.com/Asterisk
-New in the interface:
Add a conference
Modify an existing conference
-New in app_cbmysql:
Renamed confmysql.conf to cbmysql.conf
Move conference application name to conf file
Move conference
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
2005 Mar 04
1
ANNOUNCEMENT: Updates for app_cbmysqlandMeetMe2gui (out of tree modules)
Nah conferences start when they start and finish when they finish.
Theres no need for timers etc.
The other thing that you need to implement is recording of the conference calls.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Dan Austin
Sent: Friday, March 04, 2005 10:35 PM
To: Asterisk Users Mailing List
2005 Mar 04
3
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2 gui (out of tree modules)
Last update before I head to Korea for an IP phone deployment
New diffs and PHP web interfaces at www.fitawi.com/Asterisk
-New in the interface:
New fields for conference conference owner and title
Delete conferences
Changed date/time to listbox to reduce user input error
-This will likely have to become a java or
other client-side code, since I don't see a way
to tie the number of
2005 Mar 04
2
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2gui (out of tree modules)
Lots of interest here for conferencing.
I've probably convinced more people to start using asterisk@home for
this feature than anything else.
Can I input some suggestions;
Need to change the rinky dink call icons (let me know if you need some
better samples)
Need to change the ability for a muted caller to flag they have a
question and a desire to talk (I do a lot of mute all except 1 or 2
2007 Jan 30
2
web-meetme cbmysql not registered
I am experiencing the same problem. Fresh install.
Bill
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ma Zhiyong
Sent: Tuesday, January 30, 2007 6:04 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] web-meetme cbmysql not registered
HI, today I download
2006 Oct 25
0
Conference is Not Working.... with OpenSER And Asterisk
Hello Users,
Good Morning,
I'm doing on Conference Bridge with Asterisk + OpenSER with CBMySql
modules.
And I'm not Using the Zapptel Cards.
9001 ----------> dial 19001(conference Users)-------openSER --------->
Asterisk
------------------------------------------------------------------------
*In Extension.conf *
[from-sip]
exten =>
2005 Feb 28
0
Advanced Conferencing options with out-of-tree modules?
I've been poking at setting up a proof-of-concept * server
as a replacement for our commercial conferencing solution.
I've been through the wiki and list archives, and think
I have found a combination that provides the features we
want/need.
The combination of applications CBMysql and MeetMe2 seem to
address our goals. I have MeetMe2 working. CBMysql is
another story, the code looks
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 04
0
ANNOUNCEMENT: Updates for app_cbmysql andMeetMe2gui (out of tree modules)
First off, let me thank Bela?d Arezqui (aka Areski) for his
PHP gui. I knew nothing about PHP last week, and the code
makes for easy editing and additions.
>Lots of interest here for conferencing.
>I've probably convinced more people to start using asterisk@home for
>this feature than anything else.
>Can I input some suggestions;
Sure
>Need to change the rinky dink call
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
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
Hi,
I noticed that asterisk manager interface will only accept the originate
commands in sequential order. For example, if I want to ring two extensions
through the AMI, and while first extension is ringing, AMI won't execute and
ring second extension until first extension has answered the call.
Anybody has any ideas as I had the same results even tested with telnet
commands to AMI interface.
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
2009 Sep 03
1
probleme with web-meetme.3.1.0
Hi everybody
I have a problem and want to know if anyone has already seen it before :
I try to use web-meetme.3.1.0 and follow these instructions
http://sourceforge.net/docman/display_doc.php?docid=48924&group_id=164788
1) when i do "make" command in cbmysql folder, errors happened
*********************
cc -pipe -I/usr/include/mysql -L/usr/lib/mysql -fPIC -I/usr/src/asterisk
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
2009 Aug 31
2
Asterisk Web Meetme module not loading
I have asterisk 1.4.21 and web meetme (latest release 3.1) I have also
installed the latest versions of mysql and php. I followed the readme
file that came with the web meetme app and everything seemed to go fine
up until I realised the module wasnt being loaded. When I stop asterisk
and try to start it, it errors out and does not load and I get the
following message:
Parsing
2005 Mar 22
0
ANNOUNCEMENT : MeetMe - Web-MeetMe (throughmanager)
Cool! I'm still away from the office, but I was starting to
work towards syching meetme2 up to the version of meetme in
* 1.0.7. It is over a 2000 line diff, ignoring the database
integration code, so it was looking like a not too trivial
task.
One question though, how difficult will it be to extend your
latest version with the scheduling features I built on top
of you previous version? I
2007 Jan 03
9
[Announce] Web-MeetMe 3.0.0 released
We've been holding back on this release to coincide with
the Asterisk 1.4.0 release.
This is mostly a compatibility release, but there are a
few new features:
* No longer requires register_globals in PHP
* Separated code from configuration settings in
./lib/defines.php (hopefully this will make
future upgrades easier)
* Migrated all database interfaces to PEAR::DB
which