Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 1998 23:51:55 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        Paul Dekkers <psd@cgu.nl>
Cc:        Brian Somers <brian@Awfulhak.org>, Francisco Reyes <francisco@natserv.com>, FreeBSD Mailinglist <freebsd-questions@FreeBSD.ORG>
Subject:   Re: serve Callback (like NT does?) 
Message-ID:  <199810192251.XAA11600@woof.lan.awfulhak.org>
In-Reply-To: Your message of "Mon, 19 Oct 1998 11:56:44 %2B0200." <Pine.BSF.3.96.981019115307.7801F-100000@chippie.cgu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> But now another question:
> Can I dial back a client on a different port than the user came in?
> I want the following setup:
> I have 1 incoming line, and 2 outgoing lines (with prefix '0'...), so I
> want the first caller to come in on line 1, and get called back by line 3,
> and then the second caller with line 2, and if needed, when a third caller
> comes in, that it really calls out using the incoming line (however no
> other users can dial in then...)
> Is that possible?

Yep :-)

When you set up your -direct profile, use

  set device /dev/cuaa0 /dev/cuaa1 /dev/cuaa2

When the dialback happens, it tries to open the devices in sequence 
as per a normal call - trying cuaa0 first, if that's busy it tries 
cuaa1 and if that's busy it tries cuaa2.

> Paul
> 
> P.S. I once wrote something like that myself, but that one used scripting
> and so on, and I prefer the method ppp uses!
> 
> --
> Paul Dekkers 
> E-Mail: <P.Dekkers@cgu.nl>
> To err is human, to moo bovine

-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810192251.XAA11600>