Changes for page Getting Started

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

From version 4.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import
To version 6.1
edited by koryl
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michaely
1 +XWiki.koryl
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 must enable the server with the console commands below, then you may skip to **step 3** in this guide.
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.
... ... @@ -60,11 +60,15 @@
60 60  
61 61  If you have an iSymphony license apply it to your server. See [[doc:Licensing]].
62 62  
63 -= 4. Connect To The Client Interface =
77 += 4. Setup The Voicemail And Recording Resource Host =
64 64  
79 +In order to playback voicemails and recordings directly in browser, you must set up the voicemail and recording resource hosts. SeeĀ [[doc:Voicemail And Recording Playback Host Setup]].
80 +
81 += 5. Connect To The Client Interface =
82 +
65 65  Log into the client interface. See [[Connecting to the Client Interface>>doc:Connecting To The Client Interface]].
66 66  
67 -= 5. Familiarize Yourself With The Functionality Of The Client Interface =
85 += 6. Familiarize Yourself With The Functionality Of The Client Interface =
68 68  
69 69  See the [[iSymphyony Users Guide>>doc:iSymphony User's Guide]] for more information.
70 70