- coherent usage of upper case for section titles
- added notes about tracker and faq
... | ... |
@@ -23,27 +23,27 @@ |
23 | 23 |
Table of Contents |
24 | 24 |
================= |
25 | 25 |
|
26 |
-1. SIP server flavours |
|
27 |
-2. Supported architectures and requirements |
|
28 |
-3. Howto Build SIP server from the source distribution |
|
29 |
- 3.1 Kamailio fast track installation |
|
30 |
- 3.2 Details installing from source code |
|
31 |
- A) Set SIP server flavour |
|
32 |
- B) Build commands |
|
33 |
-4. Quick-Start installation guide |
|
34 |
- A) Getting help |
|
26 |
+1. SIP Server Flavours |
|
27 |
+2. Supported Architectures And Requirements |
|
28 |
+3. How-To Build SIP Server From The Source Code Distribution |
|
29 |
+ 3.1 Kamailio Fast Track Installation |
|
30 |
+ 3.2 Details Installing From Source Code |
|
31 |
+ A) Set SIP Server Flavour |
|
32 |
+ B) Build Commands |
|
33 |
+4. Quick-Start Installation Guide |
|
34 |
+ A) Getting Help |
|
35 | 35 |
B) Disclaimers |
36 |
- C) Quick start |
|
37 |
- D) SIP server with persistent data storage |
|
36 |
+ C) Quick Atart |
|
37 |
+ D) SIP Server With Persistent Data Storage |
|
38 | 38 |
5. Troubleshooting |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
-1. SIP server flavours |
|
42 |
+1. SIP Server Flavours |
|
43 | 43 |
---------------------- |
44 | 44 |
|
45 | 45 |
The two major SIP server flavours are: |
46 |
- - SIP Express Router (aka SER) |
|
46 |
+ - SIP Express Router (aka SER, the initial project name, started in 2001) |
|
47 | 47 |
- Kamailio (former OpenSER) |
48 | 48 |
|
49 | 49 |
Starting with version 3.0.0, the two SIP server flavours are built from |
... | ... |
@@ -69,7 +69,7 @@ Several installation tutorials for Kamailio are available on the web wiki: |
69 | 69 |
- http://www.kamailio.org/wiki/ |
70 | 70 |
|
71 | 71 |
|
72 |
-2. Supported architectures and requirements |
|
72 |
+2. Supported Architectures And Requirements |
|
73 | 73 |
------------------------------------------- |
74 | 74 |
|
75 | 75 |
Supported operating systems: |
... | ... |
@@ -225,8 +225,8 @@ OS Notes: |
225 | 225 |
make bin include_modules="mysql jabber cpl-c auth_radius group_radius uri_radius postgres pa" |
226 | 226 |
|
227 | 227 |
|
228 |
-3. Howto Build SIP Server From Source Distribution |
|
228 |
+3. Howto Build SIP Server From Source Code Distribution |
|
229 |
+------------------------------------------------------- |
|
229 | 230 |
|
230 | 231 |
(NOTE: if make doesn't work try gmake instead) |
231 | 232 |
|
... | ... |
@@ -251,11 +251,11 @@ tls, run: |
251 | 251 |
make all |
252 | 252 |
make install |
253 | 253 |
|
254 |
-3.2 Details Installing from Source Code |
|
254 |
+3.2 Details Installing From Source Code |
|
255 | 255 |
....................................... |
256 | 256 |
|
257 | 257 |
|
258 |
-A) Set SIP server Flavour |
|
258 |
+A) Set SIP Server Flavour |
|
259 | 259 |
|
260 | 260 |
If you don't have a clean source tree, first do: |
261 | 261 |
make proper |
... | ... |
@@ -269,7 +269,7 @@ To build SER flavour, you have to run first: |
269 | 269 |
The parameter 'FLAVOUR=ser' must be given all the time when make target |
270 | 270 |
is 'cfg'. |
271 | 271 |
|
272 |
-B) Build commands |
|
272 |
+B) Build Commands |
|
273 | 273 |
|
274 | 274 |
The SIP server is split in four main parts: The core, the modules, the |
275 | 275 |
utilties, and scripts/examples. When you build, you can decide to build |
... | ... |
@@ -408,8 +408,8 @@ are grouped based on Debian packaging rules. For example: |
408 | 408 |
Make targets: |
409 | 409 |
============= |
410 | 410 |
|
411 |
-Configure: |
|
411 |
+Make Local Build Config: |
|
412 |
+------------------------ |
|
412 | 413 |
|
413 | 414 |
* make cfg or make config - force config and module list regeneration |
414 | 415 |
|
... | ... |
@@ -473,7 +473,7 @@ Compile: |
473 | 473 |
* make modules |
474 | 474 |
or make modules exclude_modules="CVS print" etc. |
475 | 475 |
|
476 |
-Other make targets: |
|
476 |
+Other Make Targets: |
|
477 | 477 |
------------------- |
478 | 478 |
Make tags: |
479 | 479 |
make TAGS |
... | ... |
@@ -541,10 +541,10 @@ Install: |
541 | 541 |
"modules" or "excluded_modules"). |
542 | 542 |
|
543 | 543 |
|
544 |
-4. Quick-Start installation guide |
|
544 |
+4. Quick-Start Installation Guide |
|
545 | 545 |
--------------------------------- |
546 | 546 |
|
547 |
-A) Getting help |
|
547 |
+A) Getting Help |
|
548 | 548 |
|
549 | 549 |
This guide gives you instructions on how to set up the SIP server |
550 | 550 |
(SER or Kamailio) on your box quickly. In case the default configuration |
... | ... |
@@ -566,7 +566,7 @@ B) Disclaimers |
566 | 566 |
any name with the server. (This is on purpose to avoid installation |
567 | 567 |
dependencies on a database, which is needed for storing user credentials.) |
568 | 568 |
|
569 |
-C) Quick start |
|
569 |
+C) Quick Start |
|
570 | 570 |
|
571 | 571 |
The following step-by step guide gives you instructions how to install the |
572 | 572 |
SQL-free distribution of SIP server. If you need persistence and |
... | ... |
@@ -623,7 +623,7 @@ C) Quick start |
623 | 623 |
You can start SIP server directly with /usr/local/sbin/ser or |
624 | 624 |
/usr/local/sbin/kamailio. |
625 | 625 |
|
626 |
- 4) optionally, watch server's health using the |
|
626 |
+ 4) Optionally, watch server's health using the |
|
627 | 627 |
serctl or kamctl utility |
628 | 628 |
|
629 | 629 |
- to do so, first set the environment variable SIP_DOMAIN to your domain |
... | ... |
@@ -655,7 +655,7 @@ C) Quick start |
655 | 655 |
Auth user: the ID used for authentication |
656 | 656 |
Secret/Password: The configured authentication password |
657 | 657 |
|
658 |
-D) SIP Server with persistent data storage |
|
658 |
+D) SIP Server With Persistent Data Storage |
|
659 | 659 |
------------------------------------------ |
660 | 660 |
|
661 | 661 |
The default configuration is very simple and features many simplifications. |
... | ... |
@@ -753,15 +753,6 @@ D) SIP Server with persistent data storage |
753 | 753 |
4. Troubleshooting |
754 | 754 |
------------------ |
755 | 755 |
|
756 |
-Q: Windows Messenger authentication fails. |
|
757 |
- |
|
758 |
-A: The most likely reason for this problem is a bug in Windows Messenger. |
|
759 |
-WM only authenticates if server name in request URI equals authentication |
|
760 |
-realm. After a challenge is sent by SIP server, WM does not resubmit the |
|
761 |
-challenged request at all and pops up authentication window again. If you |
|
762 |
-want to authenticate WM, you need to set up your realm value to equal server |
|
763 |
-name. If your server has no name, IP address can be used as realm too. |
|
764 |
- |
|
765 | 756 |
Q: SIP requests are replied by SIP server with "483 Too Many Hops" or |
766 | 757 |
"513 Message Too Large" |
767 | 758 |
|
... | ... |
@@ -778,3 +769,11 @@ A: In both cases, the reason is probably an error in request routing script |
778 | 769 |
introduce a config option to ser.cfg or kamailio.cfg: alias=domainname, |
779 | 770 |
where domainname shall be replaced with name of domain, which you wish to |
780 | 771 |
server and which appears in request-URIs. |
772 |
+ |
|
773 |
+Q: Where to report issues? |
|
774 |
+ |
|
775 |
+A: Use bug tracker at: http://sip-router.org/tracker |
|
776 |
+ |
|
777 |
+Q: Any F.A.Q. that could be helpful to check before reporting an issue? |
|
778 |
+ |
|
779 |
+A: See: http://www.kamailio.org/wiki/tutorials/faq/main |