Hi cmjgb,
Yes it is handy in the newer versions to be able to turn on/off the DND 'feature' on a phone.
A couple of things.
If you have a site that keeps misusing the DND feature then just REG-ACTDA; and do a search for DND.
Turn the feature off on all phones using ACTDA
then turn off the feature in FEASU or just remove the ADND code in WABE.
Another way around this DND or other features like Forwarding.
Setup a code in WABE for FWDIGNOR and dial that code before you dial the extension
you should be able to get the phone to ring to tell the end user to turn off their feature !
Not sure if you need override of DND in your class of service to do that but you can play around with that.
Sign On/SIgn Off
This is more correctly called 'Autoset Relocate'
There are a few things you have to do to get this working.
It works well on digital phones - maybe not so well on analogues but I will give the setup for digital.
ADD-WABE:**55,,,SIGNON,N;
ADD-WABE:**56,,,SIGNOFF,N;
DIS-PERSI:SYS;
Have a look at SILEN (Service Identifier Length) in my example I have it set to 2
CHANGE-PERSI:TYPE=SYS,SILEN=2;
DIS-PERSI:SI;
If this SI (Service Identifier) exists then note it down.
If it does not exist then you have to add it
CHA-PERSI:TYPE=SI,SI=55; (55 being 2 digits in length)
Setup 2 test phones - example extensions 1234 and 2345
OK so far so good
REG-SBCSU:1234;
You will see it is on example PEN 1-2-3-4
So on that phone 1234 or on another phone
dial **56551234 (**56 = signoff 55 = Service Identifier 1234=extension number)
The phone display will show 'service relocating' to indicate that although it is connected to the system it needs to be given a number.
If you REG-SBCSU:1234; you will see that it is 'signed off' and has no PEN associated with it.
Sign off 2345 using the console:
CHA-DSSU:SIGNOFF,2345;
To sign it back on again -
You need a 'signed off PEN' - you already have two but you can make more
REG-BCSU;
CHA-BCSU:SIGNOFF etc. - signoff a port on a SLMO Card
To sign back on a phone
Go to the extension that WAS 2345 and 'sign it on' as 1234
**55551234 (**55=Signon 55=Service Identifier 1234=Extension Number)
That phone is now Extension 1234 and the only difference is that it is using the PEN that 2345 was on.
You can also sign on via comwin
Sign on 2345 to the Old PEN of 1234
CHA-DSSU:SIGNON,2345,1-2-3-4;
2345 will now go active on the pen that 1234 was on
SO you have swapped the 2 phones without moving the jumpers.
You can Signon/Sigoff Extensions and PENS using comwin
(CHA-DSSU:SIGNON / CHA-DSSU:SIGNOFF / CHA-BCSU:SIGNOFF / CHA-BCSU:RELEASE)
You can Signon/Signoff Extensions using phones
It is important to remember that you need 'signed off' PENS to be able to sign on phones to those PENS.
You cannot just sign on a phone to an already used or a 'non signed off' PEN.
If you are setting up or moving a lot of phones just sign off the whole card that they are connected to.
Go to the area and plug in the phones - they should all show 'autoset relocate' on the screen.
Then just sign them on one by one at each phone or use the comwin to sign them on to different pens.
If you are to move just one phone from one office to another:
Sign off both existing phones either via Comwin or using any phone or the phones themselves.
Sign on the correct extension at each of the signed off locations.
I hope I am making sense - you have to try it out to see.
Just dont tell the boss - leave him think you are at the jumpering frame all day and not just putting in codes
Analogue extensions will work but as far as I remember the first extension that is signed on/off on a card has to be done via Comwin
Give it a try and let me know how you get on - try the digital first.