Changes for page Getting Started

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

From version 5.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import
To version 9.1
edited by superadmin
on 2021/09/09 18:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +xwiki:ISYMDOCS.Home.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michaely
1 +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 indented 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,21 +11,39 @@
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  
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}}
... ... @@ -32,8 +32,8 @@
32 32  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.
33 33  {{/info}}
34 34  
35 -1. Follow the [[doc:FreePBX, Elastix and PBX in a Flash Installation]] instructions.
36 -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.
37 37  
38 38  Once these steps are complete you will have a fully functioning and configured install of iSymphony.
39 39  
... ... @@ -41,29 +41,33 @@
41 41  
42 42  For installations that do not utilize a FreePBX based configuration GUI.
43 43  
44 -1. Follow the [[doc:Asterisk Server (Vanilla) Installation]] instructions in order to get an iSymphony server installed and running.
45 -1. Log into the Administrator Interface. See [[doc:Connecting to the Administration Interface]].
46 -1. Change the default Administrator login credentials. See [[doc:Administrators]].
47 -1. Create a PBX Connection to your phone system. See [[doc:PBX Connections]].
48 -1. Configure your Extensions in iSymphony. See [[doc:Extensions]].
49 -1. Create iSymphony Users. See [[doc:Users]].
50 -1. Configure Queues. See [[doc:Queues]]. (optional)
51 -1. Configure Conference Rooms. See [[doc:Conference Rooms]]. (optional)
52 -1. Configure Parking Lots. See [[doc:Parking Lots]]. (optional)
53 -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)
54 54  
55 55  = 3. Applying Your License =
56 56  
57 -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]].
58 58  
59 -= 4. Connect To The Client Interface =
77 += 4. Setup The Voicemail And Recording Resource Host =
60 60  
61 -Log into the client interface. See [[Connecting to the Client Interface>>doc:Connecting To The Client Interface]].
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]].
62 62  
63 -= 5. Familiarize Yourself With The Functionality Of The Client Interface =
81 += 5. Connect To The Client Interface =
64 64  
65 -See the [[iSymphyony Users Guide>>doc:iSymphony User's Guide]] for more information.
83 +Log into the client interface. See [[Connecting to the Client Interface>>doc:ISYMDOCS.Connecting To The Client Interface]].
66 66  
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 +
67 67  (((
68 68  (% style="color: rgb(0,0,0);white-space: pre-wrap;background-color: rgb(237,245,255);" %)
69 69  
serverup.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +4.5 KB
Content