Call forwarding problem - need advice - PBX Info :: Your Free PBX, PABX and Telephone Information Resource
Home | Register |    
 
Forums         |        Articles          |        Blogs         |      Software          |      Portals          |      Resource          |      Wiki      |    White Papers         
 
Go Back   PBX Info :: Your Free PBX, PABX and Telephone Information Resource > PBX SYSTEMS > NORTEL > Meridian Systems
   SEARCH  
     
User Name Password      
Save ?
Meridian Systems Welcome to the Nortel Meridian Forums Including Meridian Options 11-81C CS1000M Meridian Mail Call Pilot Companion and Sucession Hospitality OTM MAT MICB RAN NetGateway ..., and all other Applications

Tags: , , ,


Reply
 
LinkBack Thread Tools Display Modes
Old 04-02-2004, 12:49 PM   #1 (permalink)
tahki
Junior Member

Activity Longevity
0/20 18/20
Today Posts
0/0 ssssssss9
Rep Power: 0tahki is on a distinguished road
Hi,

I have an SL1 upgraded to Meridian 1 Option 61C Release 24 - using Octel Aria 3.0 for voicemail - (I am the tech support for both with only maintaining experience on the systems (learn as I go) - I do not know the in-depth programming very well)

I need to know if there is any way to accomplish the following:

I have an external client's 800# pointing to a MCR that rings on 3 users phones, that forwards to VM after 4 rings. Mgmt now wants to have this 800#/MCR forward to the client's main # during off-hours (5am-8am) and after 8am, the 800#/MCR not be forwarded-answered internally by our users. Mgmt wants to have any calls not answered by their staff during the 5a-8a timeframe to be routed to a voicemailbox that they can check - I do not know if this mailbox is to be set up on my end or theirs - I assume ours (they can always dial in and access the voicemail system).

I received some ideas on how to do this by configuring the voicemail server only (not the most reliable) but wanted to ask here if there was a way on the switch side. I do know we do not have a PRI installed (at least I don't believe we do) and I am mostly clueless on NARS/BARS so any ideas would be great!

Thanks-
Laura
tahki is offline   sendpm.gif Reply With Quote
Old 04-02-2004, 01:13 PM   #2 (permalink)
Pirates_Ghost
Junior Member
 
Pirates_Ghost's Avatar
Pirates_Ghost has no status.

Activity Longevity
1/20 20/20
Today Posts
0/0 sssss5414
Location: The other side of the Lake from work
Rep Power: 11Pirates_Ghost is on a distinguished road
Send a message via MSN to Pirates_Ghost
Check your NTPs for "Call forward by time of day"...I think that may give you a good way to go.
Pirates_Ghost is offline   sendpm.gif Reply With Quote
Old 04-02-2004, 02:21 PM   #3 (permalink)
tahki
Junior Member

Activity Longevity
0/20 18/20
Today Posts
0/0 ssssssss9
Rep Power: 0tahki is on a distinguished road
Don't Forget

Thank you! I will look into that to see if it will work.

Laura
tahki is offline   sendpm.gif Reply With Quote
Old 04-02-2004, 02:25 PM   #4 (permalink)
imported_colin
Junior Member

Activity Longevity
0/20 20/20
Today Posts
0/0 ssssssss0
Location: Far away
Rep Power: 0imported_colin is on a distinguished road
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
imported_colin is offline   sendpm.gif Reply With Quote
Old 04-02-2004, 02:34 PM   #5 (permalink)
Pirates_Ghost
Junior Member
 
Pirates_Ghost's Avatar
Pirates_Ghost has no status.

Activity Longevity
1/20 20/20
Today Posts
0/0 sssss5414
Location: The other side of the Lake from work
Rep Power: 11Pirates_Ghost is on a distinguished road
Send a message via MSN to Pirates_Ghost
Cheers, Colin...couldn't find my CD to post that.
Pirates_Ghost is offline   sendpm.gif Reply With Quote
Old 04-02-2004, 04:46 PM   #6 (permalink)
tahki
Junior Member

Activity Longevity
0/20 18/20
Today Posts
0/0 ssssssss9
Rep Power: 0tahki is on a distinguished road
Wow! thank you so much for the fast responses! I'll see how well I can break the switch now
tahki is offline   sendpm.gif Reply With Quote
Old 04-02-2004, 04:57 PM   #7 (permalink)
gei_spot
Senior Member
 
gei_spot's Avatar
gei_spot is going phishing

Activity Longevity
13/20 20/20
Today Posts
0/0 sssss5234
Location: Somewhere in this vast universe on a little rock that looks like a grape.
Rep Power: 11gei_spot is on a distinguished road
Gender:
Country:
Quote:
Originally Posted by tahki
Wow! thank you so much for the fast responses! I'll see how well I can break the switch now
We don't just break switches, we also break the peripheral equipment
gei_spot is offline   sendpm.gif Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the number a set is forwarded to from off site. pcutler Meridian Systems 7 11-28-2007 10:56 AM
SPRE codes ycoder Meridian Systems 11 12-11-2006 12:29 AM
Reverse Call Pickup twscrb Meridian Systems 10 08-26-2006 07:14 PM
FFC's not working switch Meridian Systems 4 04-17-2003 07:51 AM
Trunk to Trunk connection woes... Hi-Tech Meridian Systems 2 02-05-2003 07:25 PM


All times are GMT -5. The time now is 09:50 PM.

Tags   |   Advertise    |    Media Partners   |    Admin   |   About us   |   Contact Us   |   RSS   

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
Copyright PBXINFO LLC 2006