Snom D765 - Funktionstasten leuchten alle nach Update auf Pascom 19

Hallo,
die Funktionstasten der Snom D765 leuchten alle nach Update auf Pascom 19.
Kann man das wieder aus stellen?

Hallo @EP-AndreK
mit der Standard-Vorlage provisionieren wir die verschiedenen Farben und das Verhalten der BLF-Tasten wie folgt:

    {{!-- function key LED preferences --}}
    <led_on perm="R">ON IN_A_CALL CALLING IN_A_MEETING URGENT_INTERRUPTIONS_ONLY BUSY I-Am-Busy DND_ALL DND_SELF ACTIVE INACTIVE BE_RIGHT_BACK SEIZED CONNECTED ON_HOLD OFFHOOK RINGBACK I-Am-Ready AWAY AVAILABLE AVAILABLE_ON_MOBILE AVAILABLE_AT_DESK PhoneHasCall PhoneHasMissedCalls CurrentIdentityHasVoiceMessages PhoneHasVoiceMessages seized_local seized_remote active_local active_remote idle</led_on>
    <led_blink_slow perm="R">PARKED HOLDING I-Am-Almost-Ready PhoneHasCallInStateHolding held_local held_remote KeyConfigActive holding</led_blink_slow>
    <led_blink_medium perm="R">RECORDING MESSAGE DateOngoing DateReminding</led_blink_medium>
    <led_blink_fast perm="R">RINGING PICKUP PhoneHasCallInStateRinging alerting_local alerting_remote</led_blink_fast>
    <led_red perm="R">BUSY DND_ALL DND_SELF I-Am-Busy IN_A_CALL IN_A_MEETING URGENT_INTERRUPTIONS_ONLY UNAVAILABLE seized_remote alerting_remote active_remote held_remote</led_red>
    <led_green perm="R">AVAILABLE AVAILABLE_ON_MOBILE AVAILABLE_AT_DESK I-Am-Ready I-Am-Almost-Ready seized_local alerting_local active_local held_local idle</led_green>
    <led_orange perm="R">AWAY INACTIVE BE_RIGHT_BACK KeyConfigActive holding</led_orange>

Du kannst also z. B. das idle bei led_on und led_green herausnehmen, wenn die LED nicht leuchten soll. Mehr Informationen dazu gibt es hier.

Besten Gruß
Sebastian