Show last authors
author | version | line-number | content |
---|---|---|---|
1 | **//On this page~://** | ||
2 | |||
3 | |||
4 | |||
5 | {{toc/}} | ||
6 | |||
7 | In iSymphony each [[Core Server>>doc:Core Servers]] contains its own license which specifies the number of [[doc:PBX Connections]], [[doc:Users]], 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:Connecting to the Administration Interface]]. | ||
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:Connecting to the Administration Interface]]. | ||
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. |