04-13-2005 01:04 PM - edited 03-13-2019 08:44 AM
I connect my pbx to a router 3825 using a NM-HDV2-E1. The router is working as a mgcp gateway to the CM 4.0. Now when i dial from a voip phone to the PBX i don't have the ring-back tone on the voip phone. If i dial from any telephone on the pbx it works fine. The conversation is working well on both ways. Can someone help me with the ring back tone problem?
Thanks.
04-13-2005 09:01 PM
Please post config here. Before that, please try the suggestions on this link:
http://www.cisco.com/en/US/tech/tk652/tk701/technologies_tech_note09186a0080094c33.shtml
04-15-2005 02:03 AM
ok
!
version 12.3
no parser cache
service timestamps debug datetime
service timestamps log datetime
no service password-encryption
!
hostname Router_EPT
!
boot-start-marker
boot-end-marker
!
card type e1 1 1
logging buffered 51200 warnings
enable secret xxx
!
username xxx privilege 15 secret xxxx
no network-clock-participate slot 1
no network-clock-participate slot 2
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
no ftp-server write-enable
isdn switch-type primary-net5
isdn gateway-max-interworking
voice-card 1
dspfarm
dsp services dspfarm
!
!
!
voice call send-alert
voice rtp send-recv
!
!
!
!
!
!
!
!
!
!
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 10.12.4.11
ccm-manager config
!
!
controller E1 1/0
pri-group timeslots 1-31 service mgcp
description line Link P/CD-132
!
!
!
interface GigabitEthernet0/0
description Link_Connectionless
ip address 10.12.3.1 255.255.255.0
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
description Link_Connection_Oriented
ip address 10.12.4.1 255.255.255.0
ip helper-address 10.12.3.11
duplex auto
speed auto
media-type rj45
!
interface Serial1/0:15
no ip address
isdn switch-type primary-net5
isdn overlap-receiving
isdn protocol-emulate network
isdn incoming-voice voice
isdn T310 120000
isdn bind-l3 ccm-manager
no cdp enable
!
interface FastEthernet2/0
ip address 10.12.10.1 255.255.255.0
duplex auto
speed auto
!
router ospf 100
log-adjacency-changes
network 10.12.3.0 0.0.0.255 area 0
network 10.12.4.0 0.0.0.255 area 0
network 10.12.10.0 0.0.0.255 area 0
!
ip classless
ip route 10.12.1.0 255.255.255.0 10.12.10.2
ip route 50.x.x.x.x.255.0 10.12.10.2
!
ip http server
ip http authentication local
!
!
!
!
control-plane
!
!
!
voice-port 1/0:15
cptone PT
bearer-cap Speech
!
mgcp
mgcp call-agent 10.12.4.11 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp rtrcac
mgcp package-capability rtp-package
no mgcp package-capability res-package
mgcp package-capability sst-package
no mgcp package-capability fxr-package
mgcp package-capability pre-package
no mgcp timer receive-rtcp
mgcp sdp simple
no mgcp piggyback message
mgcp endpoint offset
mgcp fax t38 inhibit
no mgcp explicit hookstate
mgcp rtp payload-type g726r16 static
!
mgcp profile default
!
!
dial-peer cor custom
!
!
!
!
dial-peer voice 1 pots
voice cut-through alert
tone ringback alert-no-PI
application mgcpapp
port 1/0:15
!
gateway
timer receive-rtp 1200
!
banner login Contacte SIC_T ADMIN
banner motd Contacte SIC_T ADMIN
!
line con 0
login local
stopbits 1
line aux 0
stopbits 1
line vty 0 4
privilege level 15
password sict
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
!
end
this my router configuration
04-14-2005 12:32 AM
Do you have call progress tone configured on the voiceport on the gateway, cptone GB for example.
Could you kindly attach your configuration for review.
04-15-2005 02:08 AM
!
version 12.3
no parser cache
service timestamps debug datetime
service timestamps log datetime
no service password-encryption
!
hostname Router_EPT
!
boot-start-marker
boot-end-marker
!
card type e1 1 1
logging buffered 51200 warnings
enable secret xxx
!
username xxx privilege 15 secret xxxx
no network-clock-participate slot 1
no network-clock-participate slot 2
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
no ftp-server write-enable
isdn switch-type primary-net5
isdn gateway-max-interworking
voice-card 1
dspfarm
dsp services dspfarm
!
!
!
voice call send-alert
voice rtp send-recv
!
!
!
!
!
!
!
!
!
!
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 10.12.4.11
ccm-manager config
!
!
controller E1 1/0
pri-group timeslots 1-31 service mgcp
description line Link P/CD-132
!
!
!
interface GigabitEthernet0/0
description Link_Connectionless
ip address 10.12.3.1 255.255.255.0
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
description Link_Connection_Oriented
ip address 10.12.4.1 255.255.255.0
ip helper-address 10.12.3.11
duplex auto
speed auto
media-type rj45
!
interface Serial1/0:15
no ip address
isdn switch-type primary-net5
isdn overlap-receiving
isdn protocol-emulate network
isdn incoming-voice voice
isdn T310 120000
isdn bind-l3 ccm-manager
no cdp enable
!
interface FastEthernet2/0
ip address 10.12.10.1 255.255.255.0
duplex auto
speed auto
!
router ospf 100
log-adjacency-changes
network 10.12.3.0 0.0.0.255 area 0
network 10.12.4.0 0.0.0.255 area 0
network 10.12.10.0 0.0.0.255 area 0
!
ip classless
ip route 10.12.1.0 255.255.255.0 10.12.10.2
ip route 50.x.x.x.x.255.0 10.12.10.2
!
ip http server
ip http authentication local
!
!
!
!
control-plane
!
!
!
voice-port 1/0:15
cptone PT
bearer-cap Speech
!
mgcp
mgcp call-agent 10.12.4.11 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp rtrcac
mgcp package-capability rtp-package
no mgcp package-capability res-package
mgcp package-capability sst-package
no mgcp package-capability fxr-package
mgcp package-capability pre-package
no mgcp timer receive-rtcp
mgcp sdp simple
no mgcp piggyback message
mgcp endpoint offset
mgcp fax t38 inhibit
no mgcp explicit hookstate
mgcp rtp payload-type g726r16 static
!
mgcp profile default
!
!
dial-peer cor custom
!
!
!
!
dial-peer voice 1 pots
voice cut-through alert
tone ringback alert-no-PI
application mgcpapp
port 1/0:15
!
gateway
timer receive-rtp 1200
!
banner login Contacte SIC_T ADMIN
banner motd Contacte SIC_T ADMIN
!
line con 0
login local
stopbits 1
line aux 0
stopbits 1
line vty 0 4
privilege level 15
password sict
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
!
end
04-15-2005 04:37 AM
Try enabling the Setup non-ISDN Progress Indicator IE Enable on the CallManager MGCP gateway endpoint that connects to the PBX.
By default this setting is unchecked, this message message notifies the destination device that the CallManager gateway is non-ISDN and that the destination device should play in-band ringback.
This is usually attributed to problems with CallManagers connecting to PBXs through digital gateways.
Hope this helps.
Allan.
04-18-2005 02:23 AM
I tried but still doesn´t work.
04-19-2005 01:01 PM
The following couple of line are evident on the pots dial-peer:
voice cut-through alert
tone ringback alert-no-PI
Have you specifically configured these entries, as these explicitly required for H225. H.225 is a protocol specified by H.323 for call signaling and call setup.
Progress tones are generated by the originating, terminating, or intermediate devices. The indication of in-band tones and announcements is controlled by the Progress Indicator (PI) information element (IE) in ISDN and H.323 networks.
Allan.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide