- Joined
- Jun 22, 2017
- Messages
- 25
- Reaction score
- 9
Hello,
the Snom D385 comes with firmware version 10, so you have to set the alpha value of "background_color" to 0. Otherwise the background color overlays the background image. Plz change the Background definition in the default template from
{IF ua=snomD385,snomD785}
<custom_bg_image_url perm="">%%PROVLINK%%/logo/snomD785.png</custom_bg_image_url>
<user_xml_screen_url idx="1" perm=""></user_xml_screen_url>
{ENDIF}
to
{IF ua=snomD385,snomD785}
<custom_bg_image_url perm="">%%PROVLINK%%/logo/snomD785.png</custom_bg_image_url>
<user_xml_screen_url idx="1" perm=""></user_xml_screen_url>
<background_color perm="">0 0 0 0</background_color>
{ENDIF}
to fix this problem. Would be nice, if you could change it in the default templates. This would allow us (and i guess many others) to use the default template.
Regards,
Rafael.
the Snom D385 comes with firmware version 10, so you have to set the alpha value of "background_color" to 0. Otherwise the background color overlays the background image. Plz change the Background definition in the default template from
{IF ua=snomD385,snomD785}
<custom_bg_image_url perm="">%%PROVLINK%%/logo/snomD785.png</custom_bg_image_url>
<user_xml_screen_url idx="1" perm=""></user_xml_screen_url>
{ENDIF}
to
{IF ua=snomD385,snomD785}
<custom_bg_image_url perm="">%%PROVLINK%%/logo/snomD785.png</custom_bg_image_url>
<user_xml_screen_url idx="1" perm=""></user_xml_screen_url>
<background_color perm="">0 0 0 0</background_color>
{ENDIF}
to fix this problem. Would be nice, if you could change it in the default templates. This would allow us (and i guess many others) to use the default template.
Regards,
Rafael.