Wiki source code of Getting Started

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

Hide last authors
michaely 1.1 1 **//On this page~://**
2
3
4
5 {{toc/}}
6
koryl 7.1 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.
michaely 1.1 8
9 = 1. Before You Start =
10
11 {{info}}
12 **Important Information for FreePBX Distro Users**
13
koryl 6.1 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.
michaely 1.1 15
koryl 6.1 16 You can check to see if iSymphony is pre-installed by checking for the existence of the /opt/isymphony3 directory on the server.
michaely 1.1 17
koryl 6.1 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.
michaely 1.1 33 {{/info}}
34
superadmin 43.1 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.
michaely 1.1 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
koryl 6.1 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}}
michaely 1.1 44
koryl 6.1 45 == (% style="color: rgb(0,0,0);" %)FreePBX Based Install(%%) ==
46
michaely 1.1 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
superadmin 41.1 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.
superadmin 37.1 54 1. Familiarize yourself with the iSymphony [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.FreePBX Module Administration.WebHome]] sections.
michaely 1.1 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
superadmin 40.1 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.
superadmin 36.1 63 1. Log into the Administrator Interface. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Connecting to the Administration Interface.WebHome]].
superadmin 28.1 64 1. Change the default Administrator login credentials. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Administrators.WebHome]].
superadmin 31.1 65 1. Create a PBX Connection to your phone system. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.PBX Connections.WebHome]].
superadmin 30.1 66 1. Configure your Extensions in iSymphony. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Extensions.WebHome]].
superadmin 35.1 67 1. Create iSymphony Users. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Users.WebHome]].
superadmin 33.1 68 1. Configure Queues. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Queues.WebHome]]. (optional)
superadmin 29.1 69 1. Configure Conference Rooms. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Conference Rooms.WebHome]]. (optional)
superadmin 32.1 70 1. Configure Parking Lots. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Parking Lots.WebHome]]. (optional)
superadmin 34.1 71 1. Configure Statuses. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Statuses.WebHome]]. (optional)
michaely 1.1 72
73 = 3. Applying Your License =
74
superadmin 38.1 75 If you have an iSymphony license apply it to your server. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Licensing.WebHome]].
michaely 1.1 76
koryl 6.1 77 = 4. Setup The Voicemail And Recording Resource Host =
michaely 1.1 78
superadmin 39.1 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]].
koryl 6.1 80
81 = 5. Connect To The Client Interface =
82
superadmin 44.1 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]].
michaely 1.1 84
koryl 6.1 85 = 6. Familiarize Yourself With The Functionality Of The Client Interface =
michaely 1.1 86
superadmin 45.1 87 See the [[iSymphyony Users Guide>>doc:iSymphony 3\.5 Documentation.iSymphony User's Guide.WebHome]] for more information.
michaely 1.1 88
89 (((
90 (% style="color: rgb(0,0,0);white-space: pre-wrap;background-color: rgb(237,245,255);" %)
91
92 )))
iSymphony