I want specific directories for each of our tenants.
If I have an entry like:
/home/ftp_config/${TENANT}
I get the following error:
Error saving settings : Configuration files directory does not exist
Has anyone gotten this working? Do you have to create the directory beforehand?
Aloha,
Matt
We use the FTP client to
We use the FTP client to route the phone to the correct directory. Each tenant has a unique ftp username/password.
Part of our provisioning process.
Did you mean 'yes' you got it working? I fired up the ISO in a virtual machine and created all the directories ahead of time & that didn't solve the issue.
-Matt
I meant yes, you would have
I meant yes, you would have to create a dir if you were to get it to accept the variable. I took a different approach..
I use a single directory but instead using local-settings.cfg I use a unique ${TENANT}-settings.cfg so each tenant can have its own unique settings.
what if you use
what if you use /home/ftp_config but in models.txt you do something like
[polycom-301]
label=Polycom 301
lines=2
phone_template=polycom_phone.cfg
line_template=polycom_line.cfg
output=${TENANT}/${mac}-registration.cfg
input_1=polycom_mac.cfg
output_1=${TENANT}/${mac}.cfg
input_2=polycom_local.cfg
output_2=${TENANT}/local-settings.cfg
required_1=${TENANT}/sip.cfg
required_2=${TENANT}/phone1.cfg
yes, but how would your phone know to look in a tenant specific directory without a lot of onsite customizations?