cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
271
Views
0
Helpful
2
Replies

Analog to a IP phone

hugoeic
Level 1
Level 1

hello,

I have the follwing sceanario:

callManager(10.0.0.2)--|switch---Router1--------Router2-FXS------|analog phone(800)

IP phone(110)----------|

router1

!

dial-peer voice 1 voip

destination-pattern 8..

session target ipv4:192.168.0.1

!

dial-peer voice 2 voip

destination-pattern ...

session target ipv4:10.0.0.2

router2

dial-peer voice 1 pots

destination-pattern 800

port 1/0/1

!

dial-peer voice 2 voip

destination-pattern ...

session target ipv4:10.0.0.1

it's not working :-(

thanks in advanced,

Hugo

1 Accepted Solution

Accepted Solutions

msolak
Level 4
Level 4

hugo,

you are trying to route calls from callmanager to a h323-gateway and from this to an other h-323 gateway.

you cant make this working:))

1. create a h323-gateway in ccm with the ip address of the router2

2. create a route-pattern (number 800) which is pointing to router2

3. router 2 config:

voice class codec 1

codec preference 1 g711ulaw

codec preference 2 g729r8

!

!

dial-peer voice 100 voip

destination-pattern [^8..]

session-target ipv4:10.0.0.2

voice-class codec 1

dtmf-relay h245-alphanumeric

no vad

!

dial-peer voice 800 pots

destination-pattern 800

port 1/0/1

i assume the router 1 hasnt any voice interfaces?

greetings

mehmet

View solution in original post

2 Replies 2

msolak
Level 4
Level 4

hugo,

you are trying to route calls from callmanager to a h323-gateway and from this to an other h-323 gateway.

you cant make this working:))

1. create a h323-gateway in ccm with the ip address of the router2

2. create a route-pattern (number 800) which is pointing to router2

3. router 2 config:

voice class codec 1

codec preference 1 g711ulaw

codec preference 2 g729r8

!

!

dial-peer voice 100 voip

destination-pattern [^8..]

session-target ipv4:10.0.0.2

voice-class codec 1

dtmf-relay h245-alphanumeric

no vad

!

dial-peer voice 800 pots

destination-pattern 800

port 1/0/1

i assume the router 1 hasnt any voice interfaces?

greetings

mehmet

thank you very much, it's working now,

danke :-)

Hugo