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

Patrick Diener patrick.diener at gmail.com
Mon May 14 07:56:29 EDT 2007


Hi Sergio

your config. does not look that bad... did you test the config
already? are either in or outbound calls working?
afaik do FXO Ports not support direct inward dial, so you have to dial
the extension twice or use "connection plar" on the voice port to
direct inbound calls directly to an attendant.

to debug the call routing on the ios router use "debug voice dialpeer"
or "debug dialpeer"

to understand call routing on ios platforms go to:
http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010ae1c.shtml
http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a0080147524.shtml

Regards
Patrick

On 5/14/07, Serg <c719562 at gmail.com> wrote:
> 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)
> 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
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>


More information about the cisco-voip mailing list