TFTP Server?

Hi Everyone!

I have fixed my phone issue and everything is working great now! I really would like to change the logos on my Cisco 7940 phones because well, I don’t love the logo… anyhow, I tried messing with my raspberry pi freepbx software for a tftp server, and was unable to connect to it, I can see the settings there, just not sure how to go beyond that or connecting to it. I appreciate all your help!

@toborgps, I use Cisco7960s and the phone logo is kept in the /var/www/html directory on RasPBX. All you have to do is to add the following line in your SIP-MACAddress.cnf file.

logo_url : “http://X.X.X.X/your logo image file” where X.X.X.X is the IP address of the RasPBX

You do have to make sure that the image has the exact resolution supported by the phone.

You do not have to ‘mess’ with the RasPBX for a tftp server as it contains a working tftp server out of the box. Just place the phone images and config files in a directory called /tftpboot and the phone will find it as long as you specify the tftp server address on your phone. As for the image logo is loaded via http as shown above.

2 Likes

Thank you!!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.