README.cfg 926 B

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