Merge remote-tracking branch 'upstream/feature/redesign' into feature/redesign

This commit is contained in:
Marcello Ceschia
2020-03-16 11:05:47 +01:00
2288 changed files with 97 additions and 288 deletions

0
.cache/.git_keep Normal file
View File

10
.gitignore vendored
View File

@@ -8,8 +8,8 @@ env/
etc/nginx/site-available/nginx.rules
etc/tftpd-hpa/tftpd.rules
etc/certs/*.pem
tftpboot/settings/*.cnf.xml
tftpboot/settings/*.tlv
tftpboot/settings/authorized_keys
tftpboot/settings/*.jar
tftpboot/settings/*.json
data/settings/*.cnf.xml
data/settings/*.tlv
data/settings/authorized_keys
data/settings/*.jar
data/settings/*.json

View File

@@ -10,6 +10,11 @@ The project also serves as a repository of current / up to date cisco skinny/scc
- [tftp-hpa](http://www.chschneider.eu/linux/server/tftpd-hpa.shtml)
- [nginx](https://www.nginx.com/resources/wiki/)
## PHP Dependencies
- php >= 7.x
- php-cli
- php-xml
## Usage
- Clone the repository
- Move the tftpboot directory (depends on your operating system):

View File

@@ -8,6 +8,12 @@ log_level = LOG_INFO ; LOG_EMERG|LOG_ALERT|LOG_CRIT|LOG_ERR|LOG_WARNING|LO
auto_generate_settings = FALSE
auto_sign = FALSE
auto_encrypt = FALSE
localnet = 192.168.178.0/24
[config]
file = /etc/asterisk/sccp.conf
database = asterisk
database_driver = postgres
[security]
cert_ca = NULL
@@ -53,3 +59,9 @@ urls.messages = NULL
urls.proxyserver = NULL
;vpn.
;phoneservices.
[SEP001122334455]
locale.country = Netherlands
locale.language = Dutch Netherlands
locale.langcode = nl_NL
locale.charset = utf-8

Some files were not shown because too many files have changed in this diff Show More