From owner-freebsd-isdn@FreeBSD.ORG Wed Aug 20 01:58:51 2003 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6874316A4DE for ; Wed, 20 Aug 2003 01:58:51 -0700 (PDT) Received: from pc5.i.0x5.de (reverse-213-146-113-119.dialin.kamp-dsl.de [213.146.113.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D38643FBD for ; Wed, 20 Aug 2003 01:58:48 -0700 (PDT) (envelope-from nicolas@dauerreden.de) Received: from pc5.i.0x5.de (localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.8p1/8.12.8) with ESMTP id h7K8wkVr023102 for ; Wed, 20 Aug 2003 10:58:46 +0200 (CEST) (envelope-from nicolas@pc5.i.0x5.de) Received: (from root@localhost) by pc5.i.0x5.de (8.12.8p1/8.12.8/Submit) id h7K8wjIi023101 for freebsd-isdn@freebsd.org.magicnowbp; Wed, 20 Aug 2003 10:58:45 +0200 (CEST) Received: from pc5.i.0x5.de (localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.8p1/8.12.8) with ESMTP id h7K8wjVr023097; Wed, 20 Aug 2003 10:58:45 +0200 (CEST) (envelope-from nicolas@pc5.i.0x5.de) Received: (from nicolas@localhost) by pc5.i.0x5.de (8.12.8p1/8.12.8/Submit) id h7K8wjPX023096; Wed, 20 Aug 2003 10:58:45 +0200 (CEST) Date: Wed, 20 Aug 2003 10:58:45 +0200 From: Nicolas Rachinsky To: Helge Oldach <3321861203@oldach.net> Message-ID: <20030820085844.GB20871@pc5.i.0x5.de> Mail-Followup-To: Helge Oldach <3321861203@oldach.net>, freebsd-isdn@freebsd.org References: <20030819101751.GC96579@pc5.i.0x5.de> <200308192006.h7JK6vlL036198@sep.oldach.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308192006.h7JK6vlL036198@sep.oldach.net> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc X-SECURITY: Never trust a running system User-Agent: Mutt/1.5.4i cc: freebsd-isdn@freebsd.org Subject: Re: how to influence the number transmitted after connecting X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 08:58:51 -0000 * Helge Oldach <3321861203@oldach.net> [2003-08-19 22:06 +0200]: > Nicolas Rachinsky: > > I called my own computer (on the same S0 bus) and the above is > > the packet going to my phone. I have ten numbers here, and if I don't > > transmit one of these to the calling party my telco adds the number > > above to it. But I want to be able to transmit a number (out of my > > ten) because the calling party should not get the other number (for > > personal reasons). > > > > How can I ask i4b to transmit a number to the calling party? > > Ah, so you don't want to transmit a fake number, but one that > is actually assigned to your BRI. I think you just need to set > "local-phone-dialout" to the desired number in isdnd.rc. In fact you local-phone-dialout does not work. > > At the moment it happens in the following way: > > > > caller calls ...8 > > i4b answers the call without transmitting any number > > telco adds ...7 to the information going to the caller > > > > > > I want it the following way: > > > > caller calls ...8 > > i4b answers the call an transmits ...8 > > telco transmits ...8 to the caller > > This is not how ISDN works. It goes this way: > > caller calls ...8 and provides *no* caller (own outgoing) number > exchange adds "native" originating number to the call, as none is provided by the caller (*) > i4b receives ...8, checks whether it is configured to answer calls from the native number to ...8 > i4b picks up (or just stays silent) There is a feature in ISDN which transmits the number of the called party to the calling party (I'm not sure how it's called, but it exists). And I want to influence this number. Nicolas