Changes for page Remote Agents

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

From version < 2.1 >
edited by colinw
on 2021/09/09 18:01
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 -iSymphony Administrator's Guide
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.colinw
1 +XWiki.michaely
Tags
... ... @@ -1,1 +1,0 @@
1 -files|recording|remote|voicemail
Content
... ... @@ -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