cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
286
Views
4
Helpful
2
Replies

Selecting FXO port from H.323

z.rahman.emr
Level 1
Level 1

I have a scenario like 2 local extension 1001 and 1002. and i have 2 Analog line connected to FXO fro eg: A and B. I was asked to configure that if i make call from 1001 to outside my call has to go through FXO line A and from 1002 it has to go to FXO B. As Gateway is configured as H.323 how can i do this set up?

2 Replies 2

You can do this all on the gateway.

You can create different incoming dial peers, that look like this:

dial-p v 1 voip

answer-address 1001

translation-profile (adds a 955 to beginning of called number)

dial-p v 2 voip

answer-address 1002

translation-profile (adds a 966 to beginning of called number)

dial-p v 3 pots

port 0/0/0

destination-pattern 955.T

dial-p v 4 pots

port 0/0/1

destination-pattern 966.T

That would do it. Alternatively, you could add the prefixes in CUCM by creating different route patterns with different partitions and adding different digits there.

-nick

Thanks alot for your reply.. Its working fine...