Global Configuration File

From Pbxnsip Wiki

Jump to: navigation, search

The PBX uses a global file for configuration information which cannot be assigned to a specific domain. This file is located in the working directory of the PBX and has the name "pbx.xml" by default. It is a standard XML file, encoded in UTF-8.

Most of the settings are accessible from the web interface. However, there are some settings that usually should not be changed which are "hidden". However, changing them does change the behavior of the PBX. If you do changes to this file, you need to restart the service. As usual, we recommend that you make a backup before changing this file.

If you don't like to change the file, you can also use the web interface to create a request that changes the setting. It does the same thing like pressing the save button in the admin mode. For example if the address of the pbx is "pbx" and the setting that you want to change has the name "setting" (to the value "123"), then you can manually hand craft the URL:

http://pbx/reg_status.htm?save=save&setting=123

Ex: To change the CDR format of a PBX running on a localhost, one would use something like this:

http://localhost/reg_status.htm?save=save&cdr_format=$w$5d$25m$2o$20F$20T$20R$20r$15c$20f$15v


Caution : The above link will change your CDR format if you click on it with the PBX is running on the localhost!!!!

Personal tools
Getting Help