11-07-2012 06:07 PM - edited 03-18-2019 12:05 AM
Hi,
we've vcs expressway and vcs control. I want to configure vcs expressway in such a way that if incoming call matches 12xxxxx@domain.com pattern than vcs expressway should drop that call (it shouldn't forward that call). how to do that?
can we configure authentication in such a way that vcs expressway authenticates each incoming call (from locally registered endpoints on vcs expressway as well as incoming 3rd party calls from internet) going out for 12xxxxx@domain.com. if that incoming call isn't authenticated than vcs expressway should drop that call (shouldn't send it to vcs-control)?
Thanks all.
11-07-2012 10:41 PM
Hi Gavin
You can create rules to block or allow specific call patterns on your VCS control and Expressway
VCS Configuration > Call Policy > Rules
You can specify a source pattern as well as destination pattern and set the rule to either allow or deny the call.
The Help File on the VCS and Expressways is also very helpful and explains each field better.
Eg: If you create the below rule on the expressway if will block any calls to 123XXXXXX@domain.com
Source Pattern: (Leave Blank)
Destination Pattern: 123(.*)@domain.com
Action: Reject
11-08-2012 01:27 PM
Hi Gavin,
Just to be clear, two Call Policy Rules (not Search Rules) are required.
Haydn already told you how to create a Call Policy Rule to reject calls to specific alias pattern.
If you do it exactly as Haydn points out, the blank source pattern will match an unauthenticated user only.
If you had used (.*) as the source pattern, then that would match both authenticated and unauthenticated users.
For incoming calls, you can do the reverse:
Source Pattern: 123(.*)@domain.com
Destination Pattern: (.*)
Hope this helps,
Eric
11-09-2012 08:31 AM
Eric,
Correction, (.*) will not include unauthenticated users, only authenticated. Yes I just tested it, just to make sure.
Thanks,
Justin
11-09-2012 08:37 AM
You're right. I just tried it as well.
Thanks!
Eric
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide