cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
575
Views
5
Helpful
8
Replies

COR configurations

Edson Vuma
Level 1
Level 1

Hi, guys.

I have dial-peers well configured, ephone-dn done, ephone registered and all is working pretty fine.

1. Below is an example of each of the point above:

dial-peer voice 1 pots

description OUTSIDE

preference 3

destination-pattern 900T

port 0/0/0:15

prefix 00

    

ephone-dn  1  dual-line

number 02 secondary XXXXXXXX

label Edson Vuma

description Edson Vuma

name Edson Vuma

ephone  1

mac-address xxxx.xxxx.xxxx

username "EdsonVuma" password vuma

type 7942

button  1:1

And so many phones...and dial peers.

If I wanted to prevent other users to make OUTSIDE (as the dial peer) calls, for example, ONLY ephone-dn 1, how I can do this?

Please, put the commands, I know that is something called CORs, but as I've never implemented it.......:)

--

Regards
Edson Vuma

-- Regards Edson Vuma
1 Accepted Solution

Accepted Solutions

Hello

as abrief for the above configuration , you have to understand the below

1-Dial−peer cor custom

Under this command you define all call types ( local , emergency, national , long distance, international ,etc).The call type defines by under the above command name (call type).

Dial−peer cor custom

name international

2-Dial−peer cor list

This will be the priviliges and permissions which you will give for your emplyees . As the example below

dial-peer cor list Lobby

member 911

dial-peer cor list Employee

member 911

member local

dial-peer cor list Sales

member 911

member local

member long_distance

I configured three priviliges one for lobby , other for emplyee and other for slaes (for lobby can call only 911 , employee can call ( 911 , local ) and Slaes can call (911,local,long_distance).

3-Assign the COR to the PSTN dial-peers.

4-Associate COR to the DN.

Thank you

please rate all useful information 


View solution in original post

8 Replies 8

islam.kamal
Level 10
Level 10

Hi

As per your request please find the below configuration for the above exmple:-

Dial−peer cor custom

name international

Dial−peer cor list manager

member international

dial-peer voice 1 pots

Corlist outgoing manager

ephone-dn  1  dual-line

Cor incoming manager

Thank you

please rate all useful information


Hi

The above is so limited configuration , please find the attached configuration which will help you.

Thank you

please rate all useful infomration

Hello

as abrief for the above configuration , you have to understand the below

1-Dial−peer cor custom

Under this command you define all call types ( local , emergency, national , long distance, international ,etc).The call type defines by under the above command name (call type).

Dial−peer cor custom

name international

2-Dial−peer cor list

This will be the priviliges and permissions which you will give for your emplyees . As the example below

dial-peer cor list Lobby

member 911

dial-peer cor list Employee

member 911

member local

dial-peer cor list Sales

member 911

member local

member long_distance

I configured three priviliges one for lobby , other for emplyee and other for slaes (for lobby can call only 911 , employee can call ( 911 , local ) and Slaes can call (911,local,long_distance).

3-Assign the COR to the PSTN dial-peers.

4-Associate COR to the DN.

Thank you

please rate all useful information 


Hi, Islam

All understood... but regarding to the commands below (see the questions)

Dial−peer cor custom

name international

Dial−peer cor list manager

member international

dial-peer voice 1 pots

Corlist outgoing manager            <-- What is the difference between putting "OUTGOING" or "INCOMING" here on the dial-peer??

ephone-dn  1  dual-line

Cor incoming manager             <---- What is the difference between putting "INCOMING" or "OUTGOING" here on the ephone-dn??

--
Regards
Edson Vuma

-- Regards Edson Vuma

Hi

This depends on your configuration on the above example your askef to restrict internation call which is outgoing call so the corlistwill be outgoing  (under dial-peer) and under ephone-dn (it will be incoming) , for incoming call restrication under dial-peer incoming and ephone-dn outgoing. This based on your requirements.

Thank you

please rate all useful infomration

Thanks...

But just to clarify.

If I want to restrict OUTGOING calls from my network, I use:

OUTGOING under dial-peer and INCOMING under ephone-dn

If I want to restrict INCOMING calls from my network, I use:
INCOMING under dial-peer and OUTGOING under ephone-dn

Is this it?

--

Regards
Edson Vuma

-- Regards Edson Vuma

Hi

Yes , this is ok , please find the below link.

http://duzceli1979.blogspot.com/2012/11/cor-class-of-restrictions.html

Thank you

please rate all useful information

Thanks.

--
Regards
Edson Vuma

-- Regards Edson Vuma