Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Absence codes

Status
Not open for further replies.

Hitechbuzz

Technical User
Oct 23, 2002
198
NZ
Hi Guys
Does anybody know how to program the absence codes ie. change the wording, on my system BC10 all it gives is "absence (1-10)" when somebody dials the extension that it has been implemented on. I know that *23*(code#)# turns it on. Thanks All for your help
Hitechbuzz
 

Hi!
Here is one example (in English)


KSTSC:STRNO=ICS0,STRING="BREAKFAST ",TIMFMT=TIME,LANG=0;
KSTSC:STRNO=ICS1,STRING=" LUNCH ",TIMFMT=TIME,LANG=0;
KSTSC:STRNO=ICS2,STRING=" DINNER ",TIMFMT=TIME,LANG=0;
KSTSC:STRNO=ICS3,STRING="EXCURSION ",TIMFMT=TIME,LANG=0;
KSTSC:STRNO=ICS4,STRING=" POOL ",TIMFMT=TIME,LANG=0;
KSTSC:STRNO=ICS5,STRING=" CINEMA ",TIMFMT=DATE,LANG=0;
KSTSC:STRNO=ICS6,STRING=" VACATION ",TIMFMT=DATE,LANG=0;
KSTSC:STRNO=ICS7,STRING=" DAY OFF ",TIMFMT=DATE,LANG=0;
KSTSC:STRNO=ICS8,STRING=" REST OF D",TIMFMT=DATE,LANG=0;
KSTSC:STRNO=ICS9,STRING=" ILL ",TIMFMT=TIME,LANG=0;
KSTSC:STRNO=ICS10,STRING=" *=DIAL ",LANG=0;

hope it helps you

///fcpli
 
GETSC:STRNO=,STRING="text",LANG=;
is the corresponding command for generic extensions.

OPRSC:SDM=,STRING=; <BC10>
OPRSC:SDM=,STRING=,LANG=; <BC11>
is used to change the contents of a given simplified diversion message on an alphanumeric display console and the OPI 3203 and 3213.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top