]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
func_odbc.conf.sample: Add example lookup
authorSean Bright <sean.bright@gmail.com>
Mon, 20 Jan 2020 21:26:14 +0000 (16:26 -0500)
committerSean Bright <sean.bright@gmail.com>
Mon, 20 Jan 2020 21:26:14 +0000 (16:26 -0500)
Change-Id: Ia05aab1f579597963d2ea23920d2210cfcb97c84

configs/samples/func_odbc.conf.sample

index 0307e22f27b675701141c12598ade4fef0a19ae5..c3df9bc910de0f09a84c9181d57d8eba7f932e55 100644 (file)
 dsn=mysql1
 readsql=${ARG1}
 
-; ODBC_ANTIGF - A blacklist.
-[ANTIGF]
+; ODBC_ANTISOLICIT - A blacklist for known solicitors.
+[ANTISOLICIT]
 dsn=mysql1,mysql2   ; Use mysql1 as the primary handle, but fall back to mysql2
                     ; if mysql1 is down.  Supports up to 5 comma-separated
                     ; DSNs.  "dsn" may also be specified as "readhandle" and
                     ; "writehandle", if it is important to separate reads and
                     ; writes to different databases.
-readsql=SELECT COUNT(*) FROM exgirlfriends WHERE callerid='${SQL_ESC(${ARG1})}'
+readsql=SELECT COUNT(*) FROM known_solicitors WHERE callerid='${SQL_ESC(${ARG1})}'
 syntax=<callerid>
-synopsis=Check if a specified callerid is contained in the ex-gf database
+synopsis=Check if a specified callerid is contained in the known solicitors database
 
 ; ODBC_PRESENCE - Retrieve and update presence
 [PRESENCE]