>On Sun, 7 Mar 1999, Mia's Virtual Post Office wrote:
>
>> Can a PM3 with CT-1's handle ISDN calls from a CISCO 1600? Can a PM3
>> with CT-1's handle ISDN calls period?
>>
>> Is anyone doing this, if so , how?
>
>Yes, provided:
>
>1. The ISDN caller is capable of using DOSBS (Data Over Speech Bearer
> Service) protocol.
How would I know this, does the Cisco 1600 support this, or is this in
the Telco provisioning?
>
>2. Telco doesn't break things with digital padding.
not sure, however they saw it is provisioned correctly.
>
>3. There is at least one modem card in the PM3. The modem isn't used
> once the call is established, but it has to be there for the PM3 to
> answer what appears arfirst to be an analog call. As soon as the
> PM3 answers, ISDN will establish in under a second, freeing the
> modem.
>
This is not a problem.
Here is what I have so far: This is the config I have on the Cisco1600
xxxxx#sh run
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname xxxxx
!
enable secret 5 $1$0daL$sXQUriBL62IeuA09zPCqS0
!
ip subnet-zero
ip nat translation timeout 1800
ip nat inside source list 1 interface Dialer0 overload
no ip domain-lookup
isdn switch-type basic-ni
!
!
!
interface Ethernet0
ip address 172.17.0.1 255.255.0.0
ip nat inside
no ip route-cache
no ip mroute-cache
!
interface BRI0
no ip address
ip nat outside
encapsulation ppp
dialer rotary-group 0
isdn switch-type basic-ni
isdn spid1 41424917960101 2491796
isdn spid2 41424917910101 2491791
no fair-queue
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer in-band
dialer idle-timeout 300
dialer string 14142494000 class 56k
dialer string 2494000 class 56k
dialer hold-queue 10
dialer load-threshold 2 either
dialer-group 1
no fair-queue
ppp authentication pap callin
ppp pap sent-username isdntest password 7 08285F4A070D000406
ppp multilink
!
router rip
network 172.17.0.0
!
ip default-gateway 156.46.205.212
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
map-class dialer 56k
dialer isdn speed 56
access-list 1 permit any
dialer-list 1 protocol ip permit
banner incoming ^C
######################################################################
xxxxxx xxxxxx
######################################################################
^C
banner login ^C
######################################################################
Welcome to xxxxxx Router
######################################################################
^C
!
line con 0
line vty 0 4
password xxxxx
login
!
end
[OK]
Now I try to initiate the call by Pinging the connection, and here is the
debug:
xxxxxx#ping 206.190.23.193
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 206.190.23.193, timeout is 2 seconds:
10w3d: BRI0: rotor dialout [priority]
10w3d: BRI0: Dialing cause ip (s=172.17.0.1, d=206.190.23.193)
10w3d: BRI0: Attempting to dial 14142494000
10w3d: ISDN BR0: Outgoing call id = 0x800E
10w3d: ISDN BR0: Event: Call to 14142494000 at 56 Kb/s
10w3d: ISDN BR0: TX -> SETUP pd = 8 callref = 0x0E
10w3d: Bearer Capability i = 0x8890218F
10w3d: Channel ID i = 0x83
10w3d: Keypad Facility i = '14142494000'
10w3d: ISDN BR0: RX <- RELEASE_COMP pd = 8 callref = 0x8E
10w3d: . Cause i = 0x8283 - No route to destination
10w3d: Locking Shift to Codeset 5
10w3d: Codeset 5 IE 0x2A i = 0x809E14, '414-249-4000 ',
0x9E14, 'Check number, redial'
10w3d: ISDN BR0: Setup was rejected, cause = 3
10w3d: ISDN BR0: received HOST_DISCONNECT_ACK call_id 0x800E
10w3d: ISDN BR0: Error: Unexpected Disconnect_Ack - callid 0x800E....
Success rate is 0 percent (0/5)
xxxxx#
10w3d: BRI0: wait for carrier timeout, call id=0x800E
10w3d: BRI0: Attempting to dial 2494000
10w3d: ISDN BR0: Outgoing call id = 0x800F
10w3d: ISDN BR0: Event: Hangup call to call id 0x800E ces = 1
10w3d: ISDN BR0: Event: Call to 2494000 at 56 Kb/s
10w3d: CC: dsl 0 No CCB Src->HOST cid 0x800E, ev 0x5 ces 1
10w3d: ISDN BR0: received HOST_QUERY_RESPONSE call_id 0x800E
10w3d: ISDN BR0: TX -> SETUP pd = 8 callref = 0x0F
10w3d: Bearer Capability i = 0x8890218F
10w3d: Channel ID i = 0x83
10w3d: Keypad Facility i = '2494000'
10w3d: ISDN BR0: RX <- RELEASE_COMP pd = 8 callref = 0x8F
10w3d: Cause i = 0x82D8 - Incompatible destination
10w3d: Signal i = 0x03 - Network congestion tone on
10w3d: Locking Shift to Codeset 5
10w3d: Codeset 5 IE 0x2A i = 0x809E14, '249-4000 ',
0x9E14, 'Incompatible '
10w3d: ISDN BR0: Setup was rejected, cause = 58
10w3d: ISDN BR0: received HOST_DISCONNECT_ACK call_id 0x800F
10w3d: ISDN BR0: Error: Unexpected Disconnect_Ack - callid 0x800F
10w3d: BRI0: wait for carrier timeout, call id=0x800F
10w3d: : Dialing failed, 0 packets unqueued and discarded
10w3d: ISDN BR0: Event: Hangup call to call id 0x800F ces = 1
10w3d: CC: dsl 0 No CCB Src->HOST cid 0x800F, ev 0x5 ces 1
10w3d: ISDN BR0: received HOST_QUERY_RESPONSE call_id 0x800F
xxxxx#sh rung
^
This would indicate a busy signal? It can't be, as the PM3 is not fully
populate with users. I have two dialer strings, as you may notice, for
testings sake to see if it needs the area code or not, but it still does
not get a B channel.
Someone on the list told me to add the following to my config:
map-class dialer 56k
dialer isdn speed 56
dialer voice-call
I have yet to try this, however I am going over tommorrow to try and get
this thing going again. The customer bought unlimited Cisco Tech Support
with the router, so I have been on the phone with Cisco while on site
trying to get this to work to no avail. Cisco seems to think it is the
PM3 that is not answering.
any ideas? I'm lost.
jer
"On a day no different than the one now dawning, Leonardo drew the first
strokes of the Mona Lisa, Shakespeare wrote the first words of Hamlet, and
Beethoven began work on his Ninth Symphony." And Windows98 Crashed!
COMPAQ Class Action Law Suit: http://members.aol.com/CClass450/index.htm
-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.
Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>