aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-02 17:16:54 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-02 17:16:54 +0000
commitf4d219cb3ac68cc3d411ad56dc69d963f9ed196a (patch)
tree84f30439ba7667fbdddc8f4baf26e6e46c9ed226 /configs
parent3b61ce65e4b0fcdef4eedfb5149fc29ed6313629 (diff)
Permit the syntax and synopsis fields to be set (for func_odbc).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@145846 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/func_odbc.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/func_odbc.conf.sample b/configs/func_odbc.conf.sample
index ff9e1c17b..a9742c27c 100644
--- a/configs/func_odbc.conf.sample
+++ b/configs/func_odbc.conf.sample
@@ -57,6 +57,8 @@ dsn=mysql1,mysql2 ; Use mysql1 as the primary handle, but fall back to mysql2
; "writehandle", if it is important to separate reads and
; writes to different databases.
readsql=SELECT COUNT(*) FROM exgirlfriends WHERE callerid='${SQL_ESC(${ARG1})}'
+syntax=<callerid>
+synopsis=Check if a specified callerid is contained in the ex-gf database
; ODBC_PRESENCE - Retrieve and update presence
[PRESENCE]