dOpensource / dsiprouter

UI Interface for implementing Kamailio to provide PBX Hosting and SIP Trunking Services
https://dsiprouter.org
Apache License 2.0
197 stars 105 forks source link

Server Settings Accessible Via GUI #361

Open devopsec opened 3 years ago

devopsec commented 3 years ago

Make the rest of the server settings accessible via the GUI under the tab "System Settings".

mackhendricks commented 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

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'

devopsec commented 10 months ago

This was never implemented in v0.65 and was too ambitious.
Holding off until some of the plumbing for server is updated (ref #343 ).