I am having issues with registering my sip phone during SRST my SCCP phone
registers just fine. Is it possible to register both SCCP and SIP phones in
SRST?
The phone does not register and I receive the error:

.Feb  8 23:51:11.575: VOICE_REG_POOL: Register request for (3001) from
(10.2.3.145)
.Feb  8 23:51:11.575: VOICE_REG_POOL: Contact doesn't match any pools

Here is my SIP SRST config the complete config is attached:
voice service voip
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 no supplementary-service h450.2
 no supplementary-service h450.3
 h323
  call start slow
 sip
  bind control source-interface FastEthernet0/0.302
  bind media source-interface FastEthernet0/0.302
  registrar server
voice register global
 max-dn 144
 max-pool 24
voice register pool  1
 id network 10.2.3.0 mask 255.255.0.0
 number 1 3001
 codec g711ulaw
voice register pool  2
 id network 10.2.3.0 mask 255.255.0.0
 number 1 30..
 codec g711ulaw


Thanks,
Chris Lundi
SiteB(config)#
SiteB(config)#
SiteB(config)#end
SiteB#term le
.Feb  8 23:58:49.660: %SYS-5-CONFIG_I: Configured from console by vty0 
(192.168.1.114)n 0
SiteB#sh run
Building configuration...


Current configuration : 7132 bytes
!
! Last configuration change at 17:58:49 CST Tue Feb 8 2011
! NVRAM config last updated at 11:41:50 CST Mon Feb 7 2011
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SiteB
!
boot-start-marker
boot system flash:c2801-adventerprisek9-mz.124-20.T6.bin
boot-end-marker
!
card type t1 0 2
logging message-counter syslog
enable password cisco
!
no aaa new-model
clock timezone CST -6
network-clock-participate wic 2 
dot11 syslog
ip source-route
!
!
no ip dhcp conflict logging
!
!
ip cef
ip multicast-routing 
no ipv6 cef
!
multilink bundle-name authenticated
!
!
isdn switch-type primary-ni
!
!
!
voice service voip 
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 no supplementary-service h450.2
 no supplementary-service h450.3
 h323
  call start slow
 sip
  bind control source-interface FastEthernet0/0.302
  bind media source-interface FastEthernet0/0.302
  registrar server
!
!
voice class codec 1
 codec preference 1 g729r8
 codec preference 2 g711ulaw
 codec preference 3 g729br8
!
!
!
!
!
!
!
!
!
!
!
voice register global
 max-dn 144
 max-pool 24
!
voice register pool  1
 id network 10.2.3.0 mask 255.255.0.0
 number 1 3001
 codec g711ulaw
!
voice register pool  2
 id network 10.2.3.0 mask 255.255.0.0
 number 1 30..
 codec g711ulaw
!
!
voice translation-rule 1
 rule 1 /^.*\(....\)$/ /\1/
!
voice translation-rule 2
 rule 1 /^1972.*\(.......\)/ /+1972\1/
!
voice translation-rule 3
 rule 1 /^.*\(....\)$/ /972303\1/
!
!
voice translation-profile Incoming
 translate called 1
!
voice translation-profile OutLocalLDIntl
 translate calling 3
!
voice translation-profile OutgoingIntl
 translate calling 2
!
!
voice-card 0
 dsp services dspfarm
!
!
!
!
!
archive
 log config
  hidekeys
! 
!
!
!
!
controller T1 0/2/0
 framing esf
 linecode b8zs
 cablelength long 0db
 pri-group timeslots 1-3,24
!
!
class-map match-any AutoQoS-VoIP-RTP-Trust
 match ip dscp ef 
class-map match-any AutoQoS-VoIP-Control-Trust
 match ip dscp cs3 
 match ip dscp af31 
!
!
policy-map AutoQoS-Policy-Trust
 class AutoQoS-VoIP-RTP-Trust
    priority percent 70
 class AutoQoS-VoIP-Control-Trust
    bandwidth percent 5
 class class-default
    fair-queue
!
!
!
!
!
interface Loopback0
 ip address 142.100.99.2 255.255.255.255
 ip pim sparse-dense-mode
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.302
 description SiteB Voice Vlan
 encapsulation dot1Q 302
 ip address 10.2.3.1 255.255.255.0
 ip helper-address 142.100.64.11
 ip pim sparse-dense-mode
 h323-gateway voip interface
 h323-gateway voip bind srcaddr 10.2.3.1
!
interface FastEthernet0/0.402
 description SiteB Data Vlan
 encapsulation dot1Q 402
 ip address 10.2.4.1 255.255.255.0
!
interface FastEthernet0/1
 ip address 192.168.1.31 255.255.255.0
 ip pim sparse-dense-mode
 duplex auto
 speed auto
!
interface Serial0/1/0
 bandwidth 384
 no ip address
 encapsulation frame-relay
 shutdown
 service-module t1 cablelength short 110ft
 service-module t1 timeslots 1-24
 frame-relay traffic-shaping
!
interface Serial0/1/0.201 point-to-point
 bandwidth 384
 ip address 10.10.99.2 255.255.255.252
 snmp trap link-status
 frame-relay interface-dlci 201   
  class AutoQoS-FR-Se0/1/0-201
  auto qos voip trust 
 frame-relay ip rtp header-compression
!
interface Serial0/2/0:23
 no ip address
 encapsulation hdlc
 isdn switch-type primary-ni
 isdn incoming-voice voice
 isdn supp-service name calling
 isdn outgoing display-ie
 isdn outgoing ie redirecting-number 
 no cdp enable
!
router eigrp 1
 redistribute connected
 redistribute static
 no auto-summary
!
router ospf 1
 log-adjacency-changes
 network 10.2.0.0 0.0.255.255 area 0
 network 10.10.99.0 0.0.0.255 area 0
 network 142.100.99.2 0.0.0.0 area 0
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.1.104
ip route 10.0.0.0 255.0.0.0 10.1.120.2
ip http server
ip http authentication local
no ip http secure-server
ip http path flash:
!
!
!
!
map-class frame-relay AutoQoS-FR-Se0/1/0-201
 frame-relay cir 384000
 frame-relay bc 3840
 frame-relay be 0
 frame-relay mincir 384000
 frame-relay fragment 480
 service-policy output AutoQoS-Policy-Trust
access-list 3 deny   142.100.64.11
access-list 3 deny   142.100.64.12
access-list 3 permit any
!
!
!
!
!
!
tftp-server flash:music-on-hold.au
!
control-plane
!
rmon event 33333 log trap AutoQoS description "AutoQoS SNMP traps for Voice 
Drops" owner AutoQoS
rmon alarm 33333 cbQosCMDropBitRate.306.14430977 30 absolute rising-threshold 1 
33333 falling-threshold 0 owner AutoQoS
disable-eadi
call fallback active
!
!
voice-port 0/2/0:23
 translation-profile incoming Incoming
!
ccm-manager music-on-hold
!
!
sccp local FastEthernet0/0.302
sccp ccm 142.100.64.12 identifier 2 
sccp ccm 142.100.64.11 identifier 1 
sccp
!
sccp ccm group 1
 associate ccm 2 priority 1
 associate ccm 1 priority 2
 associate profile 2 register SITEBCONF
 associate profile 1 register SITEBXCODE
 keepalive retries 5
!
dspfarm profile 1 transcode  
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 codec g729r8
 maximum sessions 2
 associate application SCCP
!
dspfarm profile 2 conference  
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 codec g729r8
 codec g729br8
 maximum sessions 2
 associate application SCCP
!
!
dial-peer voice 40 voip
 preference 1
 destination-pattern 3...
 voice-class codec 1
 session target ipv4:142.100.64.12
 dtmf-relay h245-alphanumeric
!
dial-peer voice 2 pots
 translation-profile outgoing OutLocalLDIntl
 incoming called-number .
 direct-inward-dial
 port 0/2/0:23
 forward-digits all
!
dial-peer voice 1 pots
 translation-profile outgoing OutLocalLDIntl
 destination-pattern 9[2-9]......
 port 0/2/0:23
 forward-digits 7
!
dial-peer voice 10 pots
 translation-profile outgoing OutLocalLDIntl
 destination-pattern 9[2-9]..[2-9]......
 port 0/2/0:23
 forward-digits 11
!
dial-peer voice 3 pots
 translation-profile outgoing OutLocalLDIntl
 destination-pattern 91[2-9]..[2-9]......
 port 0/2/0:23
 forward-digits 11
!
dial-peer voice 4 pots
 translation-profile outgoing OutgoingIntl
 destination-pattern 9011T
 port 0/2/0:23
 prefix 011
!
dial-peer voice 41 voip
 preference 2
 destination-pattern 3...
 voice-class codec 1
 session target ipv4:142.100.64.11
 dtmf-relay h245-alphanumeric
!
dial-peer voice 911 pots
 translation-profile outgoing OutLocalLDIntl
 destination-pattern 911
 port 0/2/0:23
 forward-digits 3
!
!
!
!
call-manager-fallback
 max-conferences 2 gain -6
 transfer-system full-consult
 ip source-address 10.2.3.1 port 2000
 max-ephones 30
 max-dn 150
 dialplan-pattern 1 972303.... extension-length 4 no-reg
 voicemail 914082022220
 call-forward pattern .T
 call-forward busy 914082022220
 call-forward noan 914082022220 timeout 8
 moh music-on-hold.au
 multicast moh 239.1.1.1 port 16384 route 10.2.3.1 142.100.99.2 10.2.4.1 
192.168.1.31
!
!
ephone  1
 device-security-mode none
!
!
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login
!
scheduler allocate 20000 1000
ntp server 142.100.99.1
end

SiteB#
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to