From: Tilghman Lesher Date: Mon, 18 Sep 2006 14:53:54 +0000 (+0000) Subject: Remove the suggestion of realtime hints, since that functionality will not be availab... X-Git-Tag: 1.4.0-beta1~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee27f9efeee0975981921fbcb8d61dac636df3ec;p=thirdparty%2Fasterisk.git Remove the suggestion of realtime hints, since that functionality will not be available until post-1.4 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43147 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/func_odbc.conf.sample b/configs/func_odbc.conf.sample index be8ce4d035..c9f9d5d7f6 100644 --- a/configs/func_odbc.conf.sample +++ b/configs/func_odbc.conf.sample @@ -39,13 +39,3 @@ 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}' -