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=25692371" 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

The Article describes how to transfer forwarded external and parked calls to a receptionist in case such calls are not answered by a transferee.

Created: December 2018

Permalink: https://confluence.wildix.com/x/0wiIAQ

...


The configuration of transferring forwarded external and parked calls to a receptionist might be useful in the following scenario: 

There are 2 types of call transfer, under which the transfers when a call can be lost - : blind transfer and semi-attended transfer. If, after transferring the call, the called party does not pick up the phone, "return from transfer" will be executedtransfers

  • If

...

  • the call is transferred, but the

...

  • transferee doesn't

...

  • answer/ is busy/ unavailable, "Return from transfer"

...

  • feature is activated
  • The call is returned

...

  • to

...

  • the

...

  • transferor who is also busy/ unavailable/ doesn't answer

Also, the feature can be used for calls returning from the parking.

Note

Important: "Return form transfer" feature is disabled by default for PBXs with "USA" country code (except calls returning from parking).

The behavior can be changed via custom global variable "RETURNFROMTRANSFER=yes". Consult Custom Global Dialplan Variables List for details.

...

To transfer a call to a receptionist, you need to create a new Dialplan procedure "receptionist" and specify the transfer destination for the "default" extension:

...