Changes for page Desktop Client
Last modified by michelk on 2021/09/09 20:56
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- 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 +{{code}} 63 + restartApplication&locale=en_us 64 +{{/code}} 65 +))) 55 55 |=((( 56 56 Global Hotkey: 57 57 )))|((( ... ... @@ -101,7 +101,7 @@ 101 101 )))|((( 102 102 http:~/~/www.getisymphony.com?q=${PBX(UNIQUEID) 103 103 104 -{{{-a /Applications/FireFox.app --args }}}} 115 +{{{-n -a /Applications/FireFox.app --args }}}} 105 105 ))) 106 106 107 107 ... ... @@ -126,19 +126,22 @@ 126 126 == (% style="color: rgb(0,0,0);" %)Windows(%%) == 127 127 128 128 {{code}} 129 -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 130 130 {{/code}} 131 131 132 132 == OS X == 133 133 134 134 {{code}} 135 -/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 136 136 {{/code}} 137 137 138 138 == Linux == 139 139 140 140 {{code}} 141 -/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 142 142 {{/code}} 143 143 {{/layout-cell}} 144 144 {{/layout-section}}