Specifications
Yealink IP Phone XML Objects
17
The screenshot of the SIP-T46G IP phone user interface for reference is shown as below:
The InputScreen object allows users to create a screen capable of gathering user input.
It constructs and displays an input form, which prompts the users to input content, then
sends the input content to the target URL. You can use InputScreen object for user login
or saving something to server. You can define the content and format of the input
content.
XML description of the InputScreen object:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneInputScreen
type = “IP/string/number/timeUS/timeInt/dateUS/dateInt”
password = “yes/no”
editable = “yes/no”
Beep = “yes/no”
Timeout = “integer”
LockIn = “yes/no”
defaultIndex = “integer from 1 to 6”
displayMode = “normal/condensed”
inputLanguage = “English”
>
<Title wrap = “yes/no”>Title string</Title>
<Prompt>Guidance for the input</Prompt>
<URL>Target receiving the input</URL>
<Parameter>name of the parameter add to URL</Parameter>
<Default>Default Value (1) </Default>
<InputField
type = “IP/string/number/timeUS/timeInt/dateUS/dateInt/empty”