cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
234
Views
0
Helpful
1
Replies

Configuring direct lines for managers on FXO cards

solomonthuo
Level 1
Level 1

Hi all

I have this configuration below in a cisco 2801 router running CCME. I have configured connection Plar directing external calls to specific extensions. I have a problem with ensuring that outbound calls from a manager on extension 203 are always routed to voice port 0/0/0 and that all other outbound calls from other users don't ever use this voice port 0/0/0. The main aim is having a fixed/direct line for manager on extension 203.

voice-port 0/0/0

dial-type pulse

no non-linear

cptone GB

connection plar opx 203

impedance complex2

caller-id enable

!

voice-port 0/0/1

dial-type pulse

no non-linear

cptone GB

connection plar opx 206

impedance complex2

caller-id enable

!

voice-port 0/0/2

dial-type pulse

no non-linear

cptone GB

connection plar opx 208

impedance complex2

caller-id enable

!

voice-port 0/0/3

dial-type pulse

no non-linear

cptone GB

connection plar opx 207

impedance complex2

caller-id enable

!

dial-peer voice 1 pots

preference 2

destination-pattern 9T

port 0/0/0

!

dial-peer voice 2 pots

destination-pattern 9T

port 0/0/1

!

dial-peer voice 3 pots

preference 1

destination-pattern 9T

port 0/0/2

!

dial-peer voice 4 pots

destination-pattern 9T

port 0/0/3

dial-peer voice 203 voip

destination-pattern 203

session target ipv4:192.168.42.1

dtmf-relay h245-signal

codec g711ulaw

!

dial-peer voice 206 voip

destination-pattern 206

session target ipv4:192.168.42.1

dtmf-relay h245-signal

codec g711ulaw

!

dial-peer voice 208 voip

destination-pattern 208

session target ipv4:192.168.42.1

dtmf-relay h245-signal

codec g711ulaw

!

dial-peer voice 207 voip

destination-pattern 207

session target ipv4:192.168.42.1

dtmf-relay h245-signal

codec g711ulaw

Regards

Sollo

1 Accepted Solution

Accepted Solutions

paolo bevilacqua
Hall of Fame
Hall of Fame
1 Reply 1

paolo bevilacqua
Hall of Fame
Hall of Fame

Hello,

Use 'trunk' under ephone-dn:

http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_command_reference_chapter09186a0080611369.html#wp1094625

Hope this helps, please rate post if it does!