| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- $Id$
- [ under construction :) ]
- Sources:
- - set your tab stop to 4 (in vi: set ts=4).
- Compile & Install:
- - read INSTALL
- - compile & sip_router -h
- Configuration files:
- Example configuration files in ./tests/*.cfg
- Global parameters:
- - debug
- - listen
- - alias
- - port
- - fork
- - children_no
- - log_stderror
- - fifo
- - loadmodule "path/modulename"
- ...
- Logical expressions [missing]
- Operators:
- ==
- =~
- and/&
- or/|
- not/!
- Lvalues:
- - uri
- - method
- - src_ip
- - dst_ip
- - myself
- Rvalues:
- - string
- - integer
- - ipv4 or ipv6 address
- - netv4 or netv6 address
- - myself (matches any uri or ip address the server listens on or
- registered as an alias for the server)
-
- Commands:
- - forward
- - send
- - error [not implemented yet ]
- - log
- - exec
- - route/goto
- - drop/break
- - if {} else{}
- Modules:
- - loadmodule "..."
- - commands registered by modules
|