Changes for page Getting Started
Last modified by superadmin on 2021/09/09 20:56
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,11 +11,25 @@ 11 11 {{info}} 12 12 **Important Information for FreePBX Distro Users** 13 13 14 -If you are utilizing the FreePBX Distro from [[http:~~/~~/www.freepbx.org>>url:http://www.freepbx.org||shape="rect"]] you may already have iSymphony installed and ready to go. If your FreePBX Distro comes with iSympohny V3 pre-installed you can skip to **step 3** in this guide. 14 +If you are utilizing the FreePBX Distro from [[http:~~/~~/www.freepbx.org>>url:http://www.freepbx.org/||shape="rect"]] you may already have iSymphony installed and ready to go. If your FreePBX Distro comes with iSympohny V3 pre-installed you can skip to **step 3** in this guide, once the server is enabled. 15 15 16 - 16 +You can check to see if iSymphony is pre-installed by checking for the existence of the /opt/isymphony3 directory on the server. 17 17 18 -(% style="color: rgb(0,0,0);" %)To check if your FreePBX system already has iSymphony V3 pre-installed navigate to **Admin->iSymphony V3** in FreePBX and verify that the server **Connected** status is showing **YES**. If you do not have **Admin->iSymphony V3 **in the FreePBX menu review the iSymphony Requirements and Supported Platforms below and continue to **step 2** in this guide to install the iSymphony Server. 18 +**Enabling the iSymphony server in the FreePBX Distro** 19 + 20 +By default the iSymphony server is disabled in the FreePBX Distro. You can run the following commands to enable it. 21 + 22 +{{code language="bash"}} 23 +service iSymphonyServerV3 start 24 +{{/code}} 25 + 26 +{{code language="bash"}} 27 +chkconfig iSymphonyServerV3 on 28 +{{/code}} 29 + 30 +The second command above will ensure that the iSymphony server restarts on reboot of the server. 31 + 32 +Once the iSymphony server is enabled, run an **Apply Config** in FreePBX to configure the iSymphony server. 19 19 {{/info}} 20 20 21 21 Before you start, make sure that you review the [[doc:iSymphony Requirements]] and [[doc:Supported Platforms]] sections in order to ensure that your system supports iSymphony. ... ... @@ -24,8 +24,12 @@ 24 24 25 25 Dependent on your utilization of a FreePBX based (or FreePBX derived, such as Trixbox or PBX In a Flash) configuration GUI for Asterisk, your installation method may vary. 26 26 27 -== FreePBX Based Install == 41 +{{info}} 42 +All installation packages can be found in ourĀ [[doc:ISYMKB.Downloads Archive]]. We recommend utilizing theĀ latest stable release, that supports your platform. 43 +{{/info}} 28 28 45 +== (% style="color: rgb(0,0,0);" %)FreePBX Based Install(%%) == 46 + 29 29 For installs that utilize a FreePBX based configuration GUI. 30 30 31 31 {{info}}