Changes for page Desktop Client
Last modified by michelk on 2021/09/09 20:56
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.michel k1 +XWiki.michaely - Content
-
... ... @@ -5,7 +5,7 @@ 5 5 6 6 This document covers how use the Desktop Client Application. The Desktop Client Application allows users to utilize the iSymphony client interface from within a native application that runs on the user's machine. This allows iSymphony to act as a native application, with its own window and shortcuts. The Desktop Client Application also allows for functionality like Global Hot Key focusing and application based CRM popups. 7 7 8 -If you have not already installed the Desktop Client Application, see [[doc:Desktop Client Installation v2\.0\.0]].8 +If you have not already installed the Desktop Client Application, see [[doc:Desktop Client Installation]]. 9 9 10 10 11 11 {{/layout-cell}} ... ... @@ -23,14 +23,8 @@ 23 23 {{layout-cell}} 24 24 = Initial Setup = 25 25 26 -When you first launch the Desktop Client Application you will prompted to enter the hostnameand port of the server you want toconnect to.Ifnoport is specified,the defaultport of58080 willbe used.Theconnectionattemptwillbe validated.26 +When you first launch the Desktop Client Application you will prompted to enter the server URL. If you downloaded the Desktop Client Installer from the iSymphony Client interface (See [[doc:Desktop Client Installation]]), simply paste the URL that you were provided and click **OK**. 27 27 28 -If you are unsure of the port or hostname, you can check the iSymphony Client interface (See [[doc:Desktop Client Installation v2\.0\.0]]). 29 - 30 -(% style="color: rgb(0,0,0);font-size: 24.0px;" %)Initial Setup for Legacy Client 31 - 32 -When you first launch the Desktop Client Application you will prompted to enter the server URL. If you downloaded the Desktop Client Installer from the iSymphony Client interface (See [[doc:Desktop Client Installation v1\.0\.1]]), simply paste the URL that you were provided and click **OK**. 33 - 34 34 If you did not copy the URL, or you downloaded the installer outside of the Client interface, enter the following URL: 35 35 36 36 {{code}} ... ... @@ -52,17 +52,6 @@ 52 52 53 53 If the client requires additional URLs to access the panel, depending on the location of the user, they can be set up in the Administration interface. See Desktop Client Configuration. 54 54 ))) 55 -|=(% colspan="1" %)(% colspan="1" %) 56 -((( 57 -Host parameters 58 -)))|(% colspan="1" %)(% colspan="1" %) 59 -((( 60 -This allows the user to add additional parameters to the configured iSymphony server. For example: this could be used to set the language of the application by providing the parameter 61 - 62 -{{expand}} 63 -restartApplication&locale=en_us 64 -{{/expand}} 65 -))) 66 66 |=((( 67 67 Global Hotkey: 68 68 )))|((( ... ... @@ -97,33 +97,6 @@ 97 97 1. Set the **Type** to **Application.** 98 98 1. Open the settings for the Desktop Client Application and choose a Predefined CRM configuration, or set up a Custom Configuration. See Settings above. 99 99 100 -{{info title="Special Notes For OS X"}} 101 -OS X requires the use of the open application in order to launch .app files. This means that the application you will be running is open , while the arguments will specify the path to the .app file to launch, along with any other arguments. 102 - 103 -For example, if we want to open a URL in Firefox, we can use the following settings: 104 - 105 -|=((( 106 -**Application Path:** 107 -)))|((( 108 -/usr/bin/open 109 -))) 110 -|=((( 111 -**Argument Format String**: 112 -)))|((( 113 -http:~/~/www.getisymphony.com?q=${PBX(UNIQUEID) 114 - 115 -{{{-a /Applications/FireFox.app --args }}}} 116 -))) 117 - 118 - 119 - 120 -The documentation for the open command can be found here: 121 - 122 -[[https:~~/~~/developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/open.1.html>>url:https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/open.1.html||shape="rect"]] 123 -{{/info}} 124 - 125 - 126 - 127 127 = Clear Settings = 128 128 129 129 In some case you will want to clear out all settings for the Desktop Client Application, and start from scratch, as if you just installed the application. ... ... @@ -137,22 +137,19 @@ 137 137 == (% style="color: rgb(0,0,0);" %)Windows(%%) == 138 138 139 139 {{code}} 140 -Version 2.1+: C:\Users\<username>\AppData\Roaming\iSymphony Desktop\iSymphonyDesktop.json 141 -Version 1.x: C:\Users\<username>\AppData\Roaming\iSymphony\iSymphony.json 96 +C:\Users\<username>\AppData\Roaming\iSymphony\iSymphony.json 142 142 {{/code}} 143 143 144 144 == OS X == 145 145 146 146 {{code}} 147 -Version 2.1+: /Users/<username>/Library/Application Support/iSymphony Desktop/iSymphonyDesktop.json 148 -Version 1.0: /Users/<username>/Library/Application Support/iSymphony.json 102 +/Users/<username>/Library/Application Support/iSymphony.json 149 149 {{/code}} 150 150 151 151 == Linux == 152 152 153 153 {{code}} 154 -Version 2.1+: /home/<username>/iSymphony/iSymphony Desktop/iSymphonyDesktop.json 155 -Versin 1.0: /home/<username>/iSymphony/iSymphony.json 108 +/home/<username>/iSymphony/iSymphony.json 156 156 {{/code}} 157 157 {{/layout-cell}} 158 158 {{/layout-section}}