Update the new yealink template.
This commit is contained in:
parent
0a8ef439ab
commit
bf0a2b728d
|
|
@ -5,7 +5,7 @@
|
|||
{else}
|
||||
<Item>account.{$row.line_number}.enable = 0</Item>
|
||||
{/if}
|
||||
<Item>account.{$row.line_number}.label = {$row.display_name</Item>
|
||||
<Item>account.{$row.line_number}.label = {$row.display_name}</Item>
|
||||
<Item>account.{$row.line_number}.display_name = {$row.display_name}</Item>
|
||||
<Item>account.{$row.line_number}.user_name = {$row.user_id}</Item>
|
||||
<Item>account.{$row.line_number}.password = {$row.password}</Item>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<Title>Login de usuario</Title>
|
||||
|
||||
<URL>http://{$domain_name}{$project_path}/app/provision/</URL>
|
||||
<URL>http://{$domain_name}{$project_path}/app/provision/?file=index.xml&template={$device_template}</URL>
|
||||
|
||||
<InputField type="number" password="no" editable="yes">
|
||||
<Prompt>Usuario:</Prompt>
|
||||
|
|
|
|||
Loading…
Reference in New Issue