OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / ser / README.cfg
1 $Id: README.cfg,v 1.1 2002/09/26 12:16:17 andrei Rel $
2
3 [ under construction :) ]
4
5 Sources:
6
7  - set your tab stop to 4 (in vi: set ts=4).
8
9
10 Compile & Install:
11
12 - read INSTALL
13 - compile & sip_router -h
14
15
16 Configuration files:
17
18         Example configuration files in ./tests/*.cfg
19
20         Global parameters:
21                 - debug
22                 - listen
23                 - alias
24                 - port
25                 - fork
26                 - children_no
27                 - log_stderror
28                 - fifo
29                 - loadmodule "path/modulename"
30                 ...
31
32         Logical expressions [missing]
33                 Operators:
34                         ==
35                         =~
36                         and/&
37                         or/|
38                         not/!
39                 Lvalues:
40                         - uri
41                         - method
42                         - src_ip
43                         - dst_ip
44                         - myself
45                 Rvalues:
46                         - string
47                         - integer
48                         - ipv4 or ipv6 address
49                         - netv4 or netv6 address
50                         - myself (matches any uri or ip address the server listens on or 
51                          registered as an alias for the server)
52                         
53         Commands:
54                 - forward
55                 - send
56                 - error [not implemented yet ]
57                 - log
58                 - exec
59                 - route/goto
60                 - drop/break
61                 - if {} else{}
62         Modules:
63                 - loadmodule "..."
64                 - commands registered by modules
65
66