cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
515
Views
0
Helpful
5
Replies

Restrict FXO line

SwathyEdayath
Level 1
Level 1

Hi ,

We have two fxo lines . is it possible to restrict one of the line usage only among two people . and another one common for all .

we are running cucm 11.X version.

1 Accepted Solution

Accepted Solutions

Yes you can do this. Depending on what protocol you are using to connect CUCM with voice gateway.

For example, if you connect to gateway using SIP trunk.

1. On your gateway create cor-lists for FXO_1 and cor-list for FXO_2

2. Create dial-peers to match calls from two people using answer-address

3. Assign cor-list FXO_1 to this dial-peer.

4. Create outgoing dial-peer out of FXO Port 1 and assign the corresponding cor-list to it.

5. Create dial-peer to match calls from rest of people and assign cor-list FXO_2 to this dial-peer

6. Create outgoing dial-peer out of FXO Port 2 and assign the corresponding cor-list to it.

Here is a document on how to create cor-lists

http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/42720-configuring-cor.html

View solution in original post

5 Replies 5

Yes you can do this. Depending on what protocol you are using to connect CUCM with voice gateway.

For example, if you connect to gateway using SIP trunk.

1. On your gateway create cor-lists for FXO_1 and cor-list for FXO_2

2. Create dial-peers to match calls from two people using answer-address

3. Assign cor-list FXO_1 to this dial-peer.

4. Create outgoing dial-peer out of FXO Port 1 and assign the corresponding cor-list to it.

5. Create dial-peer to match calls from rest of people and assign cor-list FXO_2 to this dial-peer

6. Create outgoing dial-peer out of FXO Port 2 and assign the corresponding cor-list to it.

Here is a document on how to create cor-lists

http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/42720-configuring-cor.html

Hi Mohammed,

Thank you for replying . we have h.323 gateway .attached is the configuration done for the gateway .

fxo line on port 0/0/1 is for everyone and port 0/0/0 is only for GM and his PA.

can I follow the same configuration advised above ? could you please provide one sample configuration if possible .

Yes you can use the same steps as described above.

I have done some configuration as below , could you please suggest whether this will work .would like to know before implementing in gateway.

!
dial-peer cor custom
name Farook&Mohammed
name All
!
dial-peer cor list Farook&Mohammed
member Farook&MOhammed
!
dial-peer voice 937 pots
corlist outgoing Farook&Mohammed
preference 1
destination pattern 9T
progress_ind setup enable 3
progress_ind alert enable 8
progress_ind progress enable 8
progress_ind connect enable 8
incoming called-number .
direct-inward-dial
port 0/0/0
!
dial-peer voice 938 voip
corlist incoming Farook&Mohammed
answer-address 666
voice-class codec 1
dtmf-relay h245-alphanumeric
no vad
port 0/0/0
!
dial-peer voice 939 voip
corlist incoming Farook&Mohammed
answer-address 660
voice-class codec 1
dtmf-relay h245-alphanumeric
no vad
port 0/0/0
!

Thank you so much Mohammed. Below configuration worked well as per your suggestion.

dial-peer cor custom
name FarookMohammed
!
dial-peer cor list FarookMohammed
member FarookMohammed
!
dial-peer cor list All
member All
!
dial-peer voice 101 pots
description *** FOR INCOMING CALL MATCHING ***
incoming called-number .
direct-inward-dial
corlist incoming FarookMohammed
answer-address 660
port 0/0/0
!
!
dial-peer voice 104 pots
description *** FOR INCOMING CALL MATCHING ***
incoming called-number .
direct-inward-dial
corlist incoming FarookMohammed
answer-address 666
port 0/0/0
!
dial-peer voice 105 pots
 tone ringback alert-no-PI
 description *** O/G LEVEL 9 TRAFFIC TO PSTN ***
 destination-pattern 9T
 direct-inward-dial
 corlist outgoing FarookMohammed
 port 0/0/0
!