Changes for page Remote Agents

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

From version < 3.1 >
edited by superadmin
on 2021/09/09 18:39
To version 1.1 >
edited by michaely
on 2021/09/09 18:01
>
Change comment: Import

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -xwiki:ISYMDOCS.Home.iSymphony Administrator's Guide
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.superadmin
1 +XWiki.michaely
Tags
... ... @@ -1,1 +1,0 @@
1 -files|recording|remote|voicemail
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  = 1 Installation =
10 10  
11 -An iSymphony Agent is nothing more than the normal iSymphony Server with the majority of the functionality turned off. For instructions on how to install the base iSymphony Server see [[doc:ISYMDOCS.Home.iSymphony Installation and Update Guide.Installing iSymphony.Asterisk Server (Vanilla) Installation.WebHome]].
11 +An iSymphony Agent is nothing more than the normal iSymphony Server with the majority of the functionality turned off. For instructions on how to install the base iSymphony Server see [[doc:Asterisk Server (Vanilla) Installation]].
12 12  
13 13  Do not start the server. If you are using the RPM installation the server will be started automatically on install. If this is the case use the following command to stop the server.
14 14  
... ... @@ -53,15 +53,15 @@
53 53  </Configuration>
54 54  {{/code}}
55 55  )))
56 -1. Open the file** /opt/isymphony3/server/jvm.args**.
56 +1. Open the file** /opt/isymphony3/server/conf/agent/servlet.xml**.
57 57  1. (((
58 -Add the following line to the end of the file:
58 +Modify the **BrokerConnectionhost** to the IP or hostname of your main iSymphony Server and change the **transport** type to **tcp**.
59 59  
60 60  {{code language="xml"}}
61 --Dcom.xmlnamespace.panel.framework.jms.broker_url=tcp://<hostname>:51000
61 +<Configuration>
62 + <BrokerConnection host="[ip or hostname of the main iSymphony Server]" port="51000" transport="tcp"/>
63 +</Configuration>
62 62  {{/code}}
63 -
64 -Be sure to modify the <hostname> parameter to match your main iSymphony server hostname, and if necessary, change the port number from 51000 to the port that you're using for your broker on your primary server.
65 65  )))
66 66  1. Open the file **/opt/isymphony3/server/conf/agent/voicemail.xml.**
67 67  1. (((
iSymphony