Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2000 14:06:46 +0200
From:      Emre <kwah@gmx.net>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   Remote dialin fails with CBCP
Message-ID:  <3944D256.9E238756@gmx.net>

next in thread | raw e-mail | index | archive | help
Hi,

I'm having a couple of problems creating a profile for a dialin
where my end is being called back.

I have two ISP's to connect, one 'normal', the other with CBCP.
Dialing my 'normal' ISP works great, but when I use a second dialout
profile
with CBCP the call coming back is not processed by I4b (as far as
I can say).

The configuration is as follows:

isdnd.rc:

# Second Profile (Callback)

entry
name                    = mb
usrdevicename           = rbch
usrdeviceunit           = 0
isdncontroller          = 0
isdnchannel             = -1
local-phone-incoming    = nr_myself
remote-phone-incoming   = nr_isp
local-phone-dialout     = nr_myself
remote-phone-dialout    = nr_isp
remdial-handling        = last
dialin-reaction         = accept
dialout-type            = calledback
b1protocol              = hdlc
idletime-incoming       = 240
idletime-outgoing       = 30
ratetype                = 0
unitlength              = 90
unitlengthsrc           = rate
dialretries             = 3
dialrandincr            = on
recoverytime            = 30
usedown                 = off
downtries               = 2
downtime                = 30
calledbackwait          = 10

ppp.conf:

mb:
 set authname myname
 set authkey mypw
 set phone nr_isp
 set timeout 300
 set bandwidth 65536
 set mrru 1500
 set callback cbcp
 set cbcp *
 clone 1,2
 link deflink rm
 link * set mode auto
 set autoload 10 100 30

The PPP negotiation seems to work fine:
[...]
Jun 12 13:55:53 SinCity ppp[1129]: tun0: LCP: 1: LayerUp 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: bundle: Authenticate 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: 1: his = PAP, mine =
none 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: Pap Output: myname
******** 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: Pap Input: SUCCESS () 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: 1: lcp -> cbcp 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: 1: cbcp -> lcp 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: LCP: 1: LayerDown 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: LCP: 1: SendTerminateReq(24)
state = Opened 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: LCP: 1: State change Opened -->
Closing 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: 1: CBCP: Peer will dial
back 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: LCP: 1: RecvTerminateAck(24)
state = Closing 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: LCP: 1: LayerFinish 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: LCP: 1: State change Closing
--> Closed 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: LCP: 1: State change Closed -->
Initial 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: 1: Disconnected! 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: 1: lcp -> logout 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: 1: logout -> hangup 
Jun 12 13:55:53 SinCity ppp[1129]: tun0: Phase: 1: Disconnected! 


I do receive a call from the remote end, but it's not known/answered by
isdnd:

12.06.2000 13:53:55 CHD 00130 mb dialing out from nr_myself to nr_isp
12.06.2000 13:53:56 CHD 00130 mb outgoing call proceeding (ctl 0, ch 0)
12.06.2000 13:53:57 CHD 00130 mb outgoing call active (ctl 0, ch 0,
rbch0)
12.06.2000 13:53:59 CHD 00130 mb outgoing call disconnected (local)
12.06.2000 13:53:59 CHD 00130 mb cause 0: normal call clearing (I4B)
12.06.2000 13:53:59 CHD 00130 mb charging: 1 units, 2 seconds
12.06.2000 13:53:59 CHD 00130 mb accounting: in 0, out 0
12.06.2000 13:54:02 CHD 00131 <unknown> incoming call from nr_isp to
nr_myself

I'm wondering why the incoming call is being called "unknown", though I
have
entered the number in my isdnd.rc ?!

I'm running FreeBSD 4 with isdnd 00.90.1.

Does anyone have an idea why things won't work ?

Thanks.

kwaH


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3944D256.9E238756>