Open devopsec opened 3 years ago
We will have a menu option under Settings called "Server Settings"
Cluster Configuration:
DSIP_ID = 1 DSIP_CLUSTER_ID = 1 DSIP_CLUSTER_SYNC = False
Port and Protocol Settings DSIP_PROTO = 'https' DSIP_PORT = '5000' DSIP_API_PROTO = 'https' DSIP_API_PORT = 5000
Log Settings
DSIP_LOG_LEVEL = 3 DSIP_LOG_FACILITY = 18
General Settings
DEBUG = False
Database Setttings
MySQL settings for kamailio
Database cluster
KAM_DB_HOST = ['64.129.84.11','64.129.84.12','50.237.20.11','50.237.20.12']
Single Host KAM_DB_HOST = 'localhost'
Database Engine Driver to connect with (leave empty for default)
supported drivers: mysqldb | pymysql
see sqlalchemy docs for more info: https://docs.sqlalchemy.org/en/latest/core/engines.html KAM_DB_DRIVER = '' KAM_DB_TYPE = 'mysql' KAM_DB_PORT = '3306' KAM_DB_NAME = 'kamailio' KAM_DB_USER = 'kamailio' KAM_DB_PASS = b'0fdd431f7458d2e2b950f980534f7e7fcb41e9f99a073f6f54fb803803c0aa8629e55cfec6868b699ca1ca7fef22779c013fe32cdbcb4640bbe421b97d71477c398a2b346fe5d667ca493f1162cd2da4
Mail Server Settings
Network Settings INTERNAL_IP_ADDR = '159.203.62.132' INTERNAL_IP_NET = '159.203.62.*' EXTERNAL_IP_ADDR = '159.203.62.132' EXTERNAL_FQDN = 'sip.dsiprouter.org'
This was never implemented in v0.65 and was too ambitious.
Holding off until some of the plumbing for server is updated (ref #343 ).
Make the rest of the server settings accessible via the GUI under the tab "System Settings".