Options

Cisco803, ISDN and telephones problem!!

Punisher|ITAPunisher|ITA Member Posts: 4 ■□□□□□□□□□
Lo guys, I don't know where to crash my head because I have tried everything (also also searched everywhere and I couldn't find a solution), so I am here!!!

This is the problem.:
I have just one ISDN phone number even if two lines but I can't set the router to make BOTH my phones (standard analog telephones linked to the router through the ports PH1 and PH2) to ring together when there is an incoming call.

I am always connected at 128K and I managed to set just phone 1 or just phone 2 to ring, not both (call bumping works perfectely, when I pick up the phone one ISDN channel disconnects and lets me hear the call).

This is my current config:
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco803
!
boot system flash c800-y6-mw.122-32.bin
logging buffered 4096 debugging
enable secret 5 XXX
!
clock timezone CET 1
clock summer-time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00
!
dial-peer voice 1 pots
caller-id
no forward-to-unused-port
no call-waiting
ring 0
registered-caller ring 1
port 1
destination-pattern not-provided
!
dial-peer voice 2 pots
caller-id
no forward-to-unused-port
no call-waiting
ring 0
registered-caller ring 1
port 2
destination-pattern not-provided
!
pots country IT
ip subnet-zero
!
ip name-server 193.70.192.100
ip name-server 195.210.91.100
ip telnet source-interface Ethernet0
isdn switch-type basic-net3
isdn tei-negotiation first-call
!
!
!
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.0.1 255.255.255.0
ip nat inside
no cdp enable
!
interface BRI0
description connected to Internet
no ip address
encapsulation hdlc
dialer pool-member 1
isdn switch-type basic-net3
isdn voice-priority always
isdn incoming-voice modem
no cdp enable
!
interface Dialer1
description connected to Internet
ip address negotiated
ip nat outside
encapsulation ppp
ip tcp header-compression
no ip split-horizon
dialer pool 1
dialer remote-name XXX
dialer string XXX
dialer caller XXX
dialer hold-queue 10
dialer-group 1
custom-queue-list 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname XXX
ppp chap password 7 XXX
ppp pap sent-username XXX password 7 XXX
ppp multilink
multilink load-threshold 1 either
!
router rip
version 2
passive-interface Dialer1
network 192.168.0.0
no auto-summary
!
ip nat translation timeout 900
ip nat translation tcp-timeout 900
ip nat translation udp-timeout 600
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat translation max-entries 8192
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 192.168.0.2 4662 interface Dialer1 4662
ip nat inside source static udp 192.168.0.2 4672 interface Dialer1 4672
ip nat inside source static tcp 192.168.0.2 6881 interface Dialer1 6881
ip nat inside source static udp 192.168.0.2 6881 interface Dialer1 6881
ip nat inside source static tcp 192.168.0.2 2600 interface Dialer1 2600
ip nat inside source static udp 192.168.0.2 2600 interface Dialer1 2600
ip http server
ip http access-class 1
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 192.168.0.0 0.0.0.7
dialer-list 1 protocol ip permit
no cdp run
!
line con 0
exec-timeout 0 0
stopbits 1
line vty 0 4
access-class 1 in
exec-timeout 0 0
password 7 XXX
login
!
sntp server 150.145.55.6
no rcapi server
!
!
end

With this config. JUST PHONE 1 rings (tried also with "destination-pattern MYNUMBER" in stead of "destination-pattern not-provided", nothing changes).

What should I change to make it work?

Thanks really a lot in advance and goodbye!

Comments

Sign In or Register to comment.