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/0wiIAQ" 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="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="#" 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


We have 2 types of call transfer, under which the 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 executed. If after transferring the call, the called party doesn't pick up the phone "Return from transfer" will be executed. If, when the call is returned, the user to whom the call returns is not answered or will be busy/unavailable - the call may be lost. In this case, the transfer of the call to the receptionist can be used. 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.

Configuration

To transfer a call to a receptionist, you need to create a context named new Dialplan procedure "receptionist" and specify the destination for the "default" extension.Limitation:
"Return from transfer" is disabled for pbxes with the country code "USA" (but transfer to the receptionist will work for calls returning from parking):


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