search for: app_cbmysql

Displaying 20 results from an estimated 21 matches for "app_cbmysql".

2007 Jan 30
2
web-meetme cbmysql not registered
...QL Your application(s) is (are) not registered But I can see it use "show module" and in my start log, it shows [Jan 30 18:40:15] VERBOSE[6702] logger.c: == Parsing '/etc/asterisk/cbmysql.conf': [Jan 30 18:40:15] VERBOSE[6702] logger.c: Found [Jan 30 18:40:15] DEBUG[6702] app_cbmysql.c: CBMySQL: got hostname of localhost [Jan 30 18:40:15] DEBUG[6702] app_cbmysql.c: CBMySQL: got port of 3306 [Jan 30 18:40:15] DEBUG[6702] app_cbmysql.c: CBMySQL: got sock file of /var/lib/mysql/mysql.sock [Jan 30 18:40:15] DEBUG[6702] app_cbmysql.c: CBMySQL: got user of root [Jan 30 18:40:15]...
2006 Oct 25
0
Conference is Not Working.... with OpenSER And Asterisk
...-hasentered' (language 'en') -- Executing Wait("SIP/9001-08f8d7e0", "2") in new stack -- Executing CBMySQL("SIP/9001-08f8d7e0", "") in new stack -- Playing 'conf-getconfno' (language 'en') Oct 25 18:15:47 NOTICE[12281]: app_cbmysql.c:373 cb_exec: getConf: 1 -- Playing 'agent-pass' (language 'en') Oct 25 18:15:55 NOTICE[12281]: app_cbmysql.c:126 passQuery: Admin flags: Oct 25 18:15:55 NOTICE[12281]: app_cbmysql.c:127 passQuery: user flags: Oct 25 18:15:55 NOTICE[12281]: app_cbmysql.c:146 passQuery: CBMySQL:...
2005 Mar 04
3
ANNOUNCEMENT: Updates for app_cbmysql and MeetMe2 gui (out of tree modules)
...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 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...
2009 Sep 03
1
probleme with web-meetme.3.1.0
...ructions 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 -D_GNU_SOURCE -I/usr/include/mysql -c -o app_cbmysql.o app_cbmysql.c app_cbmysql.c:584: attention : initialization from incompatible pointer type app_cbmysql.c:585: attention : initialization from incompatible pointer type app_cbmysql.c:585: attention : initialization makes integer from pointer without a cast app_cbmysql.c:594:38: erreur: macro ? ast...
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...
2006 Jan 12
5
[Announce] Web-MeetMe v2.0.0
...script ./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...
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...
2007 Jan 03
9
[Announce] Web-MeetMe 3.0.0 released
...s 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 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...
2005 Mar 17
3
ANNOUNCEMENT: Updatesforapp_cbmysqlandMeetMe2gui (out of tree modules)
...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 CBMysql from http://www.mithotech.com/asterisk/ 3. Extract the contents of the tar file and move/rename the conference.c file to asterisk/apps/app_cbmysql.c 4. Download the apps-meetme-cbmysql.txt and meetme2-gui.tar.gz from www.fitawi.com/Asterisk While there, you may as well get the database table description and the sample cbmysql.conf 5. Copy cbmysql.conf to /etc/asterisk, modify to suit. 6. Create/update your database to match the tabl...
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
...hen 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 >>> how it would have compiled. >>> >>> mysql_init is a function provided by the libmysqlc...
2009 Aug 31
2
Asterisk Web Meetme module not loading
...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 you need. Thanks
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
2007 Jan 07
0
Re: asterisk-users Digest, Vol 30, Issue 7
...pefully 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 improv...
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 Mar 03
7
web meetme instructions
This has to be the worst documentation I have ever come acrossed. I have found two or three docs on how to install it, but they are all so different and make huge assumption about what packages you have installed and locations of files. Has anyone seen something better, I want to get this working it is quite a cool app. Jordan Novak Communications Technician Logistics Health Inc. 1319 Saint
2005 Mar 01
0
Advanced Conferencing optionswithout-of-treemodules?
...th 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,CBMysql() I think the date/time checking functions will need attention, but Conference ID and passcodes work, as do the announcements. I have a start on the web-page to add the ability to added a conference. It h...
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...
2007 May 03
0
[Announce] Web-MeetMe 3.0.2 and 2.2.2 Released
Basic bug fix releases Both have updates to app_cbmysql to be thread-safe, reconnect to the database in case of timeout and to detect missing/mis-configured conference app/conference participant counting apps. The last one has caused Asterisk to crash. Now If it does not find MeetMe or MeetMeCount (the defaults) it posts a warning and exits back to th...
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
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
I am trying to enable full WebRTC support on asterisk-11.15 for installation on a CentOS 5 machine. Currently the distro cannot be upgraded to any later CentOS series. This CentOS series ships with openssl-0.9.8e, which lacks DTLS-SRTP support required for WebRTC. So I decided to build a parallel install of openssl. I chose the Fedora 21 package, openssl-1.0.1j, and built it on CentOS 5. The