Howto13r3:Voice Note Voicemail XML Script: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
Open the PBX manager, your newly create Voicemail instance, open your new Voicemail app, and flag "custom"
Open the PBX manager, your newly create Voicemail instance, open your new Voicemail app, and flag "custom"


Download the Voicemail files from out download page: " http://download.innovaphone.com/ice/6.00 "
Download the Voicemail files from our download page: " http://download.innovaphone.com/ice/6.00 "


Now connect to your Voicemail app files folder as described here " https://wiki.innovaphone.com/index.php?title=Howto:V13_Access_Voicemail_Files " and upload the  Voicemail files and the VNote.xml file in the custom folder.
Now connect to your Voicemail app files folder as described here " https://wiki.innovaphone.com/index.php?title=Howto:V13_Access_Voicemail_Files " and upload the  Voicemail files and the VNote.xml file in the custom folder.

Revision as of 12:28, 20 March 2023

DRAFT


Summary

Some customers like to save voice memo and listen them using myApps/Voicemail app

With this new .XML, you can call an internal number, and save a Voice Memo directly in myApps. You will be able, later, to listen to it and save it using the Voicemail app. Here is how.

Applies To

This information applies to

  • All V13r1 PBX (and later) with App Platform.


System Requirements

The feature is based on an XML script typically provided by the Voicemail app. This can work also on older firmware (v12 with LinuxAP) with the previous Voicemail concept.

In this article, however, we want to focus on v13 and later.

Installation

Install and configure a second Voicemail app in your system: " https://wiki.innovaphone.com/index.php?title=Howto:V13_Create_a_second_Voicemail "

Open the PBX manager, your newly create Voicemail instance, open your new Voicemail app, and flag "custom"

Download the Voicemail files from our download page: " http://download.innovaphone.com/ice/6.00 "

Now connect to your Voicemail app files folder as described here " https://wiki.innovaphone.com/index.php?title=Howto:V13_Access_Voicemail_Files " and upload the Voicemail files and the VNote.xml file in the custom folder.

Open the advanced configuration of your PBX (via the Devices app or directly via browser), and in PBX/Config/Objects, open your newly created Voicemail object.

Change, in the second tab, the URL, that now will point to VNote.xml instead of vm.xml, eg:

from: https://APdnsname/domain.tld/voicemail_it/custom/vm.xml?$app=on&$_pbxmwidir=vm_files

to: https://APdnsname/domain.tld/voicemail_it/custom/VNote.xml?$app=on&$_pbxmwidir=vm_files

be aware that URL is case sensitive, so please pay attention to that.

Also, voicemail_it is used in this example, but you need to configure the correct language of your newly installed app ( voicemail_de , voicemail_fr , voicemail_en , ecc ecc)

Assign the new Voicemail object to the users you want to be able to use this feature. Doing so, they can see the badge count in myApps, listen and save the Voice Memo directly from the app.


Feature description for user

Call the number of the Voice Memo object.

When you hear the "beep", you can start recording your message. This message will be stored in your personal folder, and you can listen to it or download it using the Voicemail app (VNote in this example)

Installation

Known Problems

Download

  • download the complete file package of scripts and files described in this article.