cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1428
Views
0
Helpful
3
Replies

Register VG224 with Cisco Callmanager

vipankapur1
Level 1
Level 1

Hello,

I would like to know if someone has any idea on how I can get my fax gateway to be registered with my Cisco call manager.  I would also like to know how I can get the fax gate to get an IP address from the call manager.  Please let me know what information I can provide and THANK YOU in advance.

Config file below.

------------------ show version ------------------

Cisco IOS Software, vg224 Software (vg224-I6S-M), Version 12.4(9)T7, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 10-Jan-08 21:17 by prod_rel_team

ROM: System Bootstrap, Version 12.4(13r)T7, RELEASE SOFTWARE (fc1)

ky-fax-gateway uptime is 40 minutes
System returned to ROM by power-on
System image file is "slot0:vg224-i6s-mz.124-9.T7.bin"

Cisco VG224 (R527x) processor (revision 4.1) with 119808K/11264K bytes of memory.
Processor board ID FHK1306F1ZK
R527x CPU at 225MHz, Implementation 40, Rev 3.1
1 On-Board Twenty-Four FXS Analog Voice Module V2.1
2 FastEthernet interfaces
DRAM configuration is 64 bits wide with parity disabled.
63K bytes of non-volatile configuration memory.
System fpga version is 250027
System readonly fpga version is 250027
Option for system fpga is 'system'.
62720K bytes of ATA Slot0 CompactFlash (Read/Write)

Configuration register is 0x2102


------------------ show running-config ------------------


Building configuration...

Current configuration : 1716 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
no service dhcp
!
hostname ky-fax-gateway
!
boot-start-marker
boot-end-marker
!
enable secret 5 <removed>
enable password 7 <removed>
!
no aaa new-model
!
resource policy
!
no ip source-route
no ip routing
no ip gratuitous-arps
ip tftp source-interface FastEthernet0/0
!
!
no ip bootp server
!
!
!
trunk group  summary
!
voice-card 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username admin privilege 15 password 7 <removed>
!
!
!
interface FastEthernet0/0
 ip address dhcp hostname V-KYGW1.ad.WS.com
 no ip route-cache
 duplex full
 speed auto
 vlan-id dot1q 10
  exit-vlan-config
 !
 h323-gateway voip interface
!
interface FastEthernet0/1
 no ip address
 no ip route-cache
 shutdown
 duplex half
 speed auto
 vlan-id dot1q 10
  exit-vlan-config
 !
!
ip default-gateway 172.20.160.1
ip default-network 172.20.160.10
!
ip http server
!
dialer-list 1 protocol ip permit
snmp-server community <removed> RO
no cdp run
!
tftp-server 172.20.160.10
!
control-plane
!
!
voice-port 2/0
!
voice-port 2/1
!
voice-port 2/2
!
voice-port 2/3
!
voice-port 2/4
!
voice-port 2/5
!
voice-port 2/6
!
voice-port 2/7
!
voice-port 2/8
!
voice-port 2/9
!
voice-port 2/10
!
voice-port 2/11
!
voice-port 2/12
!
voice-port 2/13
!
voice-port 2/14
!
voice-port 2/15
!
voice-port 2/16
!
voice-port 2/17
!
voice-port 2/18
!
voice-port 2/19
!
voice-port 2/20
!
voice-port 2/21
!
voice-port 2/22
!
voice-port 2/23
!
!
!
!
!
!
dial-peer search type voice data
!
line con 0
 password 7 <removed>
 login local
line aux 0
line vty 0 4
 password 7 <removed>
 login
!
end
3 Replies 3

Chris Deren
Hall of Fame
Hall of Fame

There are plenty of documents on Cisco website and this forum on how to configure VG224, first of you need to decide what protocol you want to use to control your analog devices, as there are pros and cons to each depending on the type of devices you have, i.e. analog phones, faxes, modems, etc you can use SCCP, MGCP, H323 or SIP protocols.

If you feel like this is over your head I suggest you hire local Cisco implementation partner to assist with it.

HTH,

Chris

I would like to use SCCP and have my all in once network printers get an IP from the call manager and be able to use the fax services.

Not sure if I am explaing it correctly.

kwcarraway
Level 1
Level 1

Here is the config:

Creat SCCP Group and turn on SCCP

!
stcapp ccm-group 1
stcapp
!


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

Add SCCP Protocol to the ip interface used for HCS CUCM.

!
sccp local FastEthernet0/0.500
sccp ccm (address of CCM) identifier 2 version 7.0
sccp ccm (Address of CCM) identifier 1 version 7.0
sccp ip precedence 3
sccp
!

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


ADD CUCM to the SCCP previously created sccp group

!
sccp ccm group 1
bind interface FastEthernet0/0.500
associate ccm 1 priority 1
associate ccm 2 priority 2
!

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

Create dial peers for each voice port to assign that port as a SCCP port


dial-peer voice 99000 pots
service stcapp
port 0/0/0
!
dial-peer voice 99001 pots
service stcapp
port 0/0/1
!
dial-peer voice 99002 pots
service stcapp
port 0/0/2
!
dial-peer voice 99003 pots
service stcapp
port 0/0/3
!
dial-peer voice 99004 pots
service stcapp
port 0/0/4
!
dial-peer voice 99005 pots
service stcapp
port 0/2/1
!
dial-peer voice 99006 pots
service stcapp
port 0/2/2
!
dial-peer voice 99007 pots
service stcapp
port 0/2/3