... | ... |
@@ -1,66 +1,86 @@ |
1 | 1 |
$Id$ |
2 | 2 |
|
3 |
-[ under construction :) ] |
|
4 |
- |
|
5 |
-Sources: |
|
6 |
- |
|
7 |
- - set your tab stop to 4 (in vi: set ts=4). |
|
8 |
- |
|
9 |
- |
|
10 |
-Compile & Install: |
|
11 |
- |
|
12 |
-- read INSTALL |
|
13 |
-- compile & sip_router -h |
|
14 |
- |
|
15 |
- |
|
16 |
-Configuration files: |
|
17 |
- |
|
18 |
- Example configuration files in ./tests/*.cfg |
|
19 |
- |
|
20 |
- Global parameters: |
|
21 |
- - debug |
|
22 |
- - listen |
|
23 |
- - alias |
|
24 |
- - port |
|
25 |
- - fork |
|
26 |
- - children_no |
|
27 |
- - log_stderror |
|
28 |
- - fifo |
|
29 |
- - loadmodule "path/modulename" |
|
30 |
- ... |
|
31 |
- |
|
32 |
- Logical expressions [missing] |
|
33 |
- Operators: |
|
34 |
- == |
|
35 |
- =~ |
|
36 |
- and/& |
|
37 |
- or/| |
|
38 |
- not/! |
|
39 |
- Lvalues: |
|
40 |
- - uri |
|
41 |
- - method |
|
42 |
- - src_ip |
|
43 |
- - dst_ip |
|
44 |
- - myself |
|
45 |
- Rvalues: |
|
46 |
- - string |
|
47 |
- - integer |
|
48 |
- - ipv4 or ipv6 address |
|
49 |
- - netv4 or netv6 address |
|
50 |
- - myself (matches any uri or ip address the server listens on or |
|
51 |
- registered as an alias for the server) |
|
52 |
- |
|
53 |
- Commands: |
|
54 |
- - forward |
|
55 |
- - send |
|
56 |
- - error [not implemented yet ] |
|
57 |
- - log |
|
58 |
- - exec |
|
59 |
- - route/goto |
|
60 |
- - drop/break |
|
61 |
- - if {} else{} |
|
62 |
- Modules: |
|
63 |
- - loadmodule "..." |
|
64 |
- - commands registered by modules |
|
65 | 3 |
|
4 |
+ iptel.org SIP Express Router (ser) |
|
5 |
+ http://www.iptel.org/ser/ |
|
6 |
+ |
|
66 | 7 |
|
8 |
+ |
|
9 |
+I. About SIP Express Router (ser) |
|
10 |
+II. Feature List |
|
11 |
+III. About iptel.org |
|
12 |
+IV. Contact |
|
13 |
+V. More Information |
|
14 |
+ |
|
15 |
+ |
|
16 |
+ SIP Express Router (SER) is an industrial-strength, free VoIP |
|
17 |
+server based on the session initiation protocol (SIP RFC2543-bis). |
|
18 |
+It is engineered to power IP telephony infrastructures up to large |
|
19 |
+scale. The server keeps track of users, sets up VoIP sessions, |
|
20 |
+relays instant messages and creates space for new plug-in applications. |
|
21 |
+Its proven interoperability guarantees seamless integration with |
|
22 |
+components from other vendors, eliminating the risk of a single-vendor |
|
23 |
+trap. It has successfully participated in various interoperability |
|
24 |
+tests in which it worked with the products of other leading SIP vendors. |
|
25 |
+ |
|
26 |
+The SIP Express Router enables a flexible plug-in model for new |
|
27 |
+applications: Third parties can easily link their plug-ins with |
|
28 |
+the server code and provide thereby advanced and customized services. |
|
29 |
+In this way, plug-ins such as SNMP support, RADIUS accounting, |
|
30 |
+or SMS gateway have already been developed and are provided as |
|
31 |
+advanced features. Other modules are underway: Presence server, |
|
32 |
+firewall control, and more. |
|
33 |
+ |
|
34 |
+Its performance and robustness allows it to serve millions of users and |
|
35 |
+accommodate needs of very large operators. With a $3000 dual-CPU, the |
|
36 |
+SIP Express Router is able to power IP telephony services in an area |
|
37 |
+as large as the Bay Area during peak hours. Even on an IPAQ PDA, the server |
|
38 |
+withstands 150 calls per second (CPS)! The server has been powering our |
|
39 |
+iptel.org free SIP site withstanding heavy daily load that is further |
|
40 |
+increasing with the popularity of Microsoft's Messenger. |
|
41 |
+ |
|
42 |
+The SIP Express Router is extremely configurable to allow the creation of |
|
43 |
+various routing and admission policies as well as setting up new and |
|
44 |
+customized services. Its configurability allows it to serve many roles: |
|
45 |
+network security barrier, application server, or PSTN gateway guard for |
|
46 |
+example. |
|
47 |
+ |
|
48 |
+ |
|
49 |
+II. Feature List |
|
50 |
+ |
|
51 |
+Based on the latest standards, the SIP Express Router (SER) includes |
|
52 |
+support for registrar, proxy and redirect mode. Further it acts as |
|
53 |
+an application server with support for CPL, instant messaging and |
|
54 |
+presence (IM&P) including a 2G/SMS gateway, a call control policy |
|
55 |
+language, call number translation, private dial plans and accounting, |
|
56 |
+authorization and authentication (AAA) services. SER runs on Sun/Solaris, |
|
57 |
+PC/Linux, IPAQ/Linux platforms and supports both IPv4 and IPv6. |
|
58 |
+ |
|
59 |
+ |
|
60 |
+III. About iptel.org |
|
61 |
+ |
|
62 |
+iptel.org is a know-how company spun off from Germany's national |
|
63 |
+research company FhG Fokus. One of the first SIP implementations ever, |
|
64 |
+low-QoS enhancements, interoperability tests and VoIP-capable firewall |
|
65 |
+control concepts are examples of well-known FhG's work. |
|
66 |
+ |
|
67 |
+iptel.org continues to keep this know-how leadership in SIP. |
|
68 |
+The access rate of the company's site, a well-known source of |
|
69 |
+technological information, is a best proof of interest. Thousands |
|
70 |
+of hits come every day from the whole Internet. |
|
71 |
+ |
|
72 |
+ |
|
73 |
+IV. Contact & Licensing |
|
74 |
+ |
|
75 |
+For any additional information, send an inquiry to info@iptel.org. |
|
76 |
+Licensing conditions other than GPL are available on request. If |
|
77 |
+you need a help with ser, send an email to serhelp@iptel.org. |
|
78 |
+Report bugs at |
|
79 |
+https://developer.berlios.de/bugs/?func=addbug&group_id=480 |
|
80 |
+ |
|
81 |
+V. More Infromation |
|
82 |
+ |
|
83 |
+Most up-to-date information is always available at our website, |
|
84 |
+ http://www.iptel.org/ser/ |
|
85 |
+For information on how to install ser, read INSTALL. |
|
86 |
+SGML documentation is available in the 'doc' directory. |