I added voicemail to mysql and not its broken LOL it won't read from the test file or the database I get
Connected to Asterisk CVS-HEAD-06/08/04-23:53:42 currently running on server01 (pid = 18772) 2004-08-26 22:34:15 WARNING[1234379840]: app_voicemail.c:1728 leave_voicemail: No entry in voicemail config file for '5867270771' ; Voicemail Configuration ; [general] dbuser=username dbpass=password dbhost=localhost dbname=AsteriskPBX -----Original Message----- When I comment out the database asterisk won't start any more I think it has to do with the plugin I installed From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Chavez Sent: Thursday, August 26, 2004 7:39 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asterisk mysql database On Thu, 26 Aug 2004 18:29:29 -0400, Jeremy Kenney wrote > I would like to configure asterisk to run complete out of mysql everything > from extensions to voicemail has this been implemented yet and how > kind of problems have their been > There are several ways to do it, but no easy one. I do store all information on Mysql for extensions, sip, voicemail and iax, but I then have to extract that information to create a text file which is then read by asterisk using the #include directive from the main config files. The only thing that is read directly from Mysql is the voicemail config. There is a problem when you use Mysql for VM, the DIRECTORY application does not work. Apart from that everything is working but you will have to do your own interface to add/delete/modify information. -- Carlos Chavez Director de Tecnolog�a Telecomunicaciones Abiertas de M�xico S.A. de C.V. _______________________________________________ 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
