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

Block Incoming Call to specific extension

Status
Not open for further replies.

demanding

IS-IT--Management
Jan 7, 2008
631
US
In CM6.0 is there a way to block an incoming call to a specific extension? We have the phone number of the caller...can I block them from calling one particular number in our office?

I already block spammers using EC500/dummy extension - but that is across the board.
 
You can stablished a cos parameters on the extensión wich you want to blocked the speciefied number.

greeting from guatemala
 
Sorry - don't understand how that will work.
 
We changed the inc-call-handling-trmt on the trunk where the extension DID comes in to force it to a VDN with the extension as that vdn's V1 variable, the below vector would match the ani against a table created and populated with offending callers. If the caller is not in the table the call is delivered to the extension, if it is in the table they get the busy.

Code:
                       INCOMING CALL HANDLING TREATMENT
 Service/       Called    Called        Del  Insert           Per Call  Night
 Feature         Len      Number                              CPN/BN    Serv
 tie              4   1001              4    1181

Code:
                            VECTOR DIRECTORY NUMBER

                             Extension: 1181
                                 Name*: Block ANI
                         Vector Number: 1999
                   Attendant Vectoring? n
                  Meet-me Conferencing? n
                    Allow VDN Override? n
                                   COR: 1
                                   TN*: 1
                              Measured: none

                            VECTOR DIRECTORY NUMBER

                                VDN VARIABLES*

                    Var  Description       Assignment
                    V1   The Boss             1001
                    V2
                    V3
                    V4
                    V5


Code:
                                  CALL VECTOR

    Number: 1999             Name: ANI Blocker
Multimedia? n      Attendant Vectoring? n    Meet-me Conf? n           Lock? n
     Basic? y   EAS? y   G3V4 Enhanced? y   ANI/II-Digits? y   ASAI Routing? y
 Prompting? y   LAI? n  G3V4 Adv Route? y   CINFO? y   BSR? y   Holidays? y
 Variables? y   3.0 Enhanced? y
01 wait-time    2   secs hearing ringback
02 goto step    8             if ani              in     table 1
03 route-to     number V1               with cov y if unconditionally
04 stop
05
06
07
08 busy

 
What I'm missing is where is this table for the ani so I can plug in the phone number of the external caller?
 
Use goto step xx if ani in table x. You add the ani to block "chan vrt x".

 
if it is coming in on a pri you can do it through the incoming call handling treatment on the trunk group form.

acss sme acis sme acss cm 5.2.1 acss cm and cmm acss aura messaging.
 
problem here, if it is to only block the ani to one station but allow to other stations on the system.
 
Tolson - that was the intent for this particular setup.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top