Displaying 20 results from an estimated 22 matches for "cbmysql".
2007 Jan 30
2
web-meetme cbmysql not registered
...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 Web-MeetMe-3.0.0 for asterisk 1.4.0 but when I call
the extension which invoke cbmysql, a warning appears:
WARNING[20225] pbx.c: No application 'CBMysql' for extension
(default, 1995, 3)
I check the application, it didn't registered
CLI> core...
2005 Mar 17
3
ANNOUNCEMENT: Updatesforapp_cbmysqlandMeetMe2gui (out of tree modules)
I tried this with a fresh tree, so I know it works. Based
on your last message, I think you may have missed step 1.
My needs are for both CBMysql and MeetMe2, so I bundled
the patch file. If you are only interested in one, then
delete the sections of the patch that are not needed.
1. Download the source for MeetMe2.c from
http://www.areski.net/asterisk-meetme/about.php?s=0
and put it in asterisk/apps
2. Download the source for CBMysq...
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 p...
2005 Mar 01
0
Advanced Conferencing optionswithout-of-treemodules?
...y 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 identical.
And CBMysql from here:
http://www.mithotech.com/asterisk/
CBMysql looks like it will compile out-of-tree, but it isn't
usable that way. I copied conference.c into the apps directory
and renamed the file to app_cbmysql. The changes to it are also
minor. The extensions.conf entry is simple-
Ex. 8700,1,C...
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 spli...
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 => 19001,1,Playback(conf-hasen...
2007 Jan 03
9
[Announce] Web-MeetMe 3.0.0 released
...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 simplifies the code a bit and opens
up the possibility of using other databases
to host the scheduling DB (app_cbmysql is
still only MySQL, but ODBC is planned/hoped for)
* The conference monitoring code now uses the
concise output from "meetme list", improving
the parsing of participant details.
* Minor tweaks to improve the cbEnd.php script that
enforces the conference duration, plays announ...
2004 Jul 02
0
CBMySQL
I'm not a really good C Programmer, but manage to get the meetme integrated with mysql. Please visit http://www.mithotech.com/asterisk .
Some of the functions are :-
- Make room reservations
- Authenticate with MySQL base on room number, pass, maximum allowed users and datetime
- With speakers and listeners mode
Currently it only support MySQL, may be I will try to include pgSQL in the next
2009 Aug 31
2
Asterisk Web Meetme module not loading
...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 '/etc/asterisk/cbmysql.conf': Found
asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_cbmysql.so:
undefined symbol: mysql_init
Has anybody seen this error message or have any idea what the problem
could possibly be?
If more information is required please let me know and I will post up
any config files...
2005 Mar 04
2
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2gui (out of tree modules)
...-----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 9:18 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysql and
MeetMe2gui (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...
2005 Mar 04
1
ANNOUNCEMENT: Updates for app_cbmysqlandMeetMe2gui (out of tree modules)
...-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 - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] ANNOUNCEMENT: Updates for app_cbmysqlandMeetMe2gui (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 a...
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 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...
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 Sep 02
1
AMI Originate Commands executed in sequential Order problem
...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 '/etc/asterisk/cbmysql.conf': Found
>>>> asterisk: symbol lookup error:
/usr/lib/asterisk/modules/app_cbmysql.so:
>>>> undefined symbol: mysql_init
>>>>
>>>>
>>> Likely you don't have mysql-devel libraries installed - though I wonder
>>> h...
2005 Mar 04
3
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2 gui (out of tree modules)
...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 days in a month to the month
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 u...
2006 Jan 12
5
[Announce] Web-MeetMe v2.0.0
...ipt ./lib/cbEnd.php be running at
all times. This also requires a new table in the
meetme database if you're upgrading from an earlier
release.
***************************************************
[Location]
http://www.fitawi.com/Asterisk
[Files]
Web-MeetMe_v2.0.0.tgz (required)
app_cbmysql.c (required)
cbmysql.conf (required)
cb-extensions.conf (suggested)
README (suggested)
[Installation]
See the README
[Features]
1. Schedule new conferences
a. Control start and end times
b. Set conference pin #
i. Generate one if the requester leaves it blank
ii. Ident...
2004 Oct 05
1
MeetMe MySQL Patch - Testers Needed
The author of CBMysql mentioned in his readme that it would be better if
MeetMe read everything directly
from the database. I was bored so I put this together in a few hours.
This patch will allow app_meetme to dynamically lookup conference numbers
and pins
in a database (MySQL). This allows for easy creation of web-b...
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 count application name to conf file
Moved compile time conference options into the conf file
-ToDo in the interface:
Add a delete function to web interface
Add conference ID/time conflict de...
2005 Mar 22
0
ANNOUNCEMENT : MeetMe - Web-MeetMe (throughmanager)
...with Postgres, but
do with MySQL
I am really surprised that so many people have problems compiling
meetme2. Other that having the Postgres and MySQL libraries installed
the code only requires two lines to be changed to compile. I will
likely be splitting my mondo patch into separate patches for
cbmysql, meetme2 with the approriate Makefile mods for each.
Dan
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Areski
Sent: Monday, March 21, 2005 11:22 AM
To: Asterisk-Users Mailing-list
Subject: [Asterisk-Users] AN...
2005 Mar 04
0
ANNOUNCEMENT: Updates for app_cbmysql andMeetMe2gui (out of tree modules)
...#39;t have this one, but is yet another add-on.
Hardest-
Add two new conference options g(60), G(60,5).
Where g(60) is for the conference to end in 60 minutes,
and G(60,5) is for the conference to end in 60 minutes
with a 5 minute warning.
I like this one, since it could be used without cbmysql,
and does not require access to additional tables
I had hoped to keep it short, but I'd love to get any feedback on the
above approachs.
Dan