First-Time Setup File
First-Time Setup File
For rapid deployment of Vodia PBX servers with consistent configurations, create a setup.json file in the working directory. Upon initial startup, the PBX will automatically apply the parameters specified in this file.
Example file
{ "settings": { "activation_key": "$key", "pw_pass": "$md5_pass", "pw_user": "vodia", "sys_wildcard": "*.vodia-pbx.com", "sys_name": "Vodia Cloud PBX", "email_global":"cloud", "email_list_performance":"pbx@vodia.com" } }
-
To get a full list of all available settings run this curl command against any existing PBX
curl --location -g -s -u 'admin:password' -k 'https://pbx.vodia-pbx.com/rest/system/config' | jq -r
-
The pw_pass parameter, representing the administrator password, requires MD5 hashing