[asterisk-users] Asterisk Web Meetme module not loading

2009-08-30 Thread Glen
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

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-30 Thread Matt Riddell
On 31/08/09 2:33 PM, Glen wrote: > 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 lo

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Glen
Matt Riddell wrote: > On 31/08/09 2:33 PM, Glen wrote: > >> 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 rea

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Matt Riddell
I meant /usr/lib not /var/lib sorry -- Cheers, Matt Riddell Director ___ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) http://www.venturevoip.com/c3.php (ConduIT3 PABX Syst

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Matt Riddell
On 1/09/09 4:31 PM, Glen wrote: > Matt Riddell wrote: >> On 31/08/09 2:33 PM, Glen wrote: >> >>> 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

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Glen
Matt Riddell wrote: > On 1/09/09 4:31 PM, Glen wrote: > >> Matt Riddell wrote: >> >>> On 31/08/09 2:33 PM, Glen wrote: >>> >>> 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 f

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Matt Riddell
On 1/09/09 4:54 PM, Glen wrote: > Parsing '/etc/asterisk/cbmysql.conf': Found > asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_cbmysql.so: > undefined symbol: mysql_init >> ldd /usr/lib/asterisk/modules/app_cbmysql.so > This is the output > > linux-gate.so.1 => (0xe00

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Glen Ganderton
On Tue, Sep 1, 2009 at 3:06 PM, Matt Riddell wrote: > On 1/09/09 4:54 PM, Glen wrote: > > Parsing '/etc/asterisk/cbmysql.conf': Found > > asterisk: symbol lookup error: > /usr/lib/asterisk/modules/app_cbmysql.so: > > undefined symbol: mysql_init > >> ldd /usr/lib/asterisk/modules/app_

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Matt Riddell
On 1/09/09 5:19 PM, Glen Ganderton wrote: > > app_cbmysql.c:37:1: warning: "AST_MODULE" redefined > : warning: this is the location of the previous definition > app_cbmysql.c: In function âcheckMaxâ: > app_cbmysql.c:116: warning: implicit declaration of function > âast_say_numberâ > app_cbmysql.c:

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Matt Riddell
Hmm, it looks like it has a makefile in the cb_mysql directory which is supposed to do the linking. Have you tried running make from there? It also has a copyright of Mark Spencer, but I know 100% he didn't write it. The person you're probably looking for is Dan Austin, but I can't track him d

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Matt Riddell
I've sent you Dan Austin's email address off list just in case he is able to help out :D -- Cheers, Matt Riddell Director ___ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Matt Riddell
In the latest readme for WebMeetMe (3.1.0) it states: * Compile and install CBMySQL App_cbmysql is now included in the web-meetme package, located in ./cbmysql. To install just run make; make install Copy the sample cbmysql.conf to /etc/asterisk and create a dialplan similar to t

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Glen
Matt Riddell wrote: > In the latest readme for WebMeetMe (3.1.0) it states: > > * Compile and install CBMySQL > App_cbmysql is now included in the web-meetme package, > located in ./cbmysql. To install just run make; make install > > Copy the sample cbmysql.conf to /etc/asterisk and cr

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-08-31 Thread Matt Riddell
On 1/09/09 5:53 PM, Glen wrote: > Matt Riddell wrote: >> In the latest readme for WebMeetMe (3.1.0) it states: >> >> * Compile and install CBMySQL >> App_cbmysql is now included in the web-meetme package, >> located in ./cbmysql. To install just run make; make install >> >> Copy the samp

Re: [asterisk-users] Asterisk Web Meetme module not loading

2009-09-18 Thread Dan Austin
Matt wrote: > On 1/09/09 5:53 PM, Glen wrote: >> Matt Riddell wrote: >>> In the latest readme for WebMeetMe (3.1.0) it states: >>> >>> * Compile and install CBMySQL >>> App_cbmysql is now included in the web-meetme package, >>> located in ./cbmysql. To install just run make; make install >>>

Re: [asterisk-users] Asterisk Web Meetme module not loading

2013-05-16 Thread Rohit Mahajan
Matt Riddell venturevoip.com> writes: > > On 1/09/09 5:19 PM, Glen Ganderton wrote: > > > > app_cbmysql.c:37:1: warning: "AST_MODULE" redefined > > : warning: this is the location of the previous definition > > app_cbmysql.c: In function âcheckMaxâ: > > app_cbmysql.c:116: warning: impli

Re: [asterisk-users] Asterisk Web Meetme module not loading

2013-05-16 Thread Dan Austin
Rohit Mahajan wrote: > Matt Riddell venturevoip.com> writes: >> Are you using the latest version of the app_cbmysql? >> >> It looks like it needs to be updated for the latest version. >> >> Alternatively it may say somewhere on their website which version of >> Asterisk this works with? > I