Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

827v-4 h323 config with call manager

Status
Not open for further replies.

drizzits

IS-IT--Management
Apr 29, 2002
18
US
Hey all,

I hear that a 827 is suppost to support voice over IP. HOw would you incorperate this with call manager. As a h323 gateway. If so what would the config look like.

THanks

Drizzits
 
Some config:

!
version 12.2
no parser cache
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
!
hostname XXXXXXXXX
!
logging rate-limit console 10 except errors
no logging console
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip host ccm 172.31.1.10
!
ip cef
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
voice service voip
!
translation-rule 1
Rule 0 61501 XXX61501
Rule 1 61502 XXX61502
Rule 3 61503 XXX61503
Rule 4 61504 XXX61504
!
!
interface Ethernet0
ip address 172.30.111.XXX 255.255.255.0
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.30.111.XXX
ip http server
!
call rsvp-sync
!
voice-port 1
cptone NO
!
voice-port 2
cptone NO
!
voice-port 3
cptone NO
!
voice-port 4
cptone NO
!
dial-peer voice 10 voip
destination-pattern 0.T
translate-outgoing calling 2
session target ipv4:172.31.111.XXX
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 1 pots
destination-pattern 61501
port 1
!
dial-peer voice 2 pots
destination-pattern 61502
port 1
!
dial-peer voice 3 pots
destination-pattern 61503
port 3
!
dial-peer voice 4 pots
destination-pattern 61504
port 4
!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top