Skip to content
Snippets Groups Projects
Commit ee27f9ef authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Remove the suggestion of realtime hints, since that functionality will not be...

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
parent c2d959c2
No related branches found
No related tags found
No related merge requests found
...@@ -39,13 +39,3 @@ write=UPDATE presence SET location='${SQL_ESC(${VAL1})}' WHERE id='${SQL_ESC(${A ...@@ -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. ; field may be separated into individual variables with ARRAY.
; This option turns that behavior off [default=yes]. ; 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}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment