Wiki source code of Licensing

Last modified by Scott Gagan on 2021/09/10 23:36

Show last authors
1 **//On this page~://**
2
3
4
5 {{toc/}}
6
7 In iSymphony each [[Core Server>>doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Core Servers.WebHome]] contains its own license which specifies the number of [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.PBX Connections.WebHome]], [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Configuration.Users.WebHome]], Queues and Concurrent User Connections that are allowed on the system. You can access the licensing section by selecting **Settings->Licensing** in the iSymphony Administration Interface.
8
9 = Activating/Updating A License =
10
11 You can activate and update your license within the iSymphony Administration Interface or if you are using the iSymphony FreePBX module you can do so from within the iSymphony FreePBX administration page.
12
13 {{info}}
14 In order to activate a license your server needs to be able to make outbound TCP connections to** 3.license.getisymphony.com** on port **49996**.
15
16 The following command can be used to open the port when using IPTables:
17
18 {{code language="bash"}}
19 iptables -A OUTPUT -o eth0 -p tcp --dport 49996 -m state --state NEW,ESTABLISHED -j ACCEPT
20 {{/code}}
21
22 The above command assumes that your server connects to the outside via eth0. If your network interface differs you will want to replace eth0 with the proper interface.
23 {{/info}}
24
25 == FreePBX Module ==
26
27 1. Log into FreePBX.
28 1. Navigate to **Admin->iSymphony**.
29 1. In the **License** section enter the license serial key you wish to activate or update into the **Activate** field and click the **Activate** button.
30 1. If this is your first time activating this license you will be prompted to enter the **Name** and **Email** of the license owner.
31
32 == iSymphony Administration Interface ==
33
34 1. Log into the iSymphony Administration Interface. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Connecting to the Administration Interface.WebHome]].
35 1. Navigate to **Settings->Licensing** using the iSymphony Administration Interface menu.
36 1. In the Activation section enter the license serial key you wish to activate or update into the field and click the **Activate** button.
37 1. If this is your first time activating this license you will be prompted to enter the **Name** and **Email** of the license owner.
38
39 = Locating Your License Details =
40
41 You can locate your currently installed license details in one of two places depending on if you are using the FreePBX module or not.
42
43 == FreePBX Module ==
44
45 1. Log into FreePBX.
46 1. Navigate to **Admin->iSymphony**.
47 1. Your license details will be displayed in the **License** Section.
48
49 == iSymphony Administration Interface ==
50
51 1. Log into the iSymphony Administration Interface. See [[doc:iSymphony 3\.5 Documentation.iSymphony Administrator's Guide.Connecting to the Administration Interface.WebHome]].
52 1. Navigate to **Settings->Licensing** using the iSymphony Administration Interface menu.
53 1. Your license details will be displayed in the **License Information** section.
54
55 = Determining Your License Maintenance Expiration Date =
56
57 It is important to know when the maintenance period on your license is going to expire. Knowing your maintenance expiration date will allow you to determine if your license will support an upgrade to a newer version, and if you will be able to receive support from our staff for technical issues. See the [[doc:Licensing.Licensing and Purchasing FAQ.WebHome]] for more information on what license maintenance provides.
58
59 There are two methods to view your license maintenance expatriation date.
60
61 == View Maintenance Expiration Date On A Running Server ==
62
63 If your server is running, and your license is installed, you can view your license maintenance expiration date in the license details sections of the iSymphony Administrator, or the FreePBX GUI. See [[Locating Your License Details>>doc:WebHome||anchor="Locating Your License Details"]] above.
64
65 == View Maintenance Expiration Date From Your Account ==
66
67 1. Log into your account at [[www.getisymphony.com>>url:https://www.getisymphony.com/customer/account/login/||shape="rect"]].
68 1. Select **Licenses** from the top menu.
69 1. Locate the license of interest in the license list. Your maintenance expiration date will be reported next to the license.
iSymphony