Unpark Call from Other Users
Unpark Call from Other Users
View content for :
Platform:

Unpark Call from Other Users

The following example shows how to add support for multiple Unpark buttons with different orbit numbers:
The value field must contain the feature access code and Orbit number (e.g, "value": "*38*8000*")
<Button> <title>Unpark0</title> <action>UNPARK</action> <value>*38*8000*</value> <enabled>true</enabled> <confirm>false</confirm> <description></description> <icon></icon> <scale>CENTER_INSIDE<scale> </Button> <Button> <title>Unpark1</title> <action>UNPARK</action> <value>*38*8001*</value> <enabled>true</enabled> <confirm>false/confirm <Description></description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button> <Button> <title>Unpark2</title> <action>UNPARK</action> <value>*38*8002*</value> <enabled>true</enabled> <confirm>false</confirm> <Description></Description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button> <Button> <title>Unpark3</title> <action>UNPARK</action> <value>*38*8003*</value> <enabled>true</enabled> <confirm>false</confirm> <Description></Description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button>