Howto:Simple caller notification Voicemail XML Script: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
* Create a new folder called ''notify'' on the CF card
* Create a new folder called ''notify'' on the CF card
* Copy files from the [[Howto:Simple_caller_notification_Voicemail_XML_Script#Download | download page]] to this new folder named ''notify''
* Copy files from the [[Howto:Simple_caller_notification_Voicemail_XML_Script#Download | download page]] to this new folder named ''notify''
* Configure a VM object which points to the modified vm.xml script (for example http://127.0.0.1/DRIVE/CF0/notify/prompt-or-record.xml)
* Configure a VM object which points to the modified vm.xml script (for example <nowiki>http://127.0.0.1/DRIVE/CF0/notify/prompt-or-record.xml</nowiki>)
** From V13 on you can upload files to the AP-Platform via the Files-app to get access to them via webdav.<br>Read here howto accomplish it http://wiki.innovaphone.com/index.php?title=Howto:Record_an_announcement_by_phone#Using_V13_Files-app_as_storage_location
** From V13 on you can upload files to the AP-Platform via the Files-app to get access to them via webdav. [http://wiki.innovaphone.com/index.php?title=Howto:Record_an_announcement_by_phone#Using_V13_Files-app_as_storage_location Read here howto accomplish it].


* Calling the VM object will allow you to record the notification - this will be saved as ''announcement.g711a''
* Calling the VM object will allow you to record the notification - this will be saved as ''announcement.g711a''

Revision as of 09:27, 28 March 2022

3rd party input
this is 3rd party content not provided by innovaphone, see history for authors.

Applies To

This information applies to

  • innovaphone PBX, V6 SR1 and later
  • innovaphone Voicemail
  • innovaphone phones, including softphone and bria softphone

More Information

This article explains how a simple caller notification could be set up by using a modified voicemail script. The Calling Party will get a simple notification without the possibility to leave a message. The most popular example is a caller notification, that he is calling beyond working hours.

System Requirements

  • Running innovaphone PBX V6 SR1 and later
  • Installed compact flash card or external WebServer with webdav funtionatilty
  • Running innovaphone Voicemail

Configuration

  • Create a new folder called notify on the CF card
  • Copy files from the download page to this new folder named notify
  • Configure a VM object which points to the modified vm.xml script (for example http://127.0.0.1/DRIVE/CF0/notify/prompt-or-record.xml)
  • Calling the VM object will allow you to record the notification - this will be saved as announcement.g711a
  • A call diverted to the VM object will play the announcement and quit the call


Known Problems

A simple call to the VM object can delete/overwrite the announcement. To provide this, you may delete the extension number after recording and make the call divertion depending on the NAME of the VM object.

Download

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