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

From version 9.1
edited by ryanp
on 2021/09/09 18:02
Change comment: Import
To version 10.1
edited by michelk
on 2021/09/09 18:02
Change comment: Import

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Desktop Client Module Upgrade
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ryanp
1 +XWiki.michelk
Content
... ... @@ -8,6 +8,9 @@
8 8  {{note}}
9 9  Adding installers using this method **requires Desktop Client Module version >= 2.0.0**. To install the Desktop Client Module see [[doc:Desktop Client Module Installation]] or for upgrading see [[doc:Desktop Client Module Upgrade]].
10 10  {{/note}}
11 +
12 +(% class="auto-cursor-target" %)
13 +\\
11 11  {{/layout-cell}}
12 12  {{/layout-section}}
13 13  
... ... @@ -17,22 +17,43 @@
17 17  Download the .zip archive you wish to serve:
18 18  
19 19  {{code}}
20 -http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip
23 +wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/desktop-client-archive-2.1.3-final.6.zip
21 21  {{/code}}
22 22  
26 +(% class="auto-cursor-target" %)
27 +\\
28 +
23 23  {{info}}
24 24  You can always find the latest versions of iSymphony, the Desktop Client Installers, and the Desktop Client Module at the [[Download Archive>>url:http://docs.getisymphony.com/display/ISYMKB/Downloads+Archive||shape="rect"]] along with their download URLs.
25 25  {{/info}}
32 +
33 +(% class="auto-cursor-target" %)
34 +\\
26 26  )))
27 27  1. (((
37 +(% class="auto-cursor-target" %)
38 +Make sure the downloaded archive belongs to the user that is running the iSymphony server (on FreePBX installs this will be asterisk). If the file belongs to a different user (but the iSymphony process still has read access) iSymphony may not receive an event for the file creation and will not make the download available in the user interface until the server is restarted. 
39 +
40 +{{code}}
41 +chown asterisk:asterisk ./desktop-client-archive-2.1.3-final.6.zip
42 +{{/code}}
43 +
44 +(% class="auto-cursor-target" %)
45 +\\
46 +)))
47 +1. (((
28 28  Move the .zip archive to the installers directory created by the desktop client module:
29 29  
30 30  (((
31 -
51 +(% class="auto-cursor-target" %)
52 +\\
32 32  
33 33  {{code}}
34 -mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/
55 +mv ./desktop-client-archive-2.1.3-final.6.zip /opt/isymphony3/server/installers/
35 35  {{/code}}
57 +
58 +(% class="auto-cursor-target" %)
59 +\\
36 36  )))
37 37  )))
38 38  1. (((
... ... @@ -42,14 +42,20 @@
42 42  Removing a .zip archive will remove the hidden directory and prevent the installer from being served. Removing previous installers is not required; the latest version will always be served.
43 43  {{/info}}
44 44  
69 +(% class="auto-cursor-target" %)
70 +\\
71 +
45 45  {{info}}
46 46  If you wish to serve the legacy installers (version < 2.0.0) with the new module remove all of the .zip archives from the installer directory.
47 47  {{/info}}
75 +
76 +(% class="auto-cursor-target" %)
77 +\\
48 48  )))
49 49  
50 -
80 +\\
51 51  
52 -
82 +\\
53 53  {{/layout-cell}}
54 54  {{/layout-section}}
55 55  {{/layout}}