Yealink Forums

Full Version: t28 autoprovision dnd on/off
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm autoprovisioning a t28 and the dnd codes aren't set in the phones configurations even though they appear in the MAC.cfg file returned during the provisioning.

the part containing the dnd looks like

[ Features ]
path = /config/Features/Phone.cfg
Call_Waiting = 1
Phone-DND.DND_On_Code = *78
Phone-DND.DND_Off_Code = *79


i've tried varying the format a bit with no luck, and haven't been able to find documentation on how this is supposed to be formatted.

can anyone point me to documentation on this point, if it exists, or let me know how the dnd syntax should be.
KristianMedK,

Seems that you're using the older pre-V70 format. I'd suggest that you upgrade to v72. There is a nice utility to convert your mac and y00 files to the new format. Those file and instructions are on the Yealink's main support page.

_Barnabas
does Vxx refere to the firmware version ?

the phones are running firmware 2.61.0.70 and I need it to work with this version for now.

i tried setting it according to some of the templates.

account.1.dnd.enable = 1
account.1.dnd.on_code = *78
account.1.dnd.off_code = *79

with no luck
Please test below syntax for V61.
--------------------------------
[ ActionURL ]
path = /yealink/config/Features/Phone.cfg
SetupCompleted =
LogOn =
LogOff =
RegisterFailed =
Offhook =
Onhook =
IncomingCall =
OutgoingCall =
CallEstablished =
DNDOn =
DNDOff =
-----------------------------
(03-21-2014 05:48 PM)Yealink Support Wrote: [ -> ]Please test below syntax for V61.
--------------------------------
[ ActionURL ]
path = /yealink/config/Features/Phone.cfg
SetupCompleted =
LogOn =
LogOff =
RegisterFailed =
Offhook =
Onhook =
IncomingCall =
OutgoingCall =
CallEstablished =
DNDOn =
DNDOff =
-----------------------------

[ ActionURL ]
DNDOn = *78
DNDOff = *79

didn't work either.

I want to set it under the Features section, which leads me to bellieve i'm somewhat in the right area with

[ Features ]
//DND values.

but haven't been able to find any values that works.

imgur link showing the fields i want to be set.

DND conf
Do you use this path?
path = /yealink/config/Features/Phone.cfg
(03-21-2014 09:30 PM)Yealink Support Wrote: [ -> ]Do you use this path?
path = /yealink/config/Features/Phone.cfg

the path set right beneath the [ Features ] line is "/config/Features/Phone.cfg"

I've fouind several of the autoprovision templates, but none older than V71, is there an archive for older version anywhere?

Finally got it working.

the syntax working was

[ Features ]
path = /config/Features/Phone.cfg
DND_On_Code = *78
dnd_off_code = *79

i tried with both yealink/config/Features/Phone.cfg and the one above and both works. Also it doesn't seem to be case sensitive.
I still didn't find any sort of syntax documentation and this was mostly luck and guessing.

Still greatly appreciate the help, thanks for taking the time to help.
Thanks to your sharing.

Sorry for the wrong syntax of last post.
I find the syntax in MAC.CFG finally.
--------------------
[ Features ]
path = /config/Features/Phone.cfg
Call_Waiting = 1
Hotlinenumber =
BusyToneDelay =
LCD_Logo =
DND_Code =
Refuse_Code =
DND_On_Code =
DND_Off_Code =
ButtonSoundOn = 1
CallCompletion = 0
AllowIntercom = 1
IntercomMute = 0
IntercomTone = 1
IntercomBarge = 1
Call_WaitingTone = 1
Hotlinedelay = 4
--------------------
Reference URL's