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 incoming internal Call only to selected operator.

Status
Not open for further replies.

dnaserver

Technical User
Jun 17, 2003
55
MY
Hi,

Currently we have 4 operators with extension 2001,2002,2003 and 2004. I wish to make one of the operator let say ext 2001 to receive only incoming call from internal premises and the rest can receive incoming call from external and internal. How can I program fiol according to the above requirement. ? Thanks in advance
 
take a look at the command OPCTS and OPCTP:CORG=ALL, i'm not going to suply you with the solution in the first place, first try to find out yourself by using the examples in alex and if nothing works give me a shout :)

grtz
rené
 
dnaserver,

hi buddy, do a print out of
OPCTP:corg=all;
OPCGP:corg=all;
Nadap: (edit it for the operator and common op numbers)

I'll try and help you.

Rene2716,
AROUND HERE we help people, ok, its really very simple.
People ask a question and we answer it. We dont answer in riddles. This is not a school and your not a teacher.

Sometime people who are on here have different levels of knowledge and are under different preassure to get a solution. Some dont have access to Alex or other docs.

Some people yes do ask stupid questions DNAserver has been here often and doesnt fall in that catagory

If you can help then help
If you can't offer help then do us all a favour ;)



 
soryy if i offended here, but i for myself get more satisfaction from finding the solution myself with a little help or hints before getting it completly written out by someone else, but ok if thats the way it works ill respect that. Looking forard to your solution to see if its the same as mine :)



 
no offence,
I suspect your new, (dont recognise your handle)

sometimes it is better to make people think for themselves I do agree with that.

problem is on this board we have to assume several things

1> people are not as smart as the person answering
2> person does not have access to ALex etc
3> person is under preassure for a fix.

so try and help at all times, sometimes its obvious that people dont even bother to do simple checks,

again just giving hints will annoy people than actually make them think.

laters

PM



 
thanks guys, i took both comments positively. I do in pressure and don't have ALEX. :p. By sharing knowledge
one came become smarter.

Below is the print out.

<opddp:dir=all;
OPERATOR DIRECTORY DATA
DIR EQU OCUST TYPE PCM REV
1996 001-0-40-01 - 4 - -
1997 001-0-40-00 - 4 - -
1998 001-0-40-02 - 4 - -
1999 002-2-40-05 - 1 - -

<OPCTP:CORG=ALL;
OPERATOR CALL TYPE DATA
CORG CALT ROU OACC CUST NDIR RERNUM CEN
1 1 - 0 - N - N
1 2 - 0 - N - N
1 3 - 0 - N - N

END

<OPCGP:CORG=ALL;
OPERATOR CALL ORIGIN GROUP DATA
DIR
1111
9999
9999
6789
CORG ----
1 1111

END

<NADAP;
NUMBER ANALYSIS DATA
TYPE OF SERIES NUMBER SERIES
EXTENSION NUMBER SERIES 1000 - 1995
2000 - 2055
2057 - 2998
3000 - 3998
4000 - 5999
EXTERNAL DESTINATION CODE 72181
9
OPERATOR INDIV. NUMBER SERIES 1996 - 1999
OPERATOR COMMON NUMBER SERIES 0
ABBREVIATED COMMON NUMBER SERIES 600 - 699

To correct, our operator is at 1996,1997,1998,1999 . The one i would like to receive only incomung internal call is 1998.


cheers
 
At first let me say i'm kind of surprised with your output, for incoming external traffic i would expect a line with CALT 5,6 OR 7 in your output of opctp, maybe you can fill me in on that, but for having internal trafic only on 1998 here is what you should do.

First remove 1998 from the corg with
OPCGR:dir=1998,corg=1;

Then create a second corggroup with
OPCTS:corg=2,calt=3,OACC=0;
Then put 1998 in the second corggroup by
OPCGS:dir=1998,corg=2;

this should do the trick

let me know if this is enough

rene

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top