Add login and cancel XML files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
<YealinkIPPhoneInputScreen
|
||||||
|
type="string"
|
||||||
|
Password="no"
|
||||||
|
Timeout="15"
|
||||||
|
LockIn="no"
|
||||||
|
inputLanguage="English"
|
||||||
|
displayMode = "normal"
|
||||||
|
defaultIndex="2" >
|
||||||
|
|
||||||
|
<Title wrap="yes">Login Cancelled</Title>
|
||||||
|
</YealinkIPPhoneInputScreen>
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
<YealinkIPPhoneInputScreen
|
||||||
|
type="string"
|
||||||
|
Beep="yes"
|
||||||
|
Password="no"
|
||||||
|
Timeout="0"
|
||||||
|
LockIn="no"
|
||||||
|
inputLanguage="English"
|
||||||
|
cancelAction="http://{$domain_name}{$project_path}/app/provision/?file=cancel.xml"
|
||||||
|
displayMode = "condensed"
|
||||||
|
defaultIndex="1" >
|
||||||
|
<!-- displayMode parameter only for T46 T48 T28 model. -->
|
||||||
|
|
||||||
|
<Title>Login de usuario</Title>
|
||||||
|
|
||||||
|
<URL>http://{$domain_name}{$project_path}/app/provision/</URL>
|
||||||
|
|
||||||
|
<InputField type="number" password="no" editable="yes">
|
||||||
|
<Prompt>Usuario:</Prompt>
|
||||||
|
<Parameter>userid</Parameter>
|
||||||
|
<Selection>1</Selection>
|
||||||
|
<Default>{$userid}</Default>
|
||||||
|
</InputField>
|
||||||
|
|
||||||
|
<InputField type="string" password="yes" editable="yes">
|
||||||
|
<Prompt>Senha:</Prompt>
|
||||||
|
<Parameter>passwd</Parameter>
|
||||||
|
<Selection>2</Selection>
|
||||||
|
<Default>{$passwd}</Default>
|
||||||
|
</InputField>
|
||||||
|
</YealinkIPPhoneInputScreen>
|
||||||
Reference in New Issue
Block a user