Kannel: Open Source WAP and SMS gateway  svn-r5335
sqlbox-cfg.def
Go to the documentation of this file.
1 /* ==================================================================
2  * Sqlbox-cfg.def - Definition of configuration groups and variables
3  *
4  * Martin Conte
5  *
6  */
7 
8 SINGLE_GROUP(sqlbox,
9  OCTSTR(id)
10  OCTSTR(smsbox-id)
11  OCTSTR(global-sender)
12  OCTSTR(bearerbox-host)
13  OCTSTR(smsbox-port)
14  OCTSTR(smsbox-port-ssl)
15  OCTSTR(sql-log-table)
16  OCTSTR(sql-insert-table)
17  OCTSTR(log-file)
18  OCTSTR(log-level)
19  OCTSTR(bearerbox-port)
20  OCTSTR(limit-per-cycle)
21  OCTSTR(save-mo)
22  OCTSTR(save-mt)
23  OCTSTR(save-dlr)
24  OCTSTR(ssl-client-certkey-file)
25  OCTSTR(ssl-server-cert-file)
26  OCTSTR(ssl-server-key-file)
27  OCTSTR(ssl-trusted-ca-file)
28  OCTSTR(ssl-client-cipher-list)
29  OCTSTR(ssl-server-cipher-list)
30 )
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.