Support Support
Support
Get the latest resources, online manuals, and product knowledges.
How to export current LCD interface picture of FIP10?
May 06, 2024

Step1. Login to the adapter’s management page

1.1 You can press the OK key to view Network and phone status. The phone screen is shown below:


1.2 Open a browser and type in the IP phone address 192.168.80.145 in the address bar, a login page displays as below, both the default username and password are admin. Then click Login.


1.3 Go to Administration > Management, Enable Remote Telnet, then click Save & Apply.


Step2. Export the page via TFTP

2.1 Open the TFTP folder, double-click the tftpd64.exe, Server interfaces choose PC’s IP address like the shown picture:


2.2 Press win+r key, input cmd to open the command window, telnet to the phone with its IP address, input telnet x.x.x.x(IP Phone address), press the enter button go to the below page, enter the login username and password, they are admin by default, press the enter button.


2.3 Run the command below (192.168.50.82 is the PC’s IP address).

cat /proc/ks_lcd_bmp > /tmp/p.bmp

tftp -p -l /tmp/p.bmp -r p.bmp 192.168.50.82


2.4 After that the photo will export to the FTTP folder, if you want to export another photo, please put the picture(p.bmp) into another folder to avoid the newly imported picture overwriting this picture.