cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
577
Views
5
Helpful
2
Replies

Block this Pattern if the ANI and DNIS Matches (CUCM)

stfarmfgzj1
Level 1
Level 1

Hi All,

it is possible for CUCM to block a pattern that match "all" this 2 criteria?

If the calling is XXXX AND called is YYYY then Block This Pattern.

 

We cant to enable "Call Blocking" for some users, but not the entire company, we cannot create CSS per branch specific. many of the branches are in the global CSS.

 

Please let me know.

 

Thank you very much.

Juan

2 Replies 2

Anthony Holloway
Cisco Employee
Cisco Employee
Yes, but maybe not in the way you are thinking. Using the legacy XLATE Route Next Hop by Calling Party Number for this purpose is not going to scale well. Instead, look to Cisco Unified Routing Rules Interface (CURRI) (pronounced Curry).

https://developer.cisco.com/site/curri/

The basics of how this works is as follows:

CUCM receives a call to a pattern for which you wish to filter calls for (E.g., an inbound match all ! pattern)
CUCM has this pattern configured with an External Call Control Profile (ECCP)
CUCM sends a request to your web server (as defined in the ECCP), which contains XML about the call such as calling and called number
Your web server then processes business rules, such as which calls are blocked or allowed, and then responds to CUCM with a permit or deny
CUCM then takes the action from the web server and either processes the call further (based on the next pattern in Digit Analysis (DA)), or drops it

I didn't know this solution existed. Thank you for sharing.

 

Juan.