tutorials:getting-started:main
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:getting-started:main [2015/07/24 13:27] – miconda | tutorials:getting-started:main [2019/08/28 03:44] (current) – [Linux/Unix] ali | ||
---|---|---|---|
Line 87: | Line 87: | ||
Troubleshooting Kamailio and SIP requires knowledge of various tools for | Troubleshooting Kamailio and SIP requires knowledge of various tools for | ||
- | reading and searching log files (e.g., grep, awk), sniffing the network (e.g., | + | reading and searching log files (e.g., grep, awk), sniffing the network (e.g., sngrep, |
ngrep, tcpdump, wireshark). Of course, knowing to work with text editor, | ngrep, tcpdump, wireshark). Of course, knowing to work with text editor, | ||
especially the ones for terminal if the server is remote, is quite obvious | especially the ones for terminal if the server is remote, is quite obvious | ||
Line 103: | Line 103: | ||
* [[install: | * [[install: | ||
+ | |||
+ | When installing from sources: | ||
+ | |||
+ | * configuration files are deployed in: / | ||
+ | * binary files are deployed in: / | ||
==== Debian ==== | ==== Debian ==== | ||
Line 129: | Line 134: | ||
apt-get install kamailio-mysql-modules kamailio-tls-modules | apt-get install kamailio-mysql-modules kamailio-tls-modules | ||
</ | </ | ||
+ | |||
+ | When installing from deb packages: | ||
+ | |||
+ | * configuration files are deployed in: / | ||
+ | * binary files are deployed in: /usr/sbin/ | ||
==== CentoOS ==== | ==== CentoOS ==== | ||
Line 146: | Line 156: | ||
</ | </ | ||
+ | When installing from rpm packages: | ||
+ | |||
+ | * configuration files are deployed in: / | ||
+ | * binary files are deployed in: /usr/sbin/ | ||
===== Configuration File ===== | ===== Configuration File ===== | ||
Line 158: | Line 172: | ||
* / | * / | ||
+ | ==== Configuration Scripting Language ==== | ||
+ | |||
+ | Kamailio uses its own configuration file language. Its structure is described in the Core Cookbook: | ||
+ | |||
+ | * [[cookbooks: | ||
==== Default Configuration File ==== | ==== Default Configuration File ==== | ||
Line 247: | Line 266: | ||
The tool can be used to create and manage the database structure needed by Kamailio, therefore it should be immediately after Kamailio installation, | The tool can be used to create and manage the database structure needed by Kamailio, therefore it should be immediately after Kamailio installation, | ||
- | It is not used for managing the records inside the database tables, just for database structure and access to the database (e.g., granting/ | + | It is not used for managing the records inside the database tables, just for database structure and access to the database (e.g., granting/ |
==== kamcmd ==== | ==== kamcmd ==== | ||
Line 327: | Line 346: | ||
* [[http:// | * [[http:// | ||
+ | ==== Related Open Source Projects ==== | ||
+ | |||
+ | Open source projects embedding Kamailio that can help rolling out specific use cases. | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[http:// |
tutorials/getting-started/main.1437744467.txt.gz · Last modified: 2015/07/24 13:27 by miconda