Couple of small changes
This commit is contained in:
parent
cd30a20cf6
commit
8bdd6beee8
22
README.md
22
README.md
|
@ -32,20 +32,13 @@ You can find more information and documentation on our [
|
||||
- clang >= 3.6 (note: older not supported, higher advised)
|
||||
- gnu make
|
||||
- pbx:
|
||||
- asterisk >= 1.8 (absolute minimum & not recommended)
|
||||
- asterisk >= 13.7 or asterisk >= 14.0 recommended
|
||||
- gui:
|
||||
- freepbx >= 13.0.192
|
||||
- standard posix compatible applications like sed, awk, tr
|
||||
- a working version of [chan-sccp](https://github.com/chan-sccp/chan-sccp)
|
||||
|
||||
### Requirements
|
||||
- Chan_SCCP module 4.3.1 (or later) channel driver for Asterisk: [See our WIKI](https://github.com/chan-sccp/chan-sccp/wiki/Building-and-Installation-Guide)
|
||||
- expected configure flags:
|
||||
- Chan_SCCP module 4.3.4 (or later) channel driver for Asterisk: [See our WIKI](https://github.com/chan-sccp/chan-sccp/wiki/Building-and-Installation-Guide)
|
||||
- sccp_manager expects these configure flags to be set during compilation:
|
||||
```./configure --enable-conference --enable-advanced-functions --enable-distributed-devicestate --enable-video```
|
||||
- Creating mysql DB from sorce
|
||||
```mysql -u root asterisk < mysql-v5_enum.sql```
|
||||
|
@ -77,16 +70,17 @@ Make sure you have the following installed on your system:
|
|||
9. Apply Config to FreePBX.
|
||||
|
||||
### Module update to latest state
|
||||
|
||||
If you installed sccp_manager using git clone instead of installing a zip
|
||||
file / tarball then you can do easily keep up with the latest develop by
|
||||
doing this:
|
||||
|
||||
1. Goto to module into your local system. (/var/www/html/admin/modules/sccp_manager/)
|
||||
|
||||
> cd /var/www/html/admin/modules/sccp_manager/
|
||||
> git fetch
|
||||
> git pull
|
||||
> git checkout extension_mobility
|
||||
> or
|
||||
> git checkout develop
|
||||
|
||||
|
||||
### IMPORTANT NOTES:
|
||||
- !!! If something stops working, use the master branch [master](https://github.com/PhantomVl/sccp_manager/tree/master)
|
||||
!!! master branch does not support changes into chan-sccp made after October 2018.
|
||||
|
|
Loading…
Reference in a new issue