From fc8bc108038b0e35699ef66d975a642bdda8083c Mon Sep 17 00:00:00 2001
From: Mihir Gajjar <98042697+mgajjar19@users.noreply.github.com>
Date: Wed, 28 Jun 2023 11:50:09 -0400
Subject: [PATCH] Updated Snom D717 template for setting the Smartlabel display
mode (#6763)
By Default, Snom D717 has the smartlabel display mode set to "short". Snom D717 has an issue where for short labels it doesn't take the label that we configure in devices. Instead, it tries to look for the value in the system and if it doesn't find a contact or extension associated, it will just show the number itself.
---
resources/templates/provision/snom/D717/{$mac}.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/templates/provision/snom/D717/{$mac}.xml b/resources/templates/provision/snom/D717/{$mac}.xml
index c8b7bd8164..cbdad79074 100644
--- a/resources/templates/provision/snom/D717/{$mac}.xml
+++ b/resources/templates/provision/snom/D717/{$mac}.xml
@@ -18,6 +18,7 @@
on
off
{if isset($snom_dialtone_on_hold)}{$snom_dialtone_on_hold}{else}true{/if}
+ {if isset($snom_smartlabel_idle)}{$snom_smartlabel_idle}{else}short{/if}
alert-internal
{if isset($snom_alert_internal)}{$snom_alert_internal}{else}Ringer1{/if}