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

dial-peers and outgoing calls

muratg7777
Level 1
Level 1

Hi,

I created 2 dial peers:

UC520(config)#dial-peer voice 104 pots
UC520(config-dial-peer)#destination-pattern 9.T
UC520(config-dial-peer)#port 0/1/0

UC520(config)#dial-peer voice 105 pots
UC520(config-dial-peer)#destination-pattern 9.T
UC520(config-dial-peer)#port 0/1/1

what I want to do is,

1. IF a number starts with 1 or 9, It must directly go to the FXO port, which my analog central connected. For example if I dial 112, it will forword it to one of my fxo port. In my setup, if I dial 9112, I can call my analog central's local number.

2. On outgoing calls, x user must go on port 0/1/0 and y user must go on port 0/1/1. How can I do that?

I don' see connection cli under the dial-peer voice 104 pots. IOS version : uc500-advipservicesk9-mz.150-1.XA

1 Reply 1

Steven Smith
Level 7
Level 7

For question 1, you can create another dial-peer that works for digits starting with 1.

UC520(config)#dial-peer voice 107 pots
UC520(config-dial-peer)#destination-pattern 1.T
UC520(config-dial-peer)#port 0/1/0

For question 2, this can be done with corlist.

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml