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

Call parking feature allows users to place a call on hold and then pick up the call from any extension. Consult the documentation to find out how to implement the feature.

Updated: January 2019

Permalink: https://confluence.wildix.com/x/C4D-AQ

Table of Contents

Configuration

  • Create a new user of type “Park Orbit”:

...

  • Make sure the following preferences are enabled for the newly created user (click Edit preferences -> Features):
    • Call waiting: enable to be able to park more than one call at a time
    • Call timeout: enable and define the timeout for return from parking

How to park / resume a call

Park a call with Function / BLF key

  • Add  “Park Location” Function key for users who use the parking feature

...

Html
<div class="container">
    <div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/09xs1e_a1CY?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>


Park a call via blind Call Transfer and resume via Call Pickup

It is possible to park a call via Call Transfer and resume a parked call via Call Pick up from any device connected to the Wildix system.

Note

Note: only users with certain permissions can pick up calls; to enable the option, the PBX admin must add ACL ability "Can" - "Call Pickup". Consult ACL rules and Call classes management Guide for details.


Park and Resume via Collaboration:

...

  • To resume a call, mouse over Park orbit user in your Roster -> click Options button (three dots) -> select Pick up:


Park and Resume from ANY Device connected to Wildix system

Example: Dial 884488 where 88 is Pickup Feature Code and 4488 is “Park orbit” extension.

...