sip-router.cfg.5 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .\" $Id$
  2. .TH sip-router.cfg 5 15.07.2002 sip-router "SIP Router"
  3. .\" Process with
  4. .\" groff -man -Tascii sip-router.cfg.5
  5. .\"
  6. .SH NAME
  7. sip-router.cfg \- sip-router configuration file
  8. .SH SYNOPSIS
  9. .I /etc/sip-router/sip-router.cfg
  10. .SH DESCRIPTION
  11. .B sip-router
  12. reads the configuration data from
  13. .I /etc/sip-router/sip-router.cfg
  14. (or the file specified with
  15. .B \-f
  16. on the command line).
  17. The file contains global configuration parameters, module loading commands and the script that will be executed for each received request. Lines starting with
  18. .B #
  19. or enclosed in
  20. .B /* ... */
  21. are interpreted as comments.
  22. .PP
  23. This manual page is incomplete. For further information please see documentation on page
  24. .I http://sip-router.org/wiki.
  25. .SH FILES
  26. .I /etc/sip-router/sip-router.cfg
  27. .SH AUTHORS
  28. see
  29. .B /usr/share/doc/sip-router/AUTHORS
  30. .SH SEE ALSO
  31. .BR sip-router(8)
  32. .PP
  33. Full documentation on sip-router, including configuration guidelines, FAQs and
  34. licensing conditions, is available at
  35. .I http://sip-router.org.
  36. .PP
  37. For reporting bugs see
  38. .I
  39. http://sip-router.org/tracker/
  40. .PP
  41. Mailing lists:
  42. .nf
  43. [email protected] - SIP Router user community
  44. .nf
  45. [email protected] - SIP Router development, new features and unstable version