Even though you can...why would you? You can't use some things that are in CVS addons with STABLE asterisk.
res_config_mysql.c and res_mysql.conf are part of the CVS version of asterisk. This means that you cannot use them with STABLE. If you want RealTime functionality you HAVE to upgrade your entire asterisk code to CVS. -Matthew ----- Original Message ----- From: "VCI Help Desk" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]> Sent: Monday, December 13, 2004 9:21 AM Subject: Re: [Asterisk-Users] MySQL > What's the proper way to download a STABLE version of asterisk and > asterisk-addons from CVS? I keep finding documentation that says two > different ways of download it. > > Now that I've downloaded the asterisk-addons that has the > "res_mysql.conf.sample" it won't compile. If I cd to asterisk-addons and do > a "make clean; make" I get the following. This used to work fine before. > > res_config_mysql.c: In function `load_module': > res_config_mysql.c:467: error: structure has no member named `static_func' > res_config_mysql.c:468: error: structure has no member named `realtime_func' > res_config_mysql.c:469: error: structure has no member named `update_func' > res_config_mysql.c:470: error: structure has no member named > `realtime_multi_func' > make: *** [res_config_mysql.o] Error 1 > rm app_saycountpl.o > > The "mysql-vm-routines.h" is still there as well. I thought that file > was removed. > > Bill > > > > > ----- Original Message ----- > From: Matthew Boehm > To: Asterisk Users Mailing List - Non-Commercial Discussion > Sent: Monday, December 13, 2004 9:09 AM > Subject: Re: [Asterisk-Users] MySQL > > > You are missing the fact that RealTime is not 1-0, its CVS. 'Thats' why > res_mysql.conf isn't even there. > > -Matthew > > ----- Original Message ----- > From: "Bill" <[EMAIL PROTECTED]> > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > <[EMAIL PROTECTED]> > Sent: Monday, December 13, 2004 8:32 AM > Subject: Re: [Asterisk-Users] MySQL > > > > Same here. I've deleted and re-installed asterisk a few times and the > > RealTime voicemail never works. The best I've gotten is the MySQL query to > > execute with the wrong context. When I use "cvs checkout -r v1-0 zaptel > > libpri asterisk asterisk-addons asterisk-sounds" to download the latest > > version the "res_mysql.conf.sample" isn't even there. I made it from > scratch > > but it still doesn't work. If that file isn't there what else is missing? > > > > Bill > > > > > > > > > > > > ----- Original Message ----- > > From: Greg - Cirelle Enterprises > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Sent: Sunday, December 12, 2004 12:50 PM > > Subject: Re: [Asterisk-Users] MySQL > > > > > > At 06:29 PM 12/9/04, you wrote: > > >Sure. (I really need to write a wiki on this.) > > > > > >You have two choices here before we start. You can use RealTime one of 2 > > >ways: ODBC or direct MySQL. Currently these are the only two supported > > >methods. > > > > > >Since I don't use ODBC and as the author of the MySQL RealTime driver, > I'm > > >going to instruct on how to use/install it. > > > > > >The RealTime MySQL driver can be found inside asterisk-addons. Just do > the > > >standard make, make install. > > > > > >Now copy asterisk-addons/configs/res_mysql.conf.sample to > > >/etc/asterisk/res_mysql.conf (or whereever your conf dir is). > > > > > >Edit the res_mysql.conf to your liking. > > > > > >Now edit /etc/asterisk/extconfig.conf. Down at the bottom is the RealTime > > >config stuff. If you want voicemail, add this line: > > > > > >voicemail => mysql,asterisk,voicemail_users > > > > No such file res_mysql.conf > > only cdr_mysql_conf.sample > > > > Greg > > > > _______________________________________________ > > Asterisk-Users mailing list > > [EMAIL PROTECTED] > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > > Asterisk-Users mailing list > > [EMAIL PROTECTED] > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
