Changes for page Remote Installations

Last modified by ryanp on 2021/09/09 20:55

<
From version < 4.1 >
edited by michaely
on 2021/09/09 18:01
To version < 8.1 >
edited by michaely
on 2021/09/09 18:01
>
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -18,17 +18,17 @@
18 18  
19 19  iSymphony will need a clear path of communication between it and the PBX. Specific ports need to be accessible between the servers, so we need to ensure that no firewall, or IP access list is, blocking communication.
20 20  
21 -== Open Firewall Ports ==
21 +== Open Ports on the Firewall ==
22 22  
23 23  iSymphony connects to the PBX on TCP portĀ **5038**. If using FreePBX, the FreePBX iSymphony module will connect to the the iSymphony Server, on TCP ports **55050**, and **58080. **These ports must be open on any firewalls, between the servers.
24 24  
25 25  == Asterisk Permit Entry ==
26 26  
27 -In order for iSymphony to connect to the Asterisk server, you will need to add the IP of the iSymphony server to the manager entry of the remote PBX. How this is done depends on if your remote PBX is based on FreePBX, or not.
27 +In order for iSymphony to connect to the Asterisk server, you will need to add the IP of the iSymphony server to the manager entry of the remote PBX. How this is done depends on if your remote PBX is is based on FreePBX, or not.
28 28  
29 29  === Remote FreePBX Server ===
30 30  
31 -Perform these steps on the remote FreePBX install.
31 +Perform these steps on the remote PBX.
32 32  
33 33  1. Log into FreePBX.
34 34  1. Navigate to **Settings->Manager Users->cxpanel.**
... ... @@ -48,29 +48,16 @@
48 48  Only perform these steps if your remote server is **not **based on FreePBX.
49 49  {{/info}}
50 50  
51 -1. On the remote server, open the fileĀ **/etc/asterisk/manager.conf**.
52 -1. (((
53 -Add a permit entry into the iSymphony manager connection that specifies the IP of the iSymphony Server.
51 +
54 54  
55 -{{code}}
56 -[isymphony]
57 - secret = mysecret
58 - deny=0.0.0.0/0.0.0.0
59 - permit=127.0.0.1/255.255.255.0
60 - permit=[ip of the iSymphony Server]/255.255.255.255
61 - read = all
62 - write = all
63 -{{/code}}
64 -)))
65 -1. Save the file.
66 -1. (((
67 -Reload the Asterisk manager using the following command.
53 +
68 68  
69 -{{code language="bash"}}
70 -asterisk -rx "manager reload"
71 -{{/code}}
72 -)))
55 +
73 73  
57 +
58 +
59 +
60 +
74 74  = 3. Modify The PBX Connection Information =
75 75  
76 76  In order to set up a remote PBX connection, with the iSymphony Server, you need to configure the iSymphony Server with the connection information of the PBX. In the case of a remote FreePBX installation, you will also need to configure the iSymphony FreePBX module, with the connection information of the iSymphony Server. The additional connection information, in the FreePBX module, will allow the module to synchronize the configuration, between FreePBX and the iSymphony Server.
iSymphony