Cheating around ‘include’ in Asterisk realtime July 17, 2007
Posted by bbarrett in Asterisk, func_odbc.3 comments
Asterisk’s realtime configuration has many benefits, no more dropped calls when changing minor things or adding users. You can put your entire dial plan into realtime… almost.
One of the biggest differences between extensions.conf and Asterisk’s Realtime dial plan is that one can no longer include other contexts into another context. This is the classic way of building an tiered dialling rule hierarchy, create the most restrictive context, then use ‘include’ to add more and more allowed numbers. (more…)
Basic func_odbc starting point May 30, 2007
Posted by epower in func_odbc.5 comments
As I’ve already mentioned, I needed to solve some problems in Asterisk and the best method I’ve found was using func_odbc. Getting started with it wasn’t too tricky but it does have it’s quirks and that’s what I’ll be talking about today.
Working with func_odbc May 24, 2007
Posted by epower in func_odbc.add a comment
There comes a time with Asterisk, when you encounter a problem which can’t be solved with clever dial plan logic but you don’t want to wheel out AGI just yet. Over the next while, I’ll be posting some work I’ll be doing with ‘func_odbc’, a handy little feature of Asterisk that lets you query databases using SQL templates and ODBC.