aboutsummaryrefslogtreecommitdiffstats
path: root/configs/func_odbc.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-03 19:05:06 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-03 19:05:06 +0000
commitec4399116a3d1274f52f19f1d95714771d2cffdf (patch)
treec0886206b4f672d9e5631887d8105648986981e1 /configs/func_odbc.conf.sample
parente75c6a98a83868c4eaedacaa7a7823d3508a3c39 (diff)
Update documentation on realtime; add a workaround for lack of realtime hints by using func_odbc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38823 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/func_odbc.conf.sample')
-rw-r--r--configs/func_odbc.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/func_odbc.conf.sample b/configs/func_odbc.conf.sample
index c9f9d5d7f..be8ce4d03 100644
--- a/configs/func_odbc.conf.sample
+++ b/configs/func_odbc.conf.sample
@@ -39,3 +39,13 @@ write=UPDATE presence SET location='${SQL_ESC(${VAL1})}' WHERE id='${SQL_ESC(${A
; field may be separated into individual variables with ARRAY.
; This option turns that behavior off [default=yes].
+; ODBC_HINTS - Workaround for lack of realtime hints
+;
+; Use in extensions.conf as:
+; exten => _1XX,hint,${ODBC_HINTS(${EXTEN})}
+;
+; (assuming your extensions are 3 digits and all begin with the digit 1)
+[HINTS]
+dsn=mysql1
+read=SELECT channel FROM hints WHERE extension='${ARG1}'
+