# Fileformat # This file contains an example defining two task lists, each of which contain several # tasks for a user to perform. Each task is made up of several actions which the user # must perform. The order of these actions does not matter, though tasks will be easier # to understand if you define them in the order the user will perform them. # # Start a task list with the tag START TASKLIST. End a task list with the tag END TASKLIST. # # Inside a task list, tasks are defined with the tag TASK. You must provide a description of # the task immediately after starting the task definition. Begin the description with # the phrase Description: # # After the description, you will need to list the actions which a user must perform to # complete the task. See below for a list of all possible actions. Five types of actions exist: # Number, Button, Tab, Contact, and Call History. Each of these actions must be begun with the # name of the type of action followed by a : # # A task is considered complete once each required action listed has been performed once. If # an action must be performed more than once, it should be listed twice. Actions can be declared # optional if a user may need to perform that action, but is not required to. For instance, when # accessing a voicemail, it is possible to do so by going forward or backwards. In this case, # both Back and Next should be listed as optional actions. Actions can be listed as optional by # including [OPTIONAL] at the end of the line. # # Numbers # ------- # 1 # 2 # 3 # 4 # 5 # 6 # 7 # 8 # 9 # 0 # * # # # # Buttons # ------- # Dial Number # End Call # 3 Way Call # Hold # Mute # Speaker # Redial # Voicemail # Back # Play # Next # Delete # Set Hours # Set Minutes # # Tabs # ---- # Contacts # Call History # # Contact # ---- # Provide a number indicating which row entry the user must select from the contacts list. # Row numbers start from 0. # # Call History # ---- # Provide a number indicating which row entry the user must select from the call history list. # Row numbers start from 0. START TASKLIST TASK Description: Dial 407-934-2544 and hang up. Number: 4 Number: 0 Number: 7 Number: 9 Number: 3 Number: 4 Number: 2 Number: 5 Number: 4 Number: 4 Button: Dial Number Button: End Call TASK Description: Redial 407-934-2544 using your call history. Tab: Call History Call History: 5 TASK Description: Start a 3 way Dial Number with 754-458-2348 Button: 3 Way Call Number: 7 Number: 5 Number: 4 Number: 4 Number: 5 Number: 8 Number: 2 Number: 3 Number: 4 Number: 8 Button: Dial Number TASK Description: Mute the phone Dial Number, then unmute it Button: Mute Button: Mute TASK Description: Hang up Button: End Call END TASKLIST START TASKLIST TASK Description: Dial Number Penny Varner using the contacts list, then hang up. Tab: Contacts Contact: 7 Button: End Call TASK Description: Redial the last number you called (using redial), then hang up. Button: Redial Button: End Call TASK Description: Call voicemail, navigate to the third voicemail, delete it, and hang up. Button: Voicemail Button: Next [OPTIONAL] Button: Back [OPTIONAL] Button: Delete Button: End Call TASK Description: Change the clock to 12:05 Button: Set Hours Button: Set Minutes Button: Set Hours [OPTIONAL] Button: Set Minutes [OPTIONAL] END TASKLIST