<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV>
<DIV><BR>&gt; &gt; I am trying a scenerio where the * will take the email and 
mailbox number from the Mysql database for sendming mail to a voicemail user. I 
have seen vmdb.sql file but is not able to determine its use.<BR></DIV></DIV>
<DIV><BR></DIV>
<DIV>&gt; You can't anymore MySQL was ripped from Asterisk because the client 
libs<BR>&gt; are GPL.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I would be more than happy to help write a DB "Virtualization" function for 
*.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I *love* the way it works in Java, but that's not a real possibility.&nbsp; 
It wouldn't need to be as complicated as JDBC but it's a nice model.</DIV>
<DIV>&nbsp;</DIV>
<DIV>We could however:</DIV>
<DIV>1)&nbsp; Abstract out the schema from the database calls</DIV>
<DIV>2)&nbsp; Develop a "pluggable" driver interface to translate to whatever DB 
you're using.</DIV>
<DIV>&nbsp;</DIV>
<DIV>This way...&nbsp; You want MySQL, you develop a "translation driver" that 
maps * db calls to MySql.&nbsp; (fairly trivial)</DIV>
<DIV>Same for Postgres&nbsp; (I'd suggest making this the default, as no GPL 
issues for mark, etc.)</DIV>
<DIV>Same for Oracle, etc.</DIV></DIV></BODY></HTML>