Starting sipXpbx
From SIPfoundry sipx, The Open Source SIP PBX for Linux - Calivia
Contents |
Start sipX
Starting on Redhat based systems
Start the sipX (as root):
/sbin/service sipxpbx start
The install script added sipxpbx to the default run level. Therefore, sipxpbx will be started automatically at boot time.
Starting on General Unix based systems
/etc/init.d/sipxpbx start
Login to the sipX Configuration Server Web Interface
Use your favorite browser from a different system with access to the sipX server and go to:
http://sipx.your.domain
First, you are asked to define a password for the superadmin user. Once entered successfully, you should then login as user superadmin.
Some Useful Commands
The following commands are available to better support administration and troubleshooting tasks:
Checking start-up status of sipX’s services:
/etc/init.d/sipxpbx status
Checking sipX configuration:
/etc/init.d/sipxpbx configtest
This is a useful command whenever you modify the configuration files, and is run for you before sipX services are started. Any problems are displayed on standard error and logged to /var/log/messages. If this test is performed as part of starting the services, the startup is not affected by finding an error; the services will continue to start even if errors are found (but may not operate correctly).
Reset Superadmin password using the command line: (Note: None of the services should be running when this command is performed, or it will fail with various "Address in use" type errors)
/usr/bin/sipxconfig.sh --database reset-superadmin

