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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call Redirection by time of day (Meridian 81c)

Status
Not open for further replies.

sienz

Programmer
Jul 23, 2002
587
US
Hi experts,
I try to forward one phone by time of day at 5PM to 8AM.
I tried it several time and it doesn't work. I call this number x6007 and it just ringing there and go to VM. It supposed to ring at x6042 at that hour / time. Any one know what I missed ? or how is Call Redirection by time of day supposed to work ?
THANKS
CRT0 17 00 08 00
CRT1 00 00 00 00
CRT2 00 00 00 00
CRT3 00 00 00 00
DAY0
DAY1
DAY2
DAY3
HOLIDAY0
HOLIDAY1
HOLIDAY2
HOLIDAY3
DES HQHQ
TN 044 0 00 00
TYPE 3902
CDEN 8D
CTYP XDLC
CUST 0
FDN 6000
TGAR 1
LDN NO
NCOS 1
SGRP 0
RNPG 777
SCI 0
SSU 0000
LNRS 16
XLST 0
CLS CTD FBD WTA LPR PUA MTD FNA HTA TDD HFA GRLD
MWA RMMD SMWD AAD IMD XHD IRA NID OLA VCE DRG1
POD DSX VMD CMSD SLKD CCSD SWD LNA CNDA
CFTD SFD MRD DDV CNIA CDCA MSID DAPA BFED RCBD
ICDD CDMD MCTD CLBD AUTU
GPUA DPUA DNDA CFXD ARHA FITD CLTD ASCD
CPFA CPTA ABDD CFHD FICD NAID BUZZ AGRD MOAD AHD
DDGA NAMA
USMD USRD ULAD RTDA RBDD RBHD PGND OCBD FLXD FTTC MCBN
CPND_LANG ENG
RCO 0
HUNT 3598
LHK 0
LPK 0
PLEV 02
FCAR NO
AST
IAPG 0
AACS NO
ITNA NO
DGRP
MLWU_LANG 0
MLNG ENG
DNDR 0
ARTO 0
AFD 6042
AHNT 6042
KEY 00 SCN 6007 2 MARP
CPND
NAME MA SWITCH RM
XPLN 27
DISPLAY_FMT FIRST,LAST
01 RNP
02 CFW 4 6001
03 AO6
04 TRN
05 MWK 6000
DATE 16 JUN 2003
 
sienz

here are my notes.. they may help if not post back..Call Redirection by Time of Day

Feature Description

This feature provides automatic redirection of an incoming call to a pre-defined DN depending on the time of day. Alternate time options are defined at the customer level in Overlay 15, with four alternate time options available per customer. The feature is then activated/deactivated on a per set basis in Overlays10 or 11. Call Redirection by Time of Day applies to: Hunt, Call Forward No Answer (FNA), and Call Forward/Hunt by Call Type.

Feature Implementation

This feature is implemented in two stages.

The first stage uses Program 15 to define the time options. There are four alternate time options available at the customer level for the CRT0D feature: CRT0, CRT1, CRT2 and CRT3.

This feature is enabled when at least one of the alternate time options is defined. The alternate time options are entered in International time format.

Example

This example shows how the alternate time options are set in the Customer data block. The section of CDB you require is Call Redirection Data (RDR).

LD 15
Load Program 15

REQ CHG
TYPE RDR
CUST X X = Customer number
Carriage return on until you reach CRTOD prompt
CRTOD YES Call redirection by time of day
CRTO 12 00 13 00 Alternate time option 0. (Start hour/start minute. End hour/end minute)
Enter carriage return to go to next prompt
CRT1 SH SM EH EM Alternate time option 1 sh / sm = start hours / mins, eh / em = end hours / mins
CRT2 SH SM EH EM Alternate time option 2
CRT3 SH SM EH EM Alternate time option 3
Enter "x" to remove the value and reset to start time = end time=0
Carriage return Back to the REQ prompt.




Printing Call Forward Number Rings and Call redirection Times

LD 21

REQ PRT
TYPE RDR
RDR_DATA Carriage return through all the prompts and you will be presented with a prompt out containing all your Re-direction data, included will be your Call Redirection Time data
CRT0 12 00 13 00 Call redirection time 0
CRT1 00 00 00 0 Call redirection time 1
CRT2 00 00 00 00 Call redirection time 2
CRT3 00 00 00 00 Call redirection time 3

The second stage uses Programs 10 or 11 to set class of service call redirection by time of day allowed/denied (RTDA/RTDD). The alternate redirection time option (ARTO) and alternate forwarding prompts (AFD/AHNT) are set.

Example

This example shows how to set alternate redirection prompts for an analogue set.

One alternative time option forwarding to a DN on call forward no answer and busy.

LD 10
Load Program 10

REQ CHG
TYPE 500
TN x x x x = Terminal Number
ECHG YES Easy change
ITEM CLS RTDA Call redirection by time of day allowed. if CLS = RTDD, AFD/AHNT will be removed, and ARTO will be reset to zero
ITEM ARTO 0 Alternate redirection time option for call redirection set to zero (options 0-3)
ITEM FTR AFD yyyy Alternate flexible call forward to DN yyyy
ITEM FTR AHNT zzzz Alternate hunt to DN zzzz
ITEM Carriage return back to the REQ prompt

This example shows how to set alternate redirection prompts for a digital set. One alternative time option forwarding to a DN on call forward no answer and busy.

LD 11
Load Program 11

REQ CHG
TYPE xxxx xxxx = Telephone Type 2616, 2008 etc
ECHG YES
ITEM CLS RTDA Call redirection by time of day allowed
ITEM ARTO 0 Alternate redirection time option for call redirection set to zero (options 0-3)
ITEM AFD yyyy Alternate flexible call forward to DN yyyy
ITEM AHNT zzzz Alternate hunt to DN zzzz
ITEM Carriage return back to the REQ prompt





Colin
 
Thank you very much for your explanation, Colin.
I have tried to do all of those and I gave the copy of my CDB for CRT0 and TN for that number above. But when i call that number, It does not forward to 6052 but it goes to VM. Is that something wrong with my programing. Is there anything that i need to check ?


Thanks again.
 
No, It is still going to VM. I think with that programing it is supposed to go to 6052. right ?

Sanjaya
 
I am so sorry, It is 6042
AFD 6042
AHNT 6042

Thanks
 
how have you been testing this,,, it will only work during 1700 and 0800

unless you change the clock..but be carefull...


dont do it if you have sympossium or something like it



Colin
 
not sure if this will help.. try changing CFTD to CFTA in CLS

call forward by type allowed

Colin
 
I changed the clock to test it but I reset again after I finished, We have Call Pilot and that DN is just for testing so nothing to worry about. So do you think the call should forward to 6042 during 1700 and 0800 ?

Thanks
 
i cant see any mistakes.. but i will dig out the manuals..

what version s/ware r u running



Colin
 
25.40 Option 81c
I tried it several time yesterday and I did not work. I will try it again tomorrow, I have a lot of thing going on right now. Thanks again Colin, I appreciate your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top