From owner-freebsd-isdn@FreeBSD.ORG Wed Apr 9 07:57:40 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 3D53037B401 for ; Wed, 9 Apr 2003 07:57:40 -0700 (PDT) Received: from mail.vwsoft.com (p213.54.184.150.tisdip.tiscali.de [213.54.184.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FF8643F85 for ; Wed, 9 Apr 2003 07:57:38 -0700 (PDT) (envelope-from Volker@VWSoft.com) Received: from cesar2k.VWSoft.com (unknown [192.168.16.24]) by bellona.sz.vwsoft.com (Postfix) with ESMTP id 6F01D66B2; Wed, 9 Apr 2003 16:54:40 +0200 (CEST) Message-Id: <5.1.0.14.2.20030409163340.027afdc8@internal.net> X-Sender: volker@internal.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 09 Apr 2003 16:54:22 +0200 To: Marcel Dijk From: Volker In-Reply-To: <3E940C7A.8010700@home.nl> References: <200304090814.h398EDAF002263@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-isdn@freebsd.org Subject: Re: ISDN (Europe. dial-up) POSTED to QUESTIONS and NET. 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, 09 Apr 2003 14:57:40 -0000 Hi Marcel! At 09.04.2003 14:05, Marcel Dijk wrote: [snip] > >>local-phone-incoming = 0505267744 > >>remote-phone-incoming = * > >>local-phone-dialout = 0505267744 # This *MUST* be your local number > >>remote-phone-dialout = 1234567 # ppp(8) will override this Your local phone number looks like it contains an area code (050...). As far as I remember, you should remove the area code from your local numbers (I might be wrong about that - if so, would please somebody correct me? - but depending on your telco provider your PBX might reject the outgoing call if you're using a wrong local number). The calling party number (local number, outgoing call) has to contain only the MSN without any area or country code by a definition of the ITU (again, as far as I remember). As far as I remember means I haven't used an ISDN device on a direct telco connection for a while. I'm using all devices behind a PABX and the addressing is different within the local network. > >>Sorry for the mega e-mail but I thought I could best be as verbose as > possible. At least when quoting, would you please cut down the quote to a reasonable amount? >These are the errors I get after running ppp and trying to dial: > >Apr 9 12:52:03 truus ppp[122]: Warning: ifaddr: Invalid command >Apr 9 12:52:03 truus ppp[122]: Warning: ifaddr: Failed 1 >Apr 9 12:52:10 truus /kernel: i4b: unit 0, assigned TEI = 84 = 0x54 >Apr 9 12:52:10 truus /kernel: i4b-L3 F_UEM: FSM function F_UEM executing, >state = ST_U11 - Disc Req >Apr 9 12:52:14 truus /kernel: i4b-L3 T303_timeout: SETUP not answered, cr >= 61 >Apr 9 12:52:14 truus /kernel: i4b-L3 next_l3state: FSM illegal state, >state = ST_U0 - Null, event = EV_T303EXP - T303 timeout! Helmut or Gary should have a better understanding about these error messages but I guess the really important thing is 'SETUP not answered' (which AFAIK should mean the remote side didn't accept the call or there's no device listening at the remote side or the call won't be established by the PBX. I would guess there's any phone number wrong (see my note about the area code). HTH, Volker