Basic FreePBX (Asterisk) Operations
Scope
Here are some basic operations of your Asterisk (FreePBX) server.
Any information provided here regarding "Asterisk" or "FreePBX" servers refers only to Telos-commissioned FreePBX (Asterisk) servers used with Telos Alliance telephony products. While these are third-party servers and software, we are able to provide limited pointers and advice (like this article) under normal support.
Shutdown
If removing power is required, your FreePBX server should always be shutdown gracefully using the following method:
- Open a terminal window.
- At the command prompt type:
shutdown -h now
- The server will halt and power off. The power LED on the front of the unit will do dark when the shutdown is finished.
Restarting
If you do need to restart the FreePBX server, use the following method:
- Open a terminal window.
- At the command prompt type:
shutdown -r now
- The server will restart. This will take 5-7 minutes.
Boot up
To start the server while it is powered down, press the power button on the front of the server. It may be behind a door.
Once fully booted (5-7 minutes), you will be presented with a login prompt.
Accessing the desktop
- If you are being presented with a login prompt, enter the username and password provided after comissioning.
- Enter command
startx
. The desktop will load.
Using TeamViewer
During comissioning, if allowed by the customer, a Telos engineer will typically set up TeamViewer unattended operation. If the server is rebooted, this TeamViewer access may not be possible until the following steps are taken. Follow these steps to reallow a Telos support engineer access to your server for remote assistance.
- Follow the Accessing the Desktop steps above if desktop is not currently displayed.
- Using the menu bar at the top of the screen, navigate to Applications > Internet. Click TeamViewer.
- If you are presented with a windows telling you the Teamviewer daemon is not started, press OK and go to step a. Otherwise, go to step 4.
- Open a terminal window.
- Type command
teamviewer --daemon start
(note there are two dashes, and the spelling of daemon). - Press enter. You should be presented with the message teamviewerd start/running. If you receive an error, check the spelling and case of the above command.
- Repeat step 2.
- Send the displayed ID and password to the Telos support engineer.