(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#