@gatozgz wrote:
Hi good evening,
I am using FreePBX 10.13.66-20 with several Cisco phones (7942/7962 models) and I am having problems when I try to select a background image from the phone menu.
When I press: Settings button --> User Preferences --> Background Images it doesnt appear the possible images which I have on: /tftpboot/Desktops/320x196x4
I have a /tftpboot/Desktops/320x196x4/List.xml with something like that:
< CiscoIPPhoneImageList>
< ImageItem Image="TFTP:Desktops/320x196x4/BST-thumbnail.png" URL="TFTP:Desktops/320x196x4/BST-full.png"/>
< ImageItem Image="TFTP:Desktops/320x196x4/CAR-thumbnail.png" URL="TFTP:Desktops/320x196x4/CAR-full.png"/>
< ImageItem Image="TFTP:Desktops/320x196x4/Chan-SCCP-b_thumb.png" URL="TFTP:Desktops/320x196x4/Chan-SCCP-b.png"/>
< /CiscoIPPhoneImageList>And I have the 6 background images on the /tftpboot/Desktops/320x196x4/ directory.
I am using xinet.d: tftp with this configuration
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -c -vv -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}I am monitoring TFTP service with:
tail -f /var/log/messages | grep tftpWhen I get a file using tftp client from a remote PC the file is transferred and I can monitorize it with tail.
But If I press the settings button --> User Preferences --> Background Images it doesnt appear anything with tail.
Anybody can help me??
Posts: 1
Participants: 1