Minor doc improvement (#401)

- Added more info to disable VoIP calling so that it doesnt intefere with VoLTE call test
- Checkout 5.3 branch of kamailio (better for IPSec requiring phones)
This commit is contained in:
Supreeth Herle 2020-04-08 13:55:49 +02:00 committed by GitHub
parent 2e7d19a7f1
commit 3bb763292a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -43,14 +43,14 @@ libssl-dev libcurl4-openssl-dev libxml2-dev libpcre3-dev bash-completion g++ aut
libradcli4
```
#### 4. Clone Kamailio repository and checkout 5.2 version of repository
#### 4. Clone Kamailio repository and checkout 5.3 version of repository
```
$ mkdir -p /usr/local/src/
$ cd /usr/local/src/
$ git clone https://github.com/herlesupreeth/kamailio
$ cd kamailio
$ git checkout -b 5.2 origin/5.2
$ git checkout -b 5.3 origin/5.3
```
#### 5. Generate build config files
@ -352,6 +352,10 @@ Save and exit
- Now try calling from either phone
Upon completion of this test, set "Receive incoming calls" option to disabled state and set "Use SIP calling" to "Only for SIP calls"
{: .notice--warning}
#### 13. Create new mysql database for pcscf, scscf and icscf, populate databases and grant permissions to respective users identified by a password
```