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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2600 + VoIP modules 1

Status
Not open for further replies.

mattyjenks

Technical User
Oct 19, 2001
108
GB
Hi,
I have recenetly been given a couple of the 2600's with VoIP modules to evaluate. I was just wondering if anyone had a basic config for this so i can at least get it working?

Many thanks in advance
 
version 12.1
no service single-slot-reload-enable
no service timestamps debug uptime
service timestamps log datetime msec
service password-encryption
no service dhcp
!
hostname r-viopgw
!
no logging buffered
no logging buffered
logging rate-limit 10
no logging console
aaa new-model
enable password 7 xxxx
!
username xx password 7 xx
username xx password 7 xx
username xx password 7 xx
!
!
clock timezone xx 2
voice-card 0
!
ip subnet-zero
!
!
no ip finger
ip domain-name xx.com
ip name-server 10.5.9.9
ip name-server 10.5.9.8
!
no mgcp timer receive-rtcp
isdn switch-type primary-net5
isdn voice-call-failure 0
call rsvp-sync
!
!
!
!

voice vad-time 20000
!
!
controller E1 0/0
clock source line primary
pri-group timeslots 1-31
!
controller E1 0/1
pri-group timeslots 1-31
!
!
interface Serial0/0:15
description "D Channel 0/0"
no ip address
ip mroute-cache
no logging event link-status
isdn switch-type primary-net5
isdn incoming-voice voice
isdn T310 50000
fair-queue 64 256 0
no cdp enable
!
interface Serial0/1:15
description "D Channel 0/1"
no ip address
ip mroute-cache
no logging event link-status
isdn switch-type primary-net5
isdn incoming-voice voice
fair-queue 64 256 0
no cdp enable
!
interface FastEthernet1/0
ip address xxinternal 255.255.255.0 secondary
ip address xxinternal 255.255.255.0
ip ospf network non-broadcast
ip ospf priority 3
duplex auto
speed auto
no cdp enable
h323-gateway voip interface
h323-gateway voip id dc ipaddr 10.5.14.7 1718
h323-gateway voip h323-id voipgw
h323-gateway voip tech-prefix 91
!
interface FastEthernet1/0.1
no cdp enable
!
ip classless

ip route 0.0.0.0 0.0.0.0 10.5.14.4
ip route 10.99.254.0 255.255.255.0 10.5.14.7
ip route xx 255.255.255.255 10.5.14.7
ip route xx 255.255.255.255 10.5.14.7
no ip http server
ip ospf name-lookup
!
logging trap debugging
logging 10.5.9.17
logging 10.5.10.8
access-list 147 permit ip host 10.5.14.7 any
no cdp run
snmp-server packetsize 4096
!
voice-port 0/0:15
echo-cancel coverage 32
cptone yourcountry
!
voice-port 0/1:15
echo-cancel coverage 32
cptone yourcountry
!
dial-peer cor custom
!
!
!
dial-peer voice 7 voip
destination-pattern 7...
session target ipv4:10.5.14.2
dtmf-relay h245-signal
codec g711ulaw
!
dial-peer voice 9 pots
destination-pattern 9
direct-inward-dial
port 0/0:15
!
dial-peer voice 12 voip
destination-pattern 1111
session target ipv4:10.5.14.2
codec g723ar53
!
dial-peer voice 13 voip
destination-pattern 888
session target loopback:rtp
codec g723ar53
!
dial-peer voice 88 pots
destination-pattern 8888
session target loopback:uncompressed
!
dial-peer voice 78432 voip
destination-pattern 0078432T
session target ipv4:10.0.1.131
codec g723ar53
!
dial-peer voice 3575 pots
destination-pattern 003575T
port 0/0:15
!
dial-peer voice 15 voip
!
dial-peer voice 7255 voip
destination-pattern 7255
session target ipv4:10.5.9.220
dtmf-relay h245-alphanumeric
codec g711ulaw
!
dial-peer voice 7256 voip
destination-pattern 7256
session target ipv4:10.5.14.5
dtmf-relay h245-alphanumeric
codec g711ulaw
!
dial-peer voice 7257 voip
destination-pattern 7257
session target ipv4:10.5.10.67
dtmf-relay h245-alphanumeric
codec g711ulaw
!
dial-peer voice 7258 voip
destination-pattern 7258
session target ipv4:10.5.14.9
dtmf-relay h245-alphanumeric
codec g711ulaw
!
dial-peer voice 91 pots
destination-pattern 91
direct-inward-dial
port 0/1:15
!
dial-peer voice 3000 voip
destination-pattern 300.
session target ipv4:10.5.14.5
dtmf-relay h245-alphanumeric
codec g711ulaw
!
!
gateway
!
!
line con 0
transport input none
line aux 0
line vty 0 4
exec-timeout 0 0
!
ntp clock-period 17179942
ntp server 10.5.9.17
end



------------------------

hope this helps. its a 3640, but the commands are basically the same for the 2610's. IOS v. 12.1(5)

as you can tell, we use alot of IVR apps for customer services,etc.



"No hacker is worth missing a Dead concert for" - c.s.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top