File: sqlbox-cfg.def

package info (click to toggle)
kannel 1.4.5-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,284 kB
  • sloc: ansic: 105,659; sh: 32,211; xml: 20,360; php: 1,103; perl: 711; makefile: 583; yacc: 548; awk: 133; python: 122; javascript: 27; pascal: 3
file content (30 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* ==================================================================
 * Sqlbox-cfg.def - Definition of configuration groups and variables
 *
 * Martin Conte
 *
 */

SINGLE_GROUP(sqlbox,
    OCTSTR(id)
    OCTSTR(smsbox-id)
    OCTSTR(global-sender)
    OCTSTR(bearerbox-host)
    OCTSTR(smsbox-port)
    OCTSTR(smsbox-port-ssl)
    OCTSTR(sql-log-table)
    OCTSTR(sql-insert-table)
    OCTSTR(log-file)
    OCTSTR(log-level)
    OCTSTR(bearerbox-port)
    OCTSTR(limit-per-cycle)
    OCTSTR(save-mo)
    OCTSTR(save-mt)
    OCTSTR(save-dlr)
    OCTSTR(ssl-client-certkey-file)
    OCTSTR(ssl-server-cert-file)
    OCTSTR(ssl-server-key-file)
    OCTSTR(ssl-trusted-ca-file)
    OCTSTR(ssl-client-cipher-list)
    OCTSTR(ssl-server-cipher-list)
)