PFSense with Aastra Phones --

phonebuff

Guru
Joined
Feb 7, 2008
Messages
1,184
Reaction score
148
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 --

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>
 
My customer realized the problem

Code:
$dhcpdconf .= " option t*f*t*p-server-name \"{#dhcpifconf['t*f*t*p-server-name']}\";\n";hen 
 
should have been 

$dhcpdconf .= " option t*f*t*p-server-name \"{$dhcpifconf['t*f*t*p-server-name']}\";\n";hen

Aastra Phones now seeing the t*f*t*p Server.
 

Members online

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top