I need to create config files for IP based phones. There are several different models from the same manufacturer. The file structure is pretty simple for all models, just some differences in how many buttons, etc. IE:
Button6 = BLF
Button6value = 103
etc.
I want to start out with a template of ALL the different settings an use PHP to change the variables. I also need to inject a username & password into the file for each specific phone with the name of the file being the MAC address of the phone. I know some PHP, but this is beyone my skill set. Can anyone provide a simple example of how I can do this ?
What I have to work with is a LAMP system based on Centos6.
Thanks in advance for any help