Changes for page Desktop Client

Last modified by michelk on 2021/09/09 20:56

From version 9.1
edited by ryanp
on 2021/09/09 18:01
Change comment: Import
To version 7.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ryanp
1 +XWiki.michaely
Content
... ... @@ -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 hostname and port of the server you want to connect to. If no port is specified, the default port of 58080 will be used. The connection attempt will be 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 v2\.0\.0]]), 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}}
... ... @@ -94,7 +94,7 @@
94 94  |=(((
95 95  **Application Path:**
96 96  )))|(((
97 -/usr/bin/open
91 +open
98 98  )))
99 99  |=(((
100 100  **Argument Format String**:
... ... @@ -101,14 +101,8 @@
101 101  )))|(((
102 102  http:~/~/www.getisymphony.com?q=${PBX(UNIQUEID)
103 103  
104 -{{{-a /Applications/FireFox.app --args }}}}
98 +{{{/Applications/FireFox.app }}}}
105 105  )))
106 -
107 -
108 -
109 -The documentation for the open command can be found here:
110 -
111 -[[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"]]
112 112  {{/info}}
113 113  
114 114  
... ... @@ -126,22 +126,19 @@
126 126  == (% style="color: rgb(0,0,0);" %)Windows(%%) ==
127 127  
128 128  {{code}}
129 -Version 2.1+: C:\Users\<username>\AppData\Roaming\iSymphony Desktop\iSymphonyDesktop.json
130 -Version 1.x: C:\Users\<username>\AppData\Roaming\iSymphony\iSymphony.json
117 +C:\Users\<username>\AppData\Roaming\iSymphony\iSymphony.json
131 131  {{/code}}
132 132  
133 133  == OS X ==
134 134  
135 135  {{code}}
136 -Version 2.1+: /Users/<username>/Library/Application Support/iSymphony Desktop/iSymphonyDesktop.json
137 -Version 1.0: /Users/<username>/Library/Application Support/iSymphony.json
123 +/Users/<username>/Library/Application Support/iSymphony.json
138 138  {{/code}}
139 139  
140 140  == Linux ==
141 141  
142 142  {{code}}
143 -Version 2.1+: /home/<username>/iSymphony/iSymphony Desktop/iSymphonyDesktop.json
144 -Versin 1.0: /home/<username>/iSymphony/iSymphony.json
129 +/home/<username>/iSymphony/iSymphony.json
145 145  {{/code}}
146 146  {{/layout-cell}}
147 147  {{/layout-section}}