Add login and cancel XML files.

This commit is contained in:
Mark Crane
2015-04-04 22:57:07 +00:00
parent 7cd44ccfbc
commit 92eed032c2
2 changed files with 41 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>