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 11.1
edited by michelk
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michaely
1 +XWiki.michelk
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}}
... ... @@ -46,6 +46,17 @@
46 46  
47 47  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.
48 48  )))
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 +{{code}}
63 + restartApplication&locale=en_us
64 +{{/code}}
65 +)))
49 49  |=(((
50 50  Global Hotkey:
51 51  )))|(((
... ... @@ -88,7 +88,7 @@
88 88  |=(((
89 89  **Application Path:**
90 90  )))|(((
91 -open
108 +/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 }}}}
115 +{{{-a /Applications/FireFox.app --args }}}}
99 99  )))
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"]]
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
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
118 118  {{/code}}
119 119  
120 120  == OS X ==
121 121  
122 122  {{code}}
123 -/Users/<username>/Library/Application Support/iSymphony.json
147 +Version 2.1+: /Users/<username>/Library/Application Support/iSymphony Desktop/iSymphonyDesktop.json
148 +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
154 +Version 2.1+: /home/<username>/iSymphony/iSymphony Desktop/iSymphonyDesktop.json
155 +Versin 1.0: /home/<username>/iSymphony/iSymphony.json
130 130  {{/code}}
131 131  {{/layout-cell}}
132 132  {{/layout-section}}