Changes for page Getting Started
Last modified by superadmin on 2021/09/09 20:56
To version 9.1
edited by superadmin
on 2021/09/09 18:12
on 2021/09/09 18:12
Change comment:
There is no comment for this version
Summary
-
Page properties (4 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +xwiki:ISYMDOCS.Home.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.mi chaely1 +XWiki.superadmin - Tags
-
... ... @@ -1,0 +1,1 @@ 1 +install|started|installation|setup|getting - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 {{toc/}} 6 6 7 -This document is in dented for users who are new to iSymphony 3.0 and want to get a basic installation of iSymphony up and running. This document can also be used as a general setup guide.7 +This document is intended for users who are new to iSymphony 3.0 and want to get a basic installation of iSymphony up and running. This document can also be used as a general setup guide. 8 8 9 9 = 1. Before You Start = 10 10 ... ... @@ -11,14 +11,28 @@ 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 -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. 35 +Before you start, make sure that you review the [[doc:ISYMDOCS.iSymphony Requirements]] and [[doc:ISYMDOCS.Supported Platforms]] sections in order to ensure that your system supports iSymphony. 22 22 23 23 = 2. Installing iSymphony = 24 24 ... ... @@ -36,8 +36,8 @@ 36 36 You can only use the [[doc:FreePBX, Elastix and PBX in a Flash Installation]] instructions if using a system that is based on **FreePBX 2.10+** due to the FreePBX version support of the iSymphony FreePBX module. If you are using a system based on a version of FreePBX below 2.10 you will have to use the **Vanilla Asterisk Install** instructions. 37 37 {{/info}} 38 38 39 -1. Follow the [[doc:FreePBX, Elastix and PBX in a Flash Installation]] instructions. 40 -1. Familiarize yourself with the iSymphony [[doc:FreePBX Module Administration]] sections. 53 +1. Follow the [[doc:ISYMDOCS.FreePBX, Elastix and PBX in a Flash Installation]] instructions. 54 +1. Familiarize yourself with the iSymphony [[doc:ISYMDOCS.FreePBX Module Administration]] sections. 41 41 42 42 Once these steps are complete you will have a fully functioning and configured install of iSymphony. 43 43 ... ... @@ -45,29 +45,33 @@ 45 45 46 46 For installations that do not utilize a FreePBX based configuration GUI. 47 47 48 -1. Follow the [[doc:Asterisk Server (Vanilla) Installation]] instructions in order to get an iSymphony server installed and running. 49 -1. Log into the Administrator Interface. See [[doc:Connecting to the Administration Interface]]. 50 -1. Change the default Administrator login credentials. See [[doc:Administrators]]. 51 -1. Create a PBX Connection to your phone system. See [[doc:PBX Connections]]. 52 -1. Configure your Extensions in iSymphony. See [[doc:Extensions]]. 53 -1. Create iSymphony Users. See [[doc:Users]]. 54 -1. Configure Queues. See [[doc:Queues]]. (optional) 55 -1. Configure Conference Rooms. See [[doc:Conference Rooms]]. (optional) 56 -1. Configure Parking Lots. See [[doc:Parking Lots]]. (optional) 57 -1. Configure Statuses. See [[doc:Statuses]]. (optional) 62 +1. Follow the [[doc:ISYMDOCS.Asterisk Server (Vanilla) Installation]] instructions in order to get an iSymphony server installed and running. 63 +1. Log into the Administrator Interface. See [[doc:ISYMDOCS.Connecting to the Administration Interface]]. 64 +1. Change the default Administrator login credentials. See [[doc:ISYMDOCS.Administrators]]. 65 +1. Create a PBX Connection to your phone system. See [[doc:ISYMDOCS.PBX Connections]]. 66 +1. Configure your Extensions in iSymphony. See [[doc:ISYMDOCS.Extensions]]. 67 +1. Create iSymphony Users. See [[doc:ISYMDOCS.Users]]. 68 +1. Configure Queues. See [[doc:ISYMDOCS.Queues]]. (optional) 69 +1. Configure Conference Rooms. See [[doc:ISYMDOCS.Conference Rooms]]. (optional) 70 +1. Configure Parking Lots. See [[doc:ISYMDOCS.Parking Lots]]. (optional) 71 +1. Configure Statuses. See [[doc:ISYMDOCS.Statuses]]. (optional) 58 58 59 59 = 3. Applying Your License = 60 60 61 -If you have an iSymphony license apply it to your server. See [[doc:Licensing]]. 75 +If you have an iSymphony license apply it to your server. See [[doc:ISYMDOCS.Licensing]]. 62 62 63 -= 4. Connect To TheClientInterface =77 += 4. Setup The Voicemail And Recording Resource Host = 64 64 65 - Logintothe clientinterface.See[[Connectingto theClientInterface>>doc:ConnectingTo The ClientInterface]].79 +In order to playback voicemails and recordings directly in browser, you must set up the voicemail and recording resource hosts. See [[doc:ISYMDOCS.Voicemail And Recording Playback Host Setup]]. 66 66 67 -= 5. Familiarize Yourself WithThe FunctionalityOfThe Client Interface =81 += 5. Connect To The Client Interface = 68 68 69 - See the [[iSymphyonyUsersGuide>>doc:iSymphony User's Guide]]formore information.83 +Log into the client interface. See [[Connecting to the Client Interface>>doc:ISYMDOCS.Connecting To The Client Interface]]. 70 70 85 += 6. Familiarize Yourself With The Functionality Of The Client Interface = 86 + 87 +See the [[iSymphyony Users Guide>>doc:ISYMDOCS.Home.iSymphony User's Guide.WebHome]] for more information. 88 + 71 71 ((( 72 72 (% style="color: rgb(0,0,0);white-space: pre-wrap;background-color: rgb(237,245,255);" %) 73 73
- serverup.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiGuest - Size
-
... ... @@ -1,0 +1,1 @@ 1 +4.5 KB - Content