Merge remote-tracking branch 'upstream/feature/redesign' into feature/redesign
This commit is contained in:
0
.cache/.git_keep
Normal file
0
.cache/.git_keep
Normal file
10
.gitignore
vendored
10
.gitignore
vendored
@@ -8,8 +8,8 @@ env/
|
|||||||
etc/nginx/site-available/nginx.rules
|
etc/nginx/site-available/nginx.rules
|
||||||
etc/tftpd-hpa/tftpd.rules
|
etc/tftpd-hpa/tftpd.rules
|
||||||
etc/certs/*.pem
|
etc/certs/*.pem
|
||||||
tftpboot/settings/*.cnf.xml
|
data/settings/*.cnf.xml
|
||||||
tftpboot/settings/*.tlv
|
data/settings/*.tlv
|
||||||
tftpboot/settings/authorized_keys
|
data/settings/authorized_keys
|
||||||
tftpboot/settings/*.jar
|
data/settings/*.jar
|
||||||
tftpboot/settings/*.json
|
data/settings/*.json
|
||||||
|
@@ -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)
|
- [tftp-hpa](http://www.chschneider.eu/linux/server/tftpd-hpa.shtml)
|
||||||
- [nginx](https://www.nginx.com/resources/wiki/)
|
- [nginx](https://www.nginx.com/resources/wiki/)
|
||||||
|
|
||||||
|
## PHP Dependencies
|
||||||
|
- php >= 7.x
|
||||||
|
- php-cli
|
||||||
|
- php-xml
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
- Clone the repository
|
- Clone the repository
|
||||||
- Move the tftpboot directory (depends on your operating system):
|
- Move the tftpboot directory (depends on your operating system):
|
||||||
|
12
config.ini
12
config.ini
@@ -8,6 +8,12 @@ log_level = LOG_INFO ; LOG_EMERG|LOG_ALERT|LOG_CRIT|LOG_ERR|LOG_WARNING|LO
|
|||||||
auto_generate_settings = FALSE
|
auto_generate_settings = FALSE
|
||||||
auto_sign = FALSE
|
auto_sign = FALSE
|
||||||
auto_encrypt = FALSE
|
auto_encrypt = FALSE
|
||||||
|
localnet = 192.168.178.0/24
|
||||||
|
|
||||||
|
[config]
|
||||||
|
file = /etc/asterisk/sccp.conf
|
||||||
|
database = asterisk
|
||||||
|
database_driver = postgres
|
||||||
|
|
||||||
[security]
|
[security]
|
||||||
cert_ca = NULL
|
cert_ca = NULL
|
||||||
@@ -53,3 +59,9 @@ urls.messages = NULL
|
|||||||
urls.proxyserver = NULL
|
urls.proxyserver = NULL
|
||||||
;vpn.
|
;vpn.
|
||||||
;phoneservices.
|
;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
Reference in New Issue
Block a user