Park Call from Other Users
View content for :
Platform:

Park Call from Other Users

Use the Call Park/Unpark feature to put a call on hold and then retrieve that call from any other telephone within the system.
  1. Touch Touch Icon to display the Park screen.
  2. Touch Touch Icon to display the Parked popup window screen.
  3. Touch
    OK
    to park the call. The home screen dashboard appears.
The following example shows how to add support for multiple park buttons with different orbit numbers:
The value field must contain the feature access code and Orbit number (e.g, "value": "*37*8000*")
<Button> <title>Park0</title> <action>PARK</action> <value>*37*8000*</value> <enabled>true</enabled> <confirm>false</confirm> <description></description> <icon></icon> <scale>CENTER_INSIDE<scale> </Button> <Button> <title>Park1</title> <action>PARK</action> <value>*37*8001*</value> <enabled>true</enabled> <confirm>false/confirm <Description></description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button> <Button> <title>Park2</title> <action>PARK</action> <value>*37*8002*</value> <enabled>true</enabled> <confirm>false</confirm> <Description></Description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button> <Button> <title>Park3</title> <action>PARK</action> <value>*37*8003*</value> <enabled>true</enabled> <confirm>false</confirm> <Description></Description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button>