Howto13r1:Access Voicemail Files: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
mNo edit summary
Line 32: Line 32:
===Global Data===
===Global Data===


Global voicemail data such as voicemail-xml-scripts and announcement are located within the AppPlatform-filesystem. Access is possible by a combination of WebDAV and SSH.
Global voicemail data such as voicemail-xml-scripts and announcement are located within the AppPlatform-filesystem. Following a step-by-step guidance on how to access and manipulate those data:


Here's a step-by-step guidance how to access those data:
# step to AppStore & download the currently use voicemail-package (e.g. VM-DE)
 
# unpack the webbuild.zip, step inside to the deepest level and also unpack httpfiles.zip
* To exchange the VM-package or parts of it, first download a country-specific voicemail-package from the download page.
# move/change/edit the contents (e.g. replace announcements by your own, add further xml-files, ...)
* Unpack the webbuild.zip file. Inside another file called httpfiles.zip is contained. Unpack this too.
#* Note: no subfolders are allowed and interpreted upon processing
* Inside the directory httpfiles, one can find language specific announcements and voicemail-xml-files
# zip again the whole folder httpfiles
* Edit/change/replace with your own xml data
# Step to Apps-App main menu bar, select "Settings" and enable "Developer Mode"
* Zip directory httpfiles again
# Select the installed voicemail-app, stop it and choose "App-Upload" in top menu bar
 
# In new window, via "+Add Files" the changed httpfiles.zip can be uploaded
Since 13r1sr4:
#* Note: upon data upload or VoicemailAPP-update via AppStore, any yet existing data get lost
 
# Address the own xml within a new instance and the associated VM object by use of an https-path
* Step to Apps-App
* In main menu bar select "Settings" and enable "Developer Mode"
* Select the installed voicemail app and choose "App-Upload" in top menu bar
* In new window, select "+Add Files", choose the changed httpfiles.zip and store to upload


[[image:upload_voicemail_files.png]]
[[image:upload_voicemail_files.png]]
<!--
* open WinSCP webav client
* create a new network connection
* use protocol: SCP
* use Host: AppPlatform with appropriate credentials
* step to /home/admin
* copy httpfiles.zip to here
* open putty
* login to the AppPlatform with appropriate credentials
* execute su- , again admin-pwd
* /apps/voicemail_<country> contains the originally installed httpfiles.zip
* copy httpfiles.zip from /home/admin to /apps/voicemail_<country>
* Change owner of httpfiles.zip : chown voicemail_<country> httpfiles.zip
* Change rights of httpfiles.zip: chmod 700 httpfiles.zip
-->
Remark: upon VoicemailAPP-update via AppStore, any above made changes are lost.


== Related Articles ==
== Related Articles ==

Revision as of 10:14, 13 November 2019

Applies To

This information applies to

  • v13r1 and up

More Information

This article documents how to access voicemail related files such as personal announcements and voicemail-xml-scripts used in the V13-VoicemailAPP.

File Types

Personal Data

Personal voicemail data such as announcements are located within the VoicemailAPP-filesystem and are accessible via WebDAV by use of an appropriate client (e.g. WinSCP).

Here's a step-by-step guidance how to access those data by use of WinSCP:

  • open WinSCP WebDAV client
  • create a new network connection
  • use protocol: WebDAV
  • use encryption: TLS
  • use Host: AppPlatform (e.g. "apps.system.tld")
  • step to Advanced section
  • at environment/directories add: <system>/voicemail_<country>/vm_files
  • Save access profile and connect with the credentials "instance_name" and "instance_password"

Upload personal voicemail files.png


  • If unknown, "instance_password" may be changed at the vm-instance AND also at the vm-object AND services:

Voicemail passwd.png

Now one can find the user directories with the corresponding sub-directories (personal, store) and copy encoded personal greetings to these locations.

Global Data

Global voicemail data such as voicemail-xml-scripts and announcement are located within the AppPlatform-filesystem. Following a step-by-step guidance on how to access and manipulate those data:

  1. step to AppStore & download the currently use voicemail-package (e.g. VM-DE)
  2. unpack the webbuild.zip, step inside to the deepest level and also unpack httpfiles.zip
  3. move/change/edit the contents (e.g. replace announcements by your own, add further xml-files, ...)
    • Note: no subfolders are allowed and interpreted upon processing
  4. zip again the whole folder httpfiles
  5. Step to Apps-App main menu bar, select "Settings" and enable "Developer Mode"
  6. Select the installed voicemail-app, stop it and choose "App-Upload" in top menu bar
  7. In new window, via "+Add Files" the changed httpfiles.zip can be uploaded
    • Note: upon data upload or VoicemailAPP-update via AppStore, any yet existing data get lost
  8. Address the own xml within a new instance and the associated VM object by use of an https-path

Upload voicemail files.png

Related Articles