Current configuration : 1955 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname iptelgateway_2
!
boot-start-marker
boot system flash c1700-ipvoicek9-mz.124-5.bin
boot-end-marker
!
enable password *******
!
aaa new-model
!
!
aaa authentication login default enable
!
aaa session-id common
!
resource policy
!
tdm clock bri-auto
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
voice-card 2
!
voice-card 3
!
ip cef
!
!
!
!
ip domain name ********
isdn switch-type basic-net3
!
!
!
username ****** privilege 15 password 0 ***********
!
!
!
!
interface FastEthernet0/0
ip address 192.168.50.209 255.255.255.0
speed auto
!
interface BRI2/0
no ip address
isdn switch-type basic-net3
isdn overlap-receiving
isdn point-to-point-setup
isdn incoming-voice voice
isdn bind-l3 ccm-manager service mgcp
isdn static-tei 0
isdn skipsend-idverify
!
interface BRI2/1
no ip address
isdn switch-type basic-net3
isdn overlap-receiving
isdn point-to-point-setup
isdn incoming-voice voice
isdn bind-l3 ccm-manager service mgcp
isdn static-tei 0
isdn skipsend-idverify
!
interface BRI3/0
no ip address
isdn switch-type basic-net3
isdn overlap-receiving
isdn point-to-point-setup
isdn incoming-voice voice
isdn bind-l3 ccm-manager service mgcp
isdn static-tei 0
isdn skipsend-idverify
!
interface BRI3/1
no ip address
shutdown
isdn switch-type basic-net3
isdn point-to-point-setup
!
!
no ip http server
no ip http secure-server
!
!
control-plane
!
!
!
voice-port 2/0
compand-type a-law
!
voice-port 2/1
compand-type a-law
!
voice-port 3/0
compand-type a-law
!
ccm-manager mgcp
ccm-manager config server 192.168.50.205
!
mgcp
mgcp call-agent 192.168.50.205 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp package-capability rtp-package
!
mgcp profile default
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
end
iptelgateway_2#
That's router configuration, it doesn't have dial-peers configured, becaust it didn't work woth CCM.
This configuration is same as the one on other router, but it has dial-peers configured and CME running and it works similar:
Transfer Rate = 64 kbit/s
Channel ID i = 0x89
Progress Ind i = 0x8083 - Origination address is non-ISDN
Calling Party Number i = 0x0083, '022505760'
Plan:Unknown, Type:Unknown
Called Party Number i = 0xC1, '250575'
Plan:ISDN, Type:Subscriber(local)
Jan 9 08:03:33.323: ISDN BR2/0 Q931: TX -> SETUP_ACK pd = 8 callref = 0x81
Channel ID i = 0x89
Jan 9 08:03:33.459: ISDN BR2/0 Q931: RX <- INFORMATION pd = 8 callref = 0x01
Called Party Number i = 0xC1, '3' ****<- THIS DIGIT APPEARS LATER.....
Plan:ISDN, Type:Subscriber(local)
Jan 9 08:03:33.507: ISDN BR2/0 Q931: TX -> CALL_PROC pd = 8 callref = 0x81
Jan 9 08:03:33.523: ISDN BR2/0 Q931: TX -> ALERTING pd = 8 callref = 0x81
I think, that digit is somehow connected with translation rules, which I mentioned in previous post. I am going to try to configure dial peers in the evening, maybe it will work...
Thank for helping me, it really helps me get going.