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="fb-like" data-href="#https://confluence.wildix.com/x/FgDfAg" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...

Html
 <div class="lang-box-pdf">
	<div>
<div class="lang-switch">
			<span class="letters-form"><a title="English" href="#">EN</a>&nbsp;|&nbsp;<a title="Italian" href="#" >IT</a>&nbsp;|&nbsp;<a title="French" href="#" target="_blank">FR</a>&nbsp;|&nbsp;<a title="German" href="#">DE</a></span>
		</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=48168982" 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

Document descriptionThe Document describes how to set up personal voicemail greeting to be played before the default voicemail greeting.

Created: June 2019

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

Table of Contents

Use case 

...

  • Set -> theExt -> ${EXTEN:9} - creates a variable called "theExt" and assigns extensions to it
  • Custom application -> Playback(/var/spool/callweaver/voicemail/${theExt}/1) (add it to the first called number) / Playback(/var/spool/callweaver/voicemail/${theExt}/2) (add it to the second called number) - plays personal recordings
  • Go to voicemail -> ${theExt} -> sends a call to voicemail 


How to use it

A user can then forward calls to either "1AltGreetXXX" or 2AltGreetXXX" where XXX is an extension number.

Option 1. Add a message to be played before the default voicemail greeting

If you want to have a custom greeting like "Holiday Alert, I will be away until Tuesday July 2nd" that plays before your usual greeting, proceed with the following steps:

Step 1. Record personal recording

Record a message using the string 84*1*1

...

  • 84 - Feature code "Personal Record"
  • 1 - the ID number of a recording
  • 1 - the option allowing you to start the recording

Step 2. Set up call

...

forwarding

  • Go to Collaboration -> Settings -> Features
  • Activate away class and enable Call Forward All option
  • Start typing 1AltGreetXXX, where XXX - is the extension number
  • Click Save

...

Note

Note: if you have Outlook integration that might change your Collaboration user status, add 1AltGreetXXX to all call statuses (available, DND, away) for Internal and External call types.


Option 2. Add a message to be played instead of the default voicemail greeting

If you want to record a greeting that has alternate instructions for callers that completely replaces your usual greeting.proceed with the following steps:

Step 1. Record Personal Recording

Dial Record a message using the string 84*21*1 -

where 

  • 84 - Feature code "Personal Record"
  • 2 - the ID number of a recording
  • 1 - the option allowing you to start the recording

Step 2. Set up call

...

forwarding

  • Go to Collaboration -> Settings -> Features
  • Activate away class and enable Call Forward All option
  • Start typing 2AltGreetXXX, where XXX - is the extension number
  • Click Save

...

Html
<div class="fb-like" data-href="#https://confluence.wildix.com/x/FgDfAg" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...