On DECT handsets there's no user configurable setting available to disable missed call or popup/LED notifications. This can be done using a configuration file and importing to the base configuration. WebUI->Setting->Configuration->Import CFG
You can use the following settings to disable the LED and pop-up notifications:
custom.handset.missed_call_notify_light.enable=0
(Disable LED control for missed calls)
custom.handset.voice_mail_notify_light.enable=0
(Disable LED light notification when receiving voicemail)
handset.x.missed_call_popup.enable=0
(Disable pop-up notification on the handset when there is a missed call). X needs to be changed to the corresponding handset line number.
For example, a text document with the below config parameters will disable LED for missed calls and voicemail, missed call popup is disabled for lines 1 & 2 only.
#!version:1.0.0.1 custom.handset.missed_call_notify_light.enable=0 custom.handset.voice_mail_notify_light.enable=0 handset.1.missed_call_popup.enable=0 handset.2.missed_call_popup.enable=0
For more details on the configuration file you can refer to this link to import the configuration: How to import a single parameter: https://support.yealink.com/en/portal/knowledge/show?id=66bc221ba3d0a13f82eba92f
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article