Yealink Forums
Block request notify reboot in phone - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Configuration (/forumdisplay.php?fid=24)
+--- Thread: Block request notify reboot in phone (/showthread.php?tid=621)



Block request notify reboot in phone - freddyco@gmail.com - 07-12-2013 12:59 AM

You can block the restart phone through notify in models Sip-T2XP?

NOTIFY sip:<user>@<dsthost> SIP/2.0
To: sip:<user>@<dsthost>
From: sip:sipsak@<srchost>
CSeq: 10 NOTIFY
Call-ID: 1234@<srchost>
Event: check-sync;reboot=true


RE: Block request notify reboot in phone - Yealink Support - 07-15-2013 03:33 PM

Hi Freddyco,
Yes, you can use below auto provisioning parameter to disable this feature.
If you are using V70 firmware, please use this parameter:
---------------------------------
sip.notify_reboot_enable = 2
---------------------------------

If you are using V61 or V60 firmware, please use this parameter:
---------------------------------
[sip]
path=/yealink/config/Setting/AdvSetting.cfg
iNotifyReboot = 2
---------------------------------
Thanks.