mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Add login and cancel XML files.
This commit is contained in:
11
resources/templates/provision/yealink/xml_browser/cancel.xml
Normal file
11
resources/templates/provision/yealink/xml_browser/cancel.xml
Normal 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>
|
||||
30
resources/templates/provision/yealink/xml_browser/login.xml
Normal file
30
resources/templates/provision/yealink/xml_browser/login.xml
Normal 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>
|
||||
Reference in New Issue
Block a user