Changes for page Getting Started

Last modified by superadmin on 2021/09/09 20:56

From version 1.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import
To version 5.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -11,25 +11,11 @@
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, once the server is enabled.
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.
15 15  
16 -You can check to see if iSymphony is pre-installed by checking for the existence of the /opt/isymphony3 directory on the server.
16 +
17 17  
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.
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.
33 33  {{/info}}
34 34  
35 35  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.
... ... @@ -38,12 +38,8 @@
38 38  
39 39  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.
40 40  
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}}
27 +== FreePBX Based Install ==
44 44  
45 -== (% style="color: rgb(0,0,0);" %)FreePBX Based Install(%%) ==
46 -
47 47  For installs that utilize a FreePBX based configuration GUI.
48 48  
49 49  {{info}}