ser.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. iptel.org SIP Express Router (SER) is a high-performance,
  2. configurable, free server implementing Session Initiation
  3. Protocol (SIP, RFC3216). SIP is a signaling protocol that
  4. allows Internet users to establish VoIP calls, advertise
  5. their presence status, send and receive instant messages,
  6. and maintain any kind of session including games and chats.
  7. A major benefit of SIP is it creates an open framework for
  8. composing services out of multiple components.
  9. SER features flexibility that allows it to act in many roles
  10. needed for implementation of such services. For example, it
  11. can act as registrar and location server to provide mobility
  12. to users. It can also act as an access control element that
  13. guards PSTN gateways or any other scare SIP resources. Its
  14. built-in configuration language along with use of "plug-in"
  15. modules allows to add more new functionality easily. Currently
  16. available plug-ins implement messaging gateways to SMS and
  17. Jabber, RADIUS accounting and authorization, message store,
  18. SIMPLE presence agent and ENUM.
  19. There is also an application interface, that provides effective
  20. coupling with SIP-unaware applications. The applications, like web
  21. interface or administrative tools, can easily watch and manipulate
  22. server status, initiate SIP transactions and build features
  23. such as "click-to-dial". The application-interface is language-
  24. independent and can be used along with a variety of effective
  25. programming languages.
  26. SER has been designed to be able to scale and deal with various
  27. stress conditions. These may include communication with broken
  28. network components, signaling over NATs, power-up reboot avalanches,
  29. large user population, and any SIP applications generating high
  30. volume of traffic. Currently, transactional throughput of the
  31. server reaches thousands of calls per second on an off the
  32. shelf PC.
  33. --
  34. Technical information: ANSI C-Written. Ported to Linux, BSD and Solaris (Sun).
  35. Support for both IPv4 and IPv6. Small footprint size: 300k core, all common
  36. plug-ins (optional) up to 630k. Web-based user provisioning, serweb, available.
  37. More information: SER distribution and documentation is available from
  38. iptel.org's site at http://www.iptel.org/ser/. User forum is available
  39. at http://mail.iptel.org/mailman/listinfo/serusers/.