Yealink Forums
Turn off all Missed Call indication but still receive Missed Calls in the Log - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: Turn off all Missed Call indication but still receive Missed Calls in the Log (/showthread.php?tid=42378)



Turn off all Missed Call indication but still receive Missed Calls in the Log - ipcsolutions - 01-12-2019 12:56 AM

Hi There

I realise that it is currently not possible but I would love the option to turn off all missed call notifications but still show the missed calls in the call log.

The reason for this is when a phone is part of a ring group e.g. multiple phones ring simultaneously.
I need to turn off all missed call recording to disable the notifications which means that no Missed Calls appear in the log any more.

Thanks
Mike


RE: Turn off all Missed Call indication but still receive Missed Calls in the Log - complex1 - 01-12-2019 10:57 AM

(01-12-2019 12:56 AM)ipcsolutions Wrote:  Hi There

I realise that it is currently not possible but I would love the option to turn off all missed call notifications but still show the missed calls in the call log.

The reason for this is when a phone is part of a ring group e.g. multiple phones ring simultaneously.
I need to turn off all missed call recording to disable the notifications which means that no Missed Calls appear in the log any more.

Thanks
Mike

Hi Mike,

As far as I know is it possible to disable several missed call indicators.
f/w 83.30

Use auto-provisioning or Web User Interface:

#disables the IP phone to pop up the message when it misses a call.
features.missed_call_popup.enable = 0
WUI: Features -> Notification Popups -> Display Missed Call Popup

#disables the power LED indicator to flash when the IP phone misses a call.
phone_setting.missed_call_power_led_flash.enable = 0
WUI: Features -> Power LED -> MissCall Power Light Flash

#the IP phone cannot log the placed calls, received calls, missed calls and
the forwarded calls in the call lists.
features.save_call_history = 0
WUI: Features -> General Information -> Save Call Log

#disables the IP phone to record missed calls.
account.X.missed_calllog = 0
WUI: Account -> Basic -> Missed Call Log

Hope this will help.


RE: Turn off all Missed Call indication but still receive Missed Calls in the Log - ipcsolutions - 01-12-2019 09:56 PM

(01-12-2019 10:57 AM)complex1 Wrote:  
(01-12-2019 12:56 AM)ipcsolutions Wrote:  Hi There

I realise that it is currently not possible but I would love the option to turn off all missed call notifications but still show the missed calls in the call log.

The reason for this is when a phone is part of a ring group e.g. multiple phones ring simultaneously.
I need to turn off all missed call recording to disable the notifications which means that no Missed Calls appear in the log any more.

Thanks
Mike

Hi Mike,

As far as I know is it possible to disable several missed call indicators.
f/w 83.30

Use auto-provisioning or Web User Interface:

#disables the IP phone to pop up the message when it misses a call.
features.missed_call_popup.enable = 0
WUI: Features -> Notification Popups -> Display Missed Call Popup

#disables the power LED indicator to flash when the IP phone misses a call.
phone_setting.missed_call_power_led_flash.enable = 0
WUI: Features -> Power LED -> MissCall Power Light Flash

#the IP phone cannot log the placed calls, received calls, missed calls and
the forwarded calls in the call lists.
features.save_call_history = 0
WUI: Features -> General Information -> Save Call Log

#disables the IP phone to record missed calls.
account.X.missed_calllog = 0
WUI: Account -> Basic -> Missed Call Log

Hope this will help.

Hi Frank.
Thanks for the response but you missed one of the notifications that you cant turn off and that's the little red missed call indicator at the top of the phone screen. The only way to get rid of it is to turn off the recording of all missed calls (account.X.missed_calllog = 0).

Mike