 rcilinkPremium join:2003-12-15 Manchester, NH 3 edits | reply to rcilink
Re: [PAP2] Care and Feeding InstructionsHere's a sample XML file to feed to your PAP2 to disable IVR...
This XML file will:
1. Set USER password to 1234 2. Set ADMIN password to 4321 3. Enable WEB server (should already be enabled) 4. Set Web server port to 80 5. Allow ADMIN web server access 6. Clears any "restricted access domains" 7. sets Protect_IVR_FactoryReset to YES
<flat-profile> <Restricted_Access_Domains ua="na"></Restricted_Access_Domains> <Enable_Web_Server ua="na">Yes</Enable_Web_Server> <Web_Server_Port ua="na">80</Web_Server_Port> <Enable_Web_Admin_Access ua="na">Yes</Enable_Web_Admin_Access> <Admin_Passwd ua="na">4321</Admin_Passwd> <User_Password ua="rw">1234</User_Password> <Protect_IVR_FactoryReset ua="na">Yes</Protect_IVR_FactoryReset> <Provision_Enable ua="na">No</Provision_Enable> </flat-profile> To feed this to your PAP2:
1. cut from above and save to a plain-text file on your system. (example: save as lock-ivr.xml)
2. Place this file in your TFTProot folder
3. Put in a "provision rule" to tell the PAP2 to pick up the file. (example: my TFTP server is at 192.168.1.11) Profile Rule: tftp://192.168.1.11/lock-ivr.xml
4. Turn on provisioning. (unplug your WAN connection if this scares you..)
5. Save Settings-- PAP2 will reboot.
6. Watch TFTP logs. Does it pick up the lock-ivr.xml file?
7. Once it is picked-up, you can disable provisioning again.
That's it..
I am doing this from memory, so some minor tweaking might need to be done. I will test and revise once I get home to let you know if any changes need to be made to get this accomplished. |