Yealink Forums
DND and FWD settings via auto provision - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: DND and FWD settings via auto provision (/showthread.php?tid=16974)



DND and FWD settings via auto provision - haighj@kesw.org - 06-23-2016 07:50 PM

I am struggling to set DND and FWD setting via either MAC.cfg or MAC-local.cfg when auto provisioning.

I have included the following lines in either or both the cfg files, but the handsets do not get the new settings. All other auto-provisioned settings apply to the phones correctly.

Any ideas?

account.1.dnd.enable = 0
account.1.dnd.on_code = *7102704#
account.1.dnd.off_code = *7100
account.1.always_fwd.enable = 0
account.1.always_fwd.target = 704
account.1.always_fwd.off_code = *7100
account.1.always_fwd.on_code = *7102700#
account.1.busy_fwd.enable = 0
account.1.busy_fwd.target = 704
account.1.busy_fwd.off_code = *7100
account.1.busy_fwd.on_code = *7102704#
account.1.timeout_fwd.enable = 0
account.1.timeout_fwd.target = 704
account.1.timeout_fwd.off_code = *7100
account.1.timeout_fwd.on_code = *7102704#


RE: DND and FWD settings via auto provision - Lucia_Yealink - 10-16-2016 03:02 PM

(06-23-2016 07:50 PM)haighj@kesw.org Wrote:  I am struggling to set DND and FWD setting via either MAC.cfg or MAC-local.cfg when auto provisioning.

I have included the following lines in either or both the cfg files, but the handsets do not get the new settings. All other auto-provisioned settings apply to the phones correctly.

Any ideas?

account.1.dnd.enable = 0
account.1.dnd.on_code = *7102704#
account.1.dnd.off_code = *7100
account.1.always_fwd.enable = 0
account.1.always_fwd.target = 704
account.1.always_fwd.off_code = *7100
account.1.always_fwd.on_code = *7102700#
account.1.busy_fwd.enable = 0
account.1.busy_fwd.target = 704
account.1.busy_fwd.off_code = *7100
account.1.busy_fwd.on_code = *7102704#
account.1.timeout_fwd.enable = 0
account.1.timeout_fwd.target = 704
account.1.timeout_fwd.off_code = *7100
account.1.timeout_fwd.on_code = *7102704#

Hi Sir,

account.1.dnd.enable = 0
account.1.always_fwd.enable = 0
account.1.busy_fwd.enable = 0
account.1.timeout_fwd.enable = 0


Please note that the parameter above means disabled the DND feature/always fwd feature/busy fwd feature/timeout fwd feature.
Please use the parameter below to do auto provision:

account.1.dnd.enable = 1
account.1.dnd.on_code = *7102704#
account.1.dnd.off_code = *7100
account.1.always_fwd.enable = 1
account.1.always_fwd.target = 704
account.1.always_fwd.off_code = *7100
account.1.always_fwd.on_code = *7102700#
account.1.busy_fwd.enable = 1
account.1.busy_fwd.target = 704
account.1.busy_fwd.off_code = *7100
account.1.busy_fwd.on_code = *7102704#
account.1.timeout_fwd.enable = 1
account.1.timeout_fwd.target = 704
account.1.timeout_fwd.off_code = *7100
account.1.timeout_fwd.on_code = *7102704#