dect
/
asterisk
Archived
13
0
Fork 0

Remove the suggestion of realtime hints, since that functionality will not be available until post-1.4

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43147 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2006-09-18 14:53:54 +00:00
parent 62a6284499
commit ddea09a966
1 changed files with 0 additions and 10 deletions

View File

@ -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}'