beautify VoLTE docs (#333)

This commit is contained in:
Sukchan Lee 2019-12-17 21:12:57 +09:00
parent 50f5a527a8
commit 83cf871ff7
1 changed files with 4 additions and 0 deletions

View File

@ -213,7 +213,9 @@ If you changed the password for the 'kamailio' user of MySQL, you have to update
#### 11. The init.d script
The init.d script can be used to start/stop the Kamailio server in a nicer way. A sample of init.d script for Kamailio is provided at:
```
/usr/local/src/kamailio/pkg/kamailio/deb/debian/kamailio.init
```
Just copy the init file into the /etc/init.d/kamailio. Then change the permissions:
@ -231,7 +233,9 @@ CFGFILE=/usr/local/etc/kamailio/kamailio.cfg
```
You need to setup a configuration file in the /etc/default/ directory. This file can be found at:
```
/usr/local/src/kamailio/pkg/kamailio/deb/bionic/kamailio.default
```
You need to rename the /etc/default/kamailio file to 'kamailio' after you've copied it.
Then edit this file and set RUN_KAMAILIO=yes. Edit the other options as per your setup.