Wiki source code of Getting Started

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

Show last authors
1 **//On this page~://**
2
3
4
5 {{toc/}}
6
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
9 = 1. Before You Start =
10
11 {{info}}
12 **Important Information for FreePBX Distro Users**
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 must enable the server with the console commands below, then you may skip to **step 3** in this guide.
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.
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.
33 {{/info}}
34
35 Before you start, make sure that you review the [[doc:iSymphony 3\.5 Documentation.iSymphony Installation and Update Guide.iSymphony Requirements.WebHome]] and [[doc:iSymphony 3\.5 Documentation.iSymphony Installation and Update Guide.Supported Platforms.WebHome]] sections in order to ensure that your system supports iSymphony.
36
37 = 2. Installing iSymphony =
38
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
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}}
44
45 == (% style="color: rgb(0,0,0);" %)FreePBX Based Install(%%) ==
46
47 For installs that utilize a FreePBX based configuration GUI.
48
49 {{info}}
50 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.
51 {{/info}}
52
53 1. Follow the [[doc:iSymphony 3\.5 Documentation.iSymphony Installation and Update Guide.Installing iSymphony.FreePBX, Elastix and PBX in a Flash Installation.WebHome]] instructions.
54 1. Familiarize yourself with the iSymphony [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.FreePBX Module Administration.WebHome]] sections.
55
56 Once these steps are complete you will have a fully functioning and configured install of iSymphony.
57
58 == Vanilla Asterisk Install ==
59
60 For installations that do not utilize a FreePBX based configuration GUI.
61
62 1. Follow the [[doc:iSymphony 3\.5 Documentation.iSymphony Installation and Update Guide.Installing iSymphony.Asterisk Server (Vanilla) Installation.WebHome]] instructions in order to get an iSymphony server installed and running.
63 1. Log into the Administrator Interface. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Connecting to the Administration Interface.WebHome]].
64 1. Change the default Administrator login credentials. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Administrators.WebHome]].
65 1. Create a PBX Connection to your phone system. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.PBX Connections.WebHome]].
66 1. Configure your Extensions in iSymphony. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Extensions.WebHome]].
67 1. Create iSymphony Users. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Users.WebHome]].
68 1. Configure Queues. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Queues.WebHome]]. (optional)
69 1. Configure Conference Rooms. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Conference Rooms.WebHome]]. (optional)
70 1. Configure Parking Lots. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Parking Lots.WebHome]]. (optional)
71 1. Configure Statuses. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Statuses.WebHome]]. (optional)
72
73 = 3. Applying Your License =
74
75 If you have an iSymphony license apply it to your server. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Licensing.WebHome]].
76
77 = 4. Setup The Voicemail And Recording Resource Host =
78
79 In order to playback voicemails and recordings directly in browser, you must set up the voicemail and recording resource hosts. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Voicemail And Recording Playback Host Setup.WebHome]].
80
81 = 5. Connect To The Client Interface =
82
83 Log into the client interface. See [[Connecting to the Client Interface>>doc:iSymphony 3\.5 Documentation.iSymphony User's Guide.Connecting To The Client Interface.WebHome]].
84
85 = 6. Familiarize Yourself With The Functionality Of The Client Interface =
86
87 See the [[iSymphyony Users Guide>>doc:iSymphony 3\.5 Documentation.iSymphony User's Guide.WebHome]] for more information.
88
89 (((
90 (% style="color: rgb(0,0,0);white-space: pre-wrap;background-color: rgb(237,245,255);" %)
91
92 )))
iSymphony