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

How to question - Voicemail

Status
Not open for further replies.

Novicefiction

IS-IT--Management
Dec 5, 2005
91
0
0
US
How do I program an analog set (500) to go directly to voicemail - I want to do this remotley throught he switch (option 11c)
 
Do you want to do it through terminal TTY? If so, You can programm:

cls FNA
ftr fdn 7000
RCO X

X= You can programm RCO cycle to forward when no answer after 1 ring

to chang the RCO 0,1 or 2

in ld 15
reg chg
type RDR
OPT CFF CFRA DSTD PVCD CWRA MCI
FNAD FDN
FNAT FDN
FNAL FDN
CFTA YES
CCFWDN
CFN0 4 ---> cycles for RCO 0
CFN1 1 ---> cycles for RCO 1
CFN2 4 ---> cycles for RCO 2
 
you could also use:

cls fna
ftr dcfw 4 xxxx (xxxx = extension of the VM server)
 
that or rcfw, if you need to change an rco, make sure no one is assigned to rco x BEFORE you change the customer database

john poole
bellsouth business
columbia,sc
 
I think the programming is about the same between an 11c and 61 c.. What I do is set the FDN to the internal extension of our voicemail system.. The analog set will ring a few times and then the call goes to voicemail. You can also hunt to the same extension also.. Make sure FNA and HTA are allowed in your CLS/Feature list if using OTM. Looks something like this:

AACS NO
MLWU_LANG 0
FTR CFW 4
FTR FDN 3300
DATE 24 MAY 2006
Hope this helps you...
 
You guys are awsome thanks works great!!!!!!!!!!!!!!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top