<div dir="ltr"><div>I've always done my DB access via func_odbc and not with the mysql package.  While we ran a MySQL db, I was more comfortable with the odbc stuff because it was part of Asterisk core and not an addon package.  I can't speak to the simplicity of using the mysql stuff vs the odbc stuff, but there isn't a lot to creating your query in func_odbc and then calling it from your dialplan (and passing a few variables).  I'd say it's no more difficult than calling an AGI, in my case we WERE processing a LARGE volume of calls, and importantly: It didn't require me to learn C or PHP.  ;-)<br>
<br>Now if you want complicated, somewhere I have a very long GotoIf() that includes an ODBC call and nested Math() functions...<br><br></div>-Josh<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 23, 2014 at 11:17 AM, Doug Lytle <span dir="ltr"><<a href="mailto:support@drdos.info" target="_blank">support@drdos.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">>> I tried database access in the dialplan using the mysql() application<br>
>> years ago, just to confirm I was right and I was :)<br>
<br>
>> What an ugly, messy, fragile dialplan.<br>
<br>
</div>With FuncODBC this is no longer an issue.  All of the query logic is handled outside of the dial plan.<br>
<span class="HOEnZb"><font color="#888888"><br>
Doug<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>