Advertisement
Guest User

test3cx1

a guest
Oct 31st, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <YealinkIPPhoneTextMenu
  3. destroyOnExit="yes/no"
  4. defaultIndex = "integer"
  5. style = "numbered/none"
  6. Beep = "yes/no"
  7. wrapList="yes/no"
  8. Timeout = "integer"
  9. cancelAction = "URI"
  10. LockIn = "yes/no"
  11. >
  12. <Title wrap = "yes/no">Menu Title</Title>
  13. <MenuItem>
  14. <Prompt>First menu item</Prompt>
  15. <URI>HTTP(s) URL</URI>
  16. <Dial>Number for dial</Dial >
  17. <Selection>Selection</Selection>
  18. </MenuItem>
  19. <!--Additional menu items may be added (up to 30) -->
  20. <!--Additional soft key items may be added -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement