... | ... |
@@ -2,18 +2,18 @@ |
2 | 2 |
------------------------------------------------------------------------- |
3 | 3 |
IMPORTANT NOTES |
4 | 4 |
|
5 |
-1) The GPL applies to this copy of SIP Router software (sip-router). |
|
5 |
+1) The GPL applies to this copy of Kamailio software (sip-router). |
|
6 | 6 |
|
7 |
-2) SIP-router software allows programmers to plug-in external modules to the |
|
7 |
+2) The Kamailio software allows programmers to plug-in external modules to the |
|
8 | 8 |
core part. Note that GPL mandates all plug-ins developed for the |
9 |
- SIP-router software are to be released under GPL license to be GPL-ed or |
|
9 |
+ Kamailio software are to be released under GPL license to be GPL-ed or |
|
10 | 10 |
use a GPL compatible free software license. |
11 | 11 |
|
12 | 12 |
(see http://www.gnu.org/copyleft/gpl-faq.html#GPLAndPlugins |
13 | 13 |
for a detailed explanation) |
14 | 14 |
|
15 | 15 |
3) Note that the GPL bellow is copyrighted by the Free Software Foundation, |
16 |
- but the SIP-router software is copyrighted by multiple individuals and |
|
16 |
+ but the Kamailio software is copyrighted by multiple individuals and |
|
17 | 17 |
companies. |
18 | 18 |
|
19 | 19 |
------------------------------------------------------------------------- |
... | ... |
@@ -23,12 +23,12 @@ GNU Licence FAQ |
23 | 23 |
This FAQ provides answers to most frequently asked questions. To fully |
24 | 24 |
understand implications of the GNU license, read it. |
25 | 25 |
|
26 |
-- you can run SIP-router for any purpose |
|
26 |
+- you can run Kamailio for any purpose |
|
27 | 27 |
- you can redistribute it as long as you include source code and |
28 | 28 |
license conditions with the distribution |
29 |
-- you cannot release programs derived from SIP-router without releasing |
|
29 |
+- you cannot release programs derived from Kamailio without releasing |
|
30 | 30 |
their source code |
31 |
-- you can not change the copyright of any part of SIP-router |
|
31 |
+- you can not change the copyright of any part of Kamailio |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 |
------------------------------------------------------------------------- |
... | ... |
@@ -35,7 +35,8 @@ of other leading SIP vendors. |
35 | 35 |
The Kamailio software enables a flexible plug-in model for new applications: Third parties |
36 | 36 |
can easily link their plug-ins with the server code and provide thereby advanced and |
37 | 37 |
customized services. With a modern RPC interface, 3rd party application can integrate |
38 |
-and interact with services provided by Kamailio. |
|
38 |
+and interact with services provided by Kamailio. By using the EVAPI interface or the |
|
39 |
+embedded HTTP server restful applications can be built. |
|
39 | 40 |
|
40 | 41 |
Kamailio's performance and robustness allows it to serve millions of users and accommodate needs |
41 | 42 |
of very large operators. With a low-cost dual-CPU, the Kamailio server is able to power |