README 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. Kamailio v6.0
  2. =============
  3. https://www.kamailio.org
  4. Table of contents
  5. I. About Kamailio
  6. II. Feature List
  7. III. Getting started
  8. IV. About the project
  9. V. Obtaining Help
  10. VI. Contributions
  11. VII. More Information
  12. I. About Kamailio
  13. =================
  14. Kamailio is an industrial-strength, free server for realtime communication,
  15. based on the Session Initiation Protocol (SIP RFC3261).
  16. It is engineered to power Realtime Communications such as IP telephony and
  17. presence infrastructures up to large scale. With embedded support for
  18. WebSockets/WebRTC, HTTP, XSRP and XMLrpc as well as Json-rpc it's a modern
  19. server, up to date with current standards on IPv4/IPv6 and TLS security.
  20. Kamailio keeps track of users, sets up multimedia sessions, relays instant
  21. messages and creates space for new plug-in applications. Its proven
  22. interoperability guarantees seamless integration with components from other
  23. vendors, eliminating the risk of a single-vendor trap. Kamailio has
  24. successfully participated in various interoperability tests in which it worked
  25. with the products of other leading SIP vendors.
  26. The Kamailio software enables a flexible plug-in model for new applications:
  27. third parties can easily link their plug-ins with the server code and provide
  28. thereby advanced and customized services. With a modern RPC interface, 3rd
  29. party application can integrate and interact with services provided by
  30. Kamailio. By using the EVAPI interface or the embedded HTTP server restful
  31. applications can be built.
  32. Kamailio's performance and robustness allows it to serve millions of users and
  33. accommodate needs of very large operators. With a low-cost dual-CPU, the
  34. Kamailio server is able to power IP telephony services in an area as large as
  35. the Bay Area during peak hours.
  36. The Kamailio server is extremely configurable to allow the creation of various
  37. routing and admission policies as well as setting up new and customized
  38. services. Its configurability allows it to serve many roles: network security
  39. barrier, presence server, application server, IMS server or PSTN gateway guard
  40. (Edge Proxy / Session Border Controller) for example.
  41. II. Feature List
  42. ================
  43. Please visit https://www.kamailio.org/ for the most up-to-date feature list.
  44. Note that as features easily are added as modules, changes can occur quickly.
  45. Most of Kamailio's features are implemented as plug-in modules. See
  46. our web site for a current list.
  47. III. Getting started
  48. ====================
  49. The documentation wiki is an important source of tutorials for installing
  50. and understanding how Kamailio works:
  51. * https://www.kamailio.org/wikidocs/
  52. The INSTALL document provides more details and guidelines that will help with
  53. the installation.
  54. Kamailio is composed of a core and additional modules. For each module
  55. there is a README with documentation on how to configure and use the
  56. module. These are available in each modules source code directory as well
  57. as on the kamailio.org web site.
  58. We recommend that you continue with reading README-MODULES and then the
  59. document named INSTALL.
  60. IV. About kamailio.org
  61. ========================
  62. The Kamailio project has roots in a line of projects starting with SIP Express
  63. Router, then OpenSER and now Kamailio. A merge project was started during the
  64. fall of 2008 by developers from the OpenSER project, recently renamed to
  65. Kamailio.org, and SIP Express Router (SER) from iptel.org.
  66. Kamailio is the result of a merge of the code base and years of experience from
  67. both developer teams. During the development of the release 4.0, autumn-winter
  68. of 2012, the merger of the products was completed and a unified product was
  69. released.
  70. See https://www.kamailio.org/ for the story of SER, OpenSER and Kamailio.
  71. V. Obtaining Help
  72. =================
  73. We offer best-effort free support for Kamailio. "best-effort" means
  74. that we try to solve your problems via email as soon as we can,
  75. subject to available manpower.
  76. To receive feedback to your inquiries, we recommend you to subscribe
  77. to the sr-users mailing list and post your queries there. This mailing
  78. list is set up for mutual help by the community of Kamailio users and developers.
  79. To participate in the mailing list, subscribe at the following web address:
  80. https://lists.kamailio.org/mailman/listinfo/sr-users
  81. The IRC channel #kamailio on freenode.net is a place where to meet and discuss
  82. with other members of Kamailio community. Additionally there is also a Matrix
  83. Kamailio community channel available on https://riot.kamailio.dev/.
  84. VI. Contributions
  85. =================
  86. Kamailio is an open source project managed and developed by its community.
  87. Anyone is welcome to join the development efforts and contribute with code,
  88. documentation or other resources that could help the project.
  89. For code contributions, follow the suggestions provided at:
  90. * https://www.kamailio.org/wikidocs/devel/git-commit-guidelines
  91. The recommended way to contribute code is via pull requests to Kamailio
  92. project on Github:
  93. * https://github.com/kamailio
  94. VII. More Information
  95. =====================
  96. Most up-to-date information is always available at our website,
  97. https://www.kamailio.org/
  98. Particularly, it includes:
  99. - administrator's guide
  100. - configuration cookbooks (core, pseudovariables and transformations)
  101. - module documentation
  102. - installation guidelines (INSTALL)
  103. - download links
  104. - etc.
  105. You can also follow us on Twitter as @kamailio and like us on Facebook
  106. to get regular updates.