Trying to setup AADS from scratch, initially only to support J100 series desk phones, and eventually Workplace and Vantage phones. I'm a bit confused about how a phone is supposed to get its 46xxsettings file.
The AADS documentation tells you to setup DHCP option 242 like this
Seems straightforward. I've done this on IPO a million times. But, when I go to as suggested in the Administering AADS document, there's no file to be found.
Further down in the dynamic configuration chapter, it says "You must assign a group identifier to each supported phone model so that phones can use Avaya Aura® Device Services automatic configuration functionality." Ok. No problem. I went in to AADS and added group identifier 1 to the J100 series. Now, if I go to it's there. Cool....except if I set HTTPDIR and TLSDIR in my DHCP settings, ALL phones will get this same config file. Not what I want. How do I get the phones to dynamically "know" which directory to pull 46xxsettings from?
Also, the documentation says I need to use vi to update the GET command in J100Supgrade.txt to read <GroupID>/46xxsettings.txt. Problem is, that entire directory is read only! I can't make changes to the file, nor can I SFTP a copy of it to that directory. How am I supposed to modify this file?!
The AADS documentation tells you to setup DHCP option 242 like this
Code:
"TLSSRVR=<Utility Server IP address or FQDN>,TLSPORT=1543,TLSSRVRID=0,HTTPSRVR=<Utility Server IP address or FQDN>,HTTPPORT=80,MCIPADD=<H.323 call server address list>"
Seems straightforward. I've done this on IPO a million times. But, when I go to as suggested in the Administering AADS document, there's no file to be found.
Further down in the dynamic configuration chapter, it says "You must assign a group identifier to each supported phone model so that phones can use Avaya Aura® Device Services automatic configuration functionality." Ok. No problem. I went in to AADS and added group identifier 1 to the J100 series. Now, if I go to it's there. Cool....except if I set HTTPDIR and TLSDIR in my DHCP settings, ALL phones will get this same config file. Not what I want. How do I get the phones to dynamically "know" which directory to pull 46xxsettings from?
Also, the documentation says I need to use vi to update the GET command in J100Supgrade.txt to read <GroupID>/46xxsettings.txt. Problem is, that entire directory is read only! I can't make changes to the file, nor can I SFTP a copy of it to that directory. How am I supposed to modify this file?!