Changes for page Desktop Client

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

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michaely
1 +XWiki.ryanp
Content
... ... @@ -23,8 +23,14 @@
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 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**.
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.
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 +
28 28  If you did not copy the URL, or you downloaded the installer outside of the Client interface, enter the following URL:
29 29  
30 30  {{code}}
... ... @@ -88,7 +88,7 @@
88 88  |=(((
89 89  **Application Path:**
90 90  )))|(((
91 -open
97 +/usr/bin/open
92 92  )))
93 93  |=(((
94 94  **Argument Format String**:
... ... @@ -95,8 +95,14 @@
95 95  )))|(((
96 96  http:~/~/www.getisymphony.com?q=${PBX(UNIQUEID)
97 97  
98 -{{{/Applications/FireFox.app }}}}
104 +{{{-a /Applications/FireFox.app --args }}}}
99 99  )))
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"]]
100 100  {{/info}}
101 101  
102 102  
... ... @@ -114,19 +114,22 @@
114 114  == (% style="color: rgb(0,0,0);" %)Windows(%%) ==
115 115  
116 116  {{code}}
117 -C:\Users\<username>\AppData\Roaming\iSymphony\iSymphony.json
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
118 118  {{/code}}
119 119  
120 120  == OS X ==
121 121  
122 122  {{code}}
123 -/Users/<username>/Library/Application Support/iSymphony.json
136 +Version 2.1+: /Users/<username>/Library/Application Support/iSymphony Desktop/iSymphonyDesktop.json
137 +Version 1.0: /Users/<username>/Library/Application Support/iSymphony.json
124 124  {{/code}}
125 125  
126 126  == Linux ==
127 127  
128 128  {{code}}
129 -/home/<username>/iSymphony/iSymphony.json
143 +Version 2.1+: /home/<username>/iSymphony/iSymphony Desktop/iSymphonyDesktop.json
144 +Versin 1.0: /home/<username>/iSymphony/iSymphony.json
130 130  {{/code}}
131 131  {{/layout-cell}}
132 132  {{/layout-section}}