medeamedea
Technical User
Here's what I'm trying to do:
I have an extension that I would like only a specific set of extensions to be able to dial. I know I can use CORs for this but the default is Y on all of them and I have a lot of CORs to change.
I created a VRT 1, added the allowed extensions and did this:
1 goto step 2 if ani in table 1
2 route-to number xxxx with coverage n if unconditionally
3 goto step 4 if ani not-in table 1
4 route-to number 0 with coverage n if unconditionally
When tested, extensions that are not in table 1 are still getting through to step 2. Should this work??
Thanks!!
I have an extension that I would like only a specific set of extensions to be able to dial. I know I can use CORs for this but the default is Y on all of them and I have a lot of CORs to change.
I created a VRT 1, added the allowed extensions and did this:
1 goto step 2 if ani in table 1
2 route-to number xxxx with coverage n if unconditionally
3 goto step 4 if ani not-in table 1
4 route-to number 0 with coverage n if unconditionally
When tested, extensions that are not in table 1 are still getting through to step 2. Should this work??
Thanks!!