diff options
-rw-r--r-- | config/templates/ciscoata-template.lua | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/templates/ciscoata-template.lua b/config/templates/ciscoata-template.lua index f91e840..dae131c 100644 --- a/config/templates/ciscoata-template.lua +++ b/config/templates/ciscoata-template.lua @@ -55,12 +55,11 @@ end %> <flat-profile> - +<router-configuration> <% -- Device parameters xml_elem("Web_Login_Admin_Password", values.device.adminpassword, "na") xml_elem("Web_Login_Guest_Password", values.device.adminpassword, "na") -xml_elem("IVR_Admin_Password", values.device.adminpassword, "na") %> <Time_Setup> @@ -183,7 +182,11 @@ if tz then end %> </Time_Setup> - +</router-configuration> +<% +-- Password for the administrator to manage the ATA by using the built-in IVR through a connected phone. +xml_elem("IVR_Admin_Passwd", values.device.adminpassword, "na") +%> <% for pg, pg_t in pairs(values) do -- Is it of the form regX ? |