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>

...

Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=34144300" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

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

Created: January 2019

Updated: October November 2020

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

Table of Contents

General information and limitations

...

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

...

Warning

Feature works only for WP480G / WP490G 2017 (r3)/ WelcomeConsole/ WorkForce.

(BLF key is not displayed in Collaboration - Function keys menu)displayed in Collaboration -> Fn keys menu starting from WMS 5.02.20201116.5)


Note

Note: Starting from WMS 5.02.20201015.2, the BLF "Voicemail" can be used for viewing missed Call group calls and voicemails notifications. Check the documentation How to set up the Call Group notifications manager feature for details.


Note

For USA/ Canada PBXs Voicemail is protected by PIN by default. This affects all the cases: access via Feature Code 81, access via XML by pressing Voicemail button, access to shared Mailbox via BLF key "Voicemail" etc.

To access Voicemail, users have to enter their PIN (PIN = the first 5 characters of the user's WEB password).

How to enter the PIN code from the phone:

  • to enter any letter (lowercase or uppercase) or digit, press once the corresponding alphanumeric key once (no need to press the key several times to find the exact letter)
  • to enter any special symbol (pound included), enter the * (star) symbol

You can disable the PIN protection by adding ACL permission "can use" - "voicemail without pin code" in WMS Users - Groups.

Note

Note: Starting from WMS 5.02.20201015.2, the BLF "Voicemail" can be used for viewing missed Call group calls notifications. Please check the documentation Call distribution in Call groups for details.


How-to:

  • Add ACL permission "Can see - Voicemail - group" (Specify group) (in WMS → Users → Groups)
  • Add Feature key "Voicemail" and specify user (via Collaboration or WMS). More information: Collaboration - User Guide (Settings - Function keys)

...

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

...

Currently three requests are supported: DELETE / PUT / GET. Check documentation (under History → Voicemail): https://manualswww.wildix.com/pbxwms5-controlapi-apisinterface/ 

Troubleshooting

Voicemails not saved (Physical, Virtual PBXs)

...