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 23: Line 23:
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 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#Use_your_own_voicemail_files_with_the_voicemail-App_in_custom_mode " and upload the content of the VNote.zip file in the customer folder.
 
Now connect to your Voicemail app files folder as described here " https://wiki.innovaphone.com/index.php?title=Howto:V13_Access_Voicemail_Files#Use_your_own_voicemail_files_with_the_voicemail-App_in_custom_mode " and upload the Voicemail files and the VNote.xml file in the custom folder.


'''!!Be aware that you need to upload the files in the "custom" folder, and not the vm_files folder!!'''
'''!!Be aware that you need to upload the files in the "custom" folder, and not the vm_files folder!!'''

Revision as of 13:31, 20 March 2023

DRAFT


Summary

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

With this new .XML, you can call an internal number, and save a Voice Note 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 V13r3 PBX (and later) with App Platform.


System Requirements

The feature is based on an XML script typically provided by the Voicemail app. This version is supported from v13r3 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"

Now connect to your Voicemail app files folder as described here " https://wiki.innovaphone.com/index.php?title=Howto:V13_Access_Voicemail_Files#Use_your_own_voicemail_files_with_the_voicemail-App_in_custom_mode " and upload the content of the VNote.zip file in the customer folder.

!!Be aware that you need to upload the files in the "custom" folder, and not the vm_files 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 Voicemail instance name there.

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.

Known Problems

Download

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