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

H.323 Configuration?

classical_006
Level 1
Level 1

I want to use the H.323 to replace the MGCP at the voice gateway.Now I have one problem about the configuration.I want to transfer all incoming calls to auto attend.How can I configure to acomplish this goal?

best regard

2 Replies 2

Hin Lee
Cisco Employee
Cisco Employee

dial-peer voice 4000 voip

destination-pattern 4000

!--- Route this pattern to the Cisco CallManager Auto Attend.

session target ipv4:10.10.10.6

!--- This is the Cisco CallManager's IP address.

msolak
Level 4
Level 4

you have 2 options to realize that. the first option is to make a translation on the h323 gateway.

!

voice translation-rule 2000

rule 1 // /2000/

!

voice translation-profile incoming-aa

translate called 2000

!

voice-port x/y

translation-profile incoming incoming-aa

!

dial-peer voice 2000 voip

destinatio-pattern 2000

etc...

!

the second is to do this on the ccm with tp. it is similar to mgcp.

!

dial-peer voice 2 voip

destination-pattern 4567....

etc..

!

ccm: create a translation-pattern with: tp: 4567xxxx

translate called field: 2000

this will translate your office and did numbers to the aa-number.

greetings

mehmet