Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reregistering phones in ccm makes 'em uncallable

Status
Not open for further replies.
May 11, 2004
27
DE
Hi there,

I am a newbie with ccm, found help here before and am asking for help now again.

I managed to get VoIP working with CCM 3.3, phones 7960 and Cisco 1760 as gateway. Everything was (finally) working, inbound and outbound calling.
Initial setup of DN range in ccm was 10-19. Later, I wanted to change to 621-629. Changing the range of DNs in ccm and resetting the phones didn't help, they kept their old DN. So, I manually changed DN on the phones to 62X. Worked fine.
Later, I deleted the phones from ccm and let them reregister and they got DN in the new range.
After that, only one phone can be called from outside. When trying to call the others, I get immediately switched to secretaries through the pbx.

So, I can do internal calls by dialing only extension (621-629, ip-phone to ip-phone),

I can call outside with every ip-phone,

I can call any ip-phone from outside when doing so from another ip-phone and using full number (123456-62X),

but when trying to call from a normal phone plugged into the pbx to an ip-phone by using the external number (e.g. 123456-625), pbx immediately switches me to secretaries. That normally happens after 3 rings when nobody answers (pbx functionality).

One of the phones, however, is still callable (123456-622).

I thought I did something wrong in config of ccm. Checked everything, found nothing. So, I copied the config of the callable ip-phone (622) and reregistered another (625) with this exact config. No luck.
As you may read, I have absolutely no clue why one works and the others don't.
I'll post my router config here (the same config that worked fine before). If anyone has had this before or has a clue why this is so, any help would be greatly appreciated.

Thanks,

Thomas Liss

------------------------------------------------------
Building configuration...

Current configuration : 1757 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname VOIP-Gate
!
boot-start-marker
boot-end-marker
!
enable password 7 0822455D0A16
!
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
!
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
ip name-server 192.168.xxx.xxx
no ftp-server write-enable
isdn switch-type basic-net3
!
!
!
!
voice class codec 1
codec preference 1 g711ulaw
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description connected to EthernetLAN
ip address 192.168.xxx.xxx 255.255.255.0
speed auto
!
interface BRI2/0
description connected to PSTN
no ip address
no ip route-cache cef
no ip route-cache
isdn switch-type basic-net3
isdn incoming-voice voice
isdn outgoing display-ie
isdn skipsend-idverify
!
interface BRI2/1
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI3/0
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI3/1
no ip address
shutdown
isdn switch-type basic-net3
!
router rip
version 2
passive-interface BRI2/0
network 192.168.xxx.xxx
no auto-summary
!
ip classless
ip http server
!
!
snmp-server community public RO
snmp-server enable traps tty
!
control-plane
!
!
!
voice-port 2/0
compand-type a-law
cptone DE
bearer-cap Speech
!
voice-port 2/1
!
voice-port 3/0
!
voice-port 3/1
!
!
!
dial-peer voice 620 voip
destination-pattern 62.
session target ipv4:192.168.xxx.xxx <- CCM ADDRESS
dtmf-relay h245-alphanumeric
codec g711alaw
!
dial-peer voice 1 pots
destination-pattern 0T
direct-inward-dial
port 2/0
!
!
line con 0
exec-timeout 0 0
password 7 02050D480809
login
line aux 0
line vty 0 4
password 7 1511021F0725
login
!
!
end
 
How is the PSTN sending the digits? Debug using the following command

debug isdn q931


Is your PBX sending digits to the PSTN and then the PSTN is calling your ISDN line? Or is your PBX connected to the 1700 router using the ISDN lines?

Try this.

Change your dial-peer voice 1 pots to

destination-pattern .

since all calls are incoming and not being sent to another call leg. The router could be getting confused on what it incoming and what it not. This is probably the issue.


It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
 
I changed destination-pattern to ".", but that didn't help.
Our pbx guy was here today & found aprogramming error in the pbx. We will reboot that tomorrow morning and see...
Maybe it wasn't in the configuration of ccm/router after all.

I'll post results.

Thanks for helping,

Thomas
 
Gave you some bad advice (I was doing it from memory). Change it to this.


dial-peer voice 1 pots
incoming called-number .
direct-inward-dial
port 2/0


It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
 
Hi,

Thanks again for your advice. I changed the dial-peer to what you suggested. That didn't help, but it couldn't have. PBX guy just called me, he did "some changes" to the configuration of pbx, now everything is working again.

Kind of reassuring. :)

Best,

Thomas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top