Changes for page Desktop Client

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

From version 1.1
edited by ryanp
on 2021/09/09 18:01
Change comment: Import
To version 3.1
edited by michelk
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ryanp
1 +XWiki.michelk
Content
... ... @@ -52,6 +52,17 @@
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 +)))
55 55  |=(((
56 56  Global Hotkey:
57 57  )))|(((
... ... @@ -94,7 +94,7 @@
94 94  |=(((
95 95  **Application Path:**
96 96  )))|(((
97 -open
108 +/usr/bin/open
98 98  )))
99 99  |=(((
100 100  **Argument Format String**:
... ... @@ -101,8 +101,14 @@
101 101  )))|(((
102 102  http:~/~/www.getisymphony.com?q=${PBX(UNIQUEID)
103 103  
104 -{{{/Applications/FireFox.app }}}}
115 +{{{-a /Applications/FireFox.app --args }}}}
105 105  )))
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"]]
106 106  {{/info}}
107 107  
108 108  
... ... @@ -120,19 +120,22 @@
120 120  == (% style="color: rgb(0,0,0);" %)Windows(%%) ==
121 121  
122 122  {{code}}
123 -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
124 124  {{/code}}
125 125  
126 126  == OS X ==
127 127  
128 128  {{code}}
129 -/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
130 130  {{/code}}
131 131  
132 132  == Linux ==
133 133  
134 134  {{code}}
135 -/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
136 136  {{/code}}
137 137  {{/layout-cell}}
138 138  {{/layout-section}}