Good Evening -
Have a site using the PFSense firewall product and it is handling the DHCP for the site, including the phones. (16) Aastra 57i.
The current version does not have extensions for t*f*t*p but there are notes on the PFSense support site to add to system.inc and config.xml to handle setting the t*f*t*p Server address.
The phones don't seem however to be using the value being set..
Has anyone worked out this issue ?
TIA --
Have a site using the PFSense firewall product and it is handling the DHCP for the site, including the phones. (16) Aastra 57i.
The current version does not have extensions for t*f*t*p but there are notes on the PFSense support site to add to system.inc and config.xml to handle setting the t*f*t*p Server address.
The phones don't seem however to be using the value being set..
Has anyone worked out this issue ?
TIA --
Code:
and then add the following code to /etc/inc/services.inc, starting at line 238:
Code:
if ($dhcpifconf['t*f*t*p-server-name'])
$dhcpdconf .= " option t*f*t*p-server-name \"{#dhcpifconf['t*f*t*p-server-name']}\";\n";hen
just change your config.xml and add
Code:
<t*f*t*p-server-name>X.X.X.X</t*f*t*p-server-name>