Various sleep intervals
Variables in sipxconfig.properties that control various sleep intervals. They are all expressed in milliseconds.
...
Panel |
---|
phoneRestartManager.throttleInterval=1000 |
First-run mode
Beginning with version 3.10 when sipXconfig starts for the first time (after fresh installation or an upgrade) it replicates basic configuration:
...
Panel |
---|
sipxconfig.sh --first-run |
Automatic replication on startup
sipXconfig 3.0 automatically replicates on start-up, regenerating the IMDB XML files that contain
configuration info used by the PBX. This is good for production systems, but can be
inconvenient for hand-configured test systems. To suppress this
behavior, add the line
...
Make sure that sipxconfig.properties has a new line character in the last line.
Default page size in sipXconfig tables
By default sipXconfig displays 20 items per page in its tables.
You can change the number of items displayed in sipXconfig tables by adding an option to the /etc/sipxpbx/sipxconfig.properties.in file.
For example to set number of items per page to 35 add the following line:
...
Do not forget about a new line character in the last line.
Ant related problems
Ant and even more so optional Ant tasks (which we use quite a lot in sipXconfig) can misbehave easily when they cannot find a proper jar.
Finding XML parser that satisfied all the tasks and does not result in some dependency problems can be a challenge.
...