|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
pakka Guest
|
Posted: Fri Apr 28, 2006 10:50 pm Post subject: ISDN call failed...why ? |
|
|
hello everybody,
why can't i make an ISDN call with my 1760 cisco router ?
the IOS version in use is 12.3(18) and the BRI/DIALER configuration is this:
-------------------------------------------
interface BRI0/0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
isdn tei-negotiation first-call
isdn point-to-point-setup
ppp authentication chap
!
interface Dialer1
ip address 10.199.199.4 255.255.255.0
encapsulation ppp
dialer pool 1
dialer idle-timeout 180
dialer string xxxxxxxxxxxxxxxxx
dialer-group 1
ppp authentication chap callin
ppp chap hostname MYUSERNAME
ppp chap password MYPASSWORD
---------------------------------------------
here below the debug log with the option dialer events, isdn events and
q931, trying to make an ISDN call:
-------------------------------------------------
Apr 28 08:53:11.260: BR0/0 DDR: rotor dialout [best] least recent failure is
also most recent failure
Apr 28 08:53:11.260: BR0/0 DDR: rotor dialout [best] also has most recent
failure
Apr 28 08:53:11.260: BR0/0 DDR: rotor dialout [best]
Apr 28 08:53:11.260: BR0/0 DDR: Dialing cause ip (s=10.199.199.4,
d=10.199.199.254)
Apr 28 08:53:11.260: BR0/0 DDR: Attempting to dial xxxxxxxxxxxxxxxxx
Apr 28 08:53:11.260: ISDN BR0/0 EVENT: UserIdle: callid 0x801C received
ISDN_CALL (0x0)
Apr 28 08:53:11.264: ISDN BR0/0 Q931: TX -> SETUP pd = 8 callref = 0x1C
Bearer Capability i = 0x8890
Standard = CCITT
Transfer Capability = Unrestricted Digital
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0x83
Called Party Number i = 0x80, 'xxxxxxxxxxxxxxxxxx'
Plan:Unknown, Type:Unknown
Apr 28 08:53:11.476: ISDN BR0/0 Q931: RX <- RELEASE_COMP pd = 8 callref =
0x9C
Cause i = 0x8281 - Unallocated/unassigned number
Apr 28 08:53:11.480: ISDN BR0/0 EVENT: process_rxstate: ces/callid 1/0x801C
calltype 1 HOST_DISCONNECT_ACK
Apr 28 08:53:11.480: ISDN BR0/0 **ERROR**: host_disconnect_ack: Unfound
B-channel on Disconnect_Ack call id 0x801C
Apr 28 08:53:11.480: BRI0/0: wait for isdn carrier timeout, call id=0x801C.
------------------------------------------------------- |
|
| Back to top |
|
 |
|
|
Rainer Temme Guest
|
Posted: Fri Apr 28, 2006 11:50 pm Post subject: Re: ISDN call failed...why ? |
|
|
pakka wrote:
| Quote: | why can't i make an ISDN call with my 1760 cisco router ?
Called Party Number i = 0x80, 'xxxxxxxxxxxxxxxxxx'
Plan:Unknown, Type:Unknown
Apr 28 08:53:11.476: ISDN BR0/0 Q931: RX <- RELEASE_COMP pd = 8 callref =
0x9C
Cause i = 0x8281 - Unallocated/unassigned number
Apr 28 08:53:11.480: ISDN BR0/0 EVENT: process_rxstate: ces/callid 1/0x801C
|
Hi pakka,
As a result of the routers attempt to dial the number you configured
the telco-cloud send a "unassigned number" message back to your router.
Have you double-checked, that this number is correct?
Rainer |
|
| Back to top |
|
 |
pakka Guest
|
Posted: Sat Apr 29, 2006 7:50 am Post subject: Re: ISDN call failed...why ? |
|
|
you are right, thank you
i've just found that my branch uses a strange prefix to make a call (0068)
bye
"Rainer Temme" <Rainer.Temme@NoSpam.Siemens.Com> ha scritto nel messaggio
news:e2u683$9qr$1@online.de...
| Quote: | pakka wrote:
why can't i make an ISDN call with my 1760 cisco router ?
Called Party Number i = 0x80, 'xxxxxxxxxxxxxxxxxx'
Plan:Unknown, Type:Unknown
Apr 28 08:53:11.476: ISDN BR0/0 Q931: RX <- RELEASE_COMP pd = 8 callref =
0x9C
Cause i = 0x8281 - Unallocated/unassigned number
Apr 28 08:53:11.480: ISDN BR0/0 EVENT: process_rxstate: ces/callid
1/0x801C
Hi pakka,
As a result of the routers attempt to dial the number you configured
the telco-cloud send a "unassigned number" message back to your router.
Have you double-checked, that this number is correct?
Rainer |
|
|
| Back to top |
|
 |
|
|