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

Number of Ringers on digital station

Status
Not open for further replies.

lexer

Programmer
Jun 13, 2006
432
VE
Hi

I've got a 11c rls 25.30, I'm using a 3903 digital set as a doorphone, I programmed a HotLine key on 3903 doorphone to call the operator, My problem is that If the operator doesn't answer the doorphone call, the operator extension rings forever, Please, Is it posible to limite the number of ringings on a digital phone?
 
Is the operator on a console or on an extension phone?. If it's a console, then I think there are options in LD 15 under ATT to get the console to ring to another phone.


Firebird Scrambler
Nortel and Avaya Meridian 1 / Succession and BCM / Norstar Programmer in the UK
Very advance high level knowledge on Linux BCM with keycode support
 
Thanks, FirebirdScrambler the operator has a 3904 phone set, Is It posible that operator rings for example 5 times and after that disconect the doorphone call
 
What you could do is to create a new pilot DN set to LIN with the operator as the first choice and perhaps a mail box of another extension as second, third choice etc.

Then program the hotline to call the pilot DN.


Firebird Scrambler
Nortel and Avaya Meridian 1 / Succession and BCM / Norstar Programmer in the UK
Very advance high level knowledge on Linux BCM with keycode support
 
Thanks.
Is is posible to have a distinctive ringing when the doorphone extension calls the operator using the Hotline key?
 

FirebirdScrambler, I created a GHT 10 and PLDN 800 and now Hotline doorphone key 01 dial PLDN 800 (see below), But How Do I limit the number of ringings on PLDN LD 57? please, What is the parameter?

ld 18 GHT

PLDN 800
DNSZ 16
STOR 0 101
STOR 1



>ld 57
FFC000
MEM AVAIL: ( U-14211 P-3545 ) USED U P: 247932 61991 TOT: 327679
DISK RECS AVAIL: 430
REQ prt
TYPE ffc
CUST 0
CODE pldn

CUST 00
FFCT YES
PLDN 800
USE GPHT
LSNO 10
HTYP LIN
CFWI NO
MQUE ALL

Doorphone key 1 Hotline:

KEY 01 HOT D 800
 
It's been a while, but I think you can only do this via the RDR gate opener in LD 15 and using the RCO feature on the Door Phone.

You should have 3 settings each for internal and external calls.
These are the ring cycles set as values 0, 1 and 2 and most sites will stick with the initial "0" one. This means that the RCO value will be set to "0" on the Door Phone.

It should just be a case of changing the ringing values for the other options assuming that no one else is using them of if one of them already has the number of rings that you require, then you can just change the RCO value against the set.

In LD 15 the settings will be something like this below.

>LD 21
REQ: PRT
TYPE: CDB
RDR_DATA
OPT CFO CFRA DSTD PVCA CWRD MCX
FNAD FDN
FNAT FDN
FNAL FDN
CFTA NO
CCFWDN
CFN0 4 ##### The CFNx prompts are the 3 internal ring cycles #####
CFN1 6
CFN2 8
DFN0 4 ##### The DFNx prompts are the 3 external ring cycles #####
DFN1 6
DFN2 8
DNDH NO
TRCL 0
DFNR 0
CRT0 00 00 00 00
CRT1 00 00 00 00
CRT2 00 00 00 00
CRT3 00 00 00 00
DAY0
DAY1
DAY2
DAY3
HOLIDAY0
HOLIDAY1
HOLIDAY2
HOLIDAY3

In the example above,
CFN0 and DFN0 = RCO 0 which is set to 4 rings
CFN1 and DFN1 = RCO 1 which is set to 6 rings
CFN2 and DFN2 = RCO 2 which is set to 8 rings

I have attached a basic admin guide that might offer more help to you.


Firebird Scrambler
Nortel and Avaya Meridian 1 / Succession and BCM / Norstar Programmer in the UK
Very advance high level knowledge on Linux BCM with keycode support


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top