Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

This guide gathers all the information on setting up and using the Voicemail service.

Created: January 2019

Updated: November 2020April 2021

Permalink: https://confluence.wildix.com/x/LAAJAg

Table of Contents

General information and limitations

...

...

Forwarding is available starting from WMS version 4 from WIldix Wildix Phones (WP4X0G 2017 and , START, WorkForce, WelcomeConsole) for users of the same PBX (not in WMS network):

...

Note

You can also delete Voicemail from:

  • WP4X0, START, WorkForce, WelcomeConsole XML browser: press Voicemail button, select a message, select Info → Delete
  • Collaboration / iOS / Android / Vision / WP600XX: select one or multiple messages and click the trash icon

...

  • via Collaboration 
    • if "Web Push" is enabled in Collaboration Settings → Personal, Google chrome browser is open and user is logged in to Collaboration, user receives a popup notification about new Voicemails (check Collaboration - User Guide (Settings - Personal)
    • there is a label on the Voicemail tab displaying a number of unread messages in red color
  • to iOS / Android / Vision / WP600XX: Voicemail tab (located in history menu for iOS / Android) has a label displaying the number of unread messages in red color (+ LED blinking on Vision, WP600AXX)
  • to WP4X0, START, WorkForce, WelcomeConsole phones: LED blinking + the envelope icon in case there is a new message
  • to W-AIR handsets: LED blinking + the envelope icon in case there is a new message 

...

Custom provisioning parameter EnableMWISubscribe allows enabling Voicemail LED notifications for analog phones connected to W24FXS 2015. More information: Provisioning Custom Settings.

...

  • BLF / Feature key "Voicemail" supported on WP480G 2017 / WP490G 2017 (r3) / START / WelcomeConsole / WorkForce (recommended): allows you monitor and listen to Voicemail of the selected user (when new message received, BLF LED turns steady blue)
  • "Shared Voicemail" feature in WMS → Users → User preferences (old): subscribes you to the mailbox of the selected user (no access to personal mailbox via WP4X0 WP phones XML browser) 

Shared Voicemail BLF key

...

Both the mailbox owner and the subscriber can delete Voicemails from WP4X0 WP phones XML browser interface.

Important: ACL rule "Cannot use - Voicemail" has higher priority than "Can see - Voicemail", read ACL rules & Call classes management Guide for details.

...

By adding a rule in WMS → Users → Groups - "Cannot use - Voicemail" you can restrict access to Voicemail via Collaboration, Feature code, WP4X0 phonesWildix Phones, Vision, WP600AXX, iOS/ Android apps. 

...

Add a custom provisioning parameter "XMLBrowserAuth" to the config file /rw2/etc/provision.conf to enable PIN protection for Voicemail via XML for WP4X0, START, WorkForce, WelcomeConsole phones.

Note

This parameter does not limit access to Voicemail via Feature Code.

...

Exit Code "0" from Voicemail allowing caller to speak with an operator

Use case: someone has reached the company and the call was sent to Voicemail, caller can hit 0 at any time to speak with an operator 

How to enable it:

  1. Add the parameter operator=yes to the file voicemail.conf (More information: Custom config parameters List)
  2. Add the letter ‘o’ as called number to the Dialplan context (add "o" as called number and under it add "Dial the phone" / "Call group")

Dialplan example:


Note

The "o" entry must be added to all originating Dialplans that a call arrives in, where you want the user to be able to utilize the 0.

Examples:

  • In "main" Dialplan if you want callers coming in from a SIP trunk to be able to press 0
  • In "users" Dialplan if you want internal users that are assigned to the "users" Dialplan to be able to press 0


Auto-deletion of Voicemails

...