[cisco-voip] Cisco CallManager with H.323 Gateway - Sample IOS Configuration

Serg c719562 at gmail.com
Mon May 14 07:39:02 EDT 2007


Hi All,
          I'm having some trouble configuring a Cisco 2610 fitted with an
NM-2V and 2 x VIC-2FXO-ME (Australia).

I'm currently using IOS 12.1.27b ENTERPRISE PLUS 3DES on the router.

I have tried to follow tried to follow the "Cisco IOS H.323 Gateway
Configuration for Use with Cisco CallManager"
(http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a0080094636.shtml<http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a0080094636.shtml>)
which has been written for a  T1 ISDN PRI trunk rather than a FXO or POTS
port.

I was hoping the configuration would be similar but I'm not having any luck.

Your help would be much appreciated.

Sergio

PS: here is what I have tried so far


version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname CBRVGR01
!
boot system flash c2600-jk2s-mz.121-27b.bin
enable password xxxxxxxxx
!
!
!
!
!
ip subnet-zero
ip domain-name mycompany.com
ip name-server 192.168.168.76
!
isdn voice-call-failure 0
!
!
!
!
voice-port 1/0/0
 echo-cancel coverage 32
 cptone AU
!
voice-port 1/0/1
!
voice-port 1/1/0
!
voice-port 1/1/1
!
voice class codec 1
 codec preference 1 g711alaw
 codec preference 2 g711ulaw
 codec preference 3 g729r8
!
!
dial-peer voice 7400 voip
 preference 1
 destination-pattern 74..
 dtmf-relay h245-alphanumeric
 no vad
 session target ipv4:192.168.168.105
!
dial-peer voice 74 pots
 destination-pattern 0T
 direct-inward-dial
 port 1/0/0
!
!
!
interface Ethernet0/0
 ip address 192.168.100.240 255.255.255.0
!
interface BRI0/0
 no ip address
 shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.100.1
no ip http server
!
!
!
banner motd ^C
       ***********************************************
       *  MyCompany's VoiP PSTN Gateway - CBRVGR01  *
       ***********************************************
^C
!
line con 0
 exec-timeout 0 0
 password xxxxxxxxx
line aux 0
line vty 0 4
 exec-timeout 0 0
 password xxxxxxxxx
 login
 transport input telnet
!
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://puck.nether.net/pipermail/cisco-voip/attachments/20070514/1a288994/attachment.html 


More information about the cisco-voip mailing list