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

how to program DID on operator

Status
Not open for further replies.

punh

Technical User
Feb 1, 2007
16
SA
how to configure the operator to accept the DID calls directly
 
Put the NUMTYP=OI into the DID series. Then it is possible to call directly to the OPI. Use NUTRI to convert the DID number to the extension number of the OPI.

///doktor
 
in fact you have numtyp = OD.

NEVER, NEVER put the OI in the DID range.
if the OP goes into night mode your main number will be unreachable! put the OC into the DID range, so you can have an alternative with OPADC when OP is in night mode.


small example:

DID range = 5555-900 till 5555-999

lets say you want 900 as the main number for the operator (internal & external)

nansi:numse=101,numtyp=oi;
nansi:numse=900,numtyp=oc;
nansi:numse=900,numtyp=od;

/* program OWS
operi:dir=101,type=4,equ=.... /* non DID number

now you can connect calltypes to corg

opcts:corg=1,calt=1,oacc=900;
opcts:corg=1,calt=2,oacc=900;
opcts:corg=1,calt=3,oacc=900;
opcts:corg=1,calt=7,oacc=900,rou=x;

opcgs:dir=101,corg=1,cho=1;

/Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Hi,

I doubt, he is asking for this settings. He might be asking for direct answer instead of ringing the telephone and then press access1 key to answer the call.

in key phone, the setting is - CALALT = 6 instead of 1

For operator telephone, what is the calalt for immeidate/auto answer?
 
Daddy.

It is the OI, I would put into the DDI series to enable calls directly to the individual OPI. The Main number would be another number that - of course - will be answered through a relevant CORG (CALT=7).
Just to put it right.

///doktor
 
just help clearly i have operator number 4999 if i want to call the DID as incoming call i have to dial 8494999 if iam local.

Please give the example programing for this
 
Please check this

<OPCGP:DIR=ALL;
OPERATOR CALL ORIGIN GROUP DATA
DIR
4
9
9
9
CORG -
1 1

END

<OPCAP:DIR=ALL;
OPERATOR CATEGORY DATA
DIR OPC PRG TRAF TRM
4999 01000 0 0315 0

END



<NADAP;
NUMBER ANALYSIS DATA
TYPE OF SERIES NUMBER SERIES
EXTENSION NUMBER SERIES 4500 - 4999
EXTERNAL DESTINATION CODE 0
OPERATOR INDIV. NUMBER SERIES 5000
OPERATOR COMMON NUMBER SERIES 9
TYPE OF SERVICE CODE SERVICE CODE
EXTERNAL NUMBER LENGTH DATA
EXTERNAL NUMBER NUMBER LENGTH
000 5 - 16
001 4 - 10
002 4 - 10
003 4 - 10
004 4 - 10
005 4 - 11
006 4 - 10
007 4 - 10
05 4 - 8
08 4 - 11
09 4 - 12
1 4 - 4
2 4 - 4
3 4 - 4
4 4 - 4
5 4 - 4
PROCEED TO SEND SIGNAL DATA
EXTERNAL NUMBER POS. TYPE
CALL DISCRIMINATION DATA
EXTERNAL/INTERNAL NUMBER CAT
000 4
001 4 3
002 4 3
003 4 3
004 4 3
005 4 3
006 4 3
007 4 3
03 4 3 2 1
05 4 3 2
06 4 3 2 1
08 4 3 2
09 4 3 2 1
1 4 3 2 1
2 4 3 2 1
3 4 3 2 1
4 4 3 2 1
5 4 3 2 1
9 4 3 2 1
END




OPDNP;

DAY OF WEEK: SUN
CURRENT STATUS: NIGHT
DAY NIGHT
MON
TUE
WED
THU
FRI
SAT
SUN

END

 
doktor,

it is not good practice to set the OI in DID, it gives problems when having multiple OP's and night service

/Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top