From owner-freebsd-isdn@FreeBSD.ORG Sat Aug 23 09:08:24 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 7AD7116A4BF for ; Sat, 23 Aug 2003 09:08:24 -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 DEFE443FE3 for ; Sat, 23 Aug 2003 09:08:19 -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 h7NG8HVr018895 for ; Sat, 23 Aug 2003 18:08:17 +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 h7NG8HGv018894 for freebsd-isdn@freebsd.org.magicnowbp; Sat, 23 Aug 2003 18:08:17 +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 h7NG8HVr018880; Sat, 23 Aug 2003 18:08:17 +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 h7NG8Eg6018878; Sat, 23 Aug 2003 18:08:14 +0200 (CEST) Date: Sat, 23 Aug 2003 18:08:14 +0200 From: Nicolas Rachinsky To: Martin Husemann Message-ID: <20030823160814.GB15429@pc5.i.0x5.de> Mail-Followup-To: Martin Husemann , Gary Jennejohn , Helge Oldach <3321861203@oldach.net>, freebsd-isdn@freebsd.org References: <20030820115654.GA38767@pc5.i.0x5.de> <200308201521.h7KFL8ra015997@peedub.jennejohn.org> <20030822155502.GL400@drowsy.duskware.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030822155502.GL400@drowsy.duskware.de> 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: Helge Oldach <3321861203@oldach.net> cc: freebsd-isdn@freebsd.org cc: Gary Jennejohn 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: Sat, 23 Aug 2003 16:08:24 -0000 * Martin Husemann [2003-08-22 17:55 +0200]: > On Wed, Aug 20, 2003 at 05:21:08PM +0200, Gary Jennejohn wrote: > > This was already explained in an earlier mail. The telco's switch uses > > the first number of the MSNs as the caller number in the SETUP. > > > > Give it up, you can't influence it. My phone can. Why should i4b on the same line be unable to do it? > I'm not realy sure. I think this happens because we don't send any number > in i4b_l3_tx_connect(). If we would send a 0x4c IE with the wanted number > there, I guess the switch would accept that (but I haven't tried it). I don't really anything about the ISDN protocolls, do you mean I just have to append IEI_CONCTDNO and the number (similar as done within i4b_l3_tx_setup())? Thanks, Nicolas