From owner-freebsd-isdn@FreeBSD.ORG Wed Jul 6 21:51:12 2005 Return-Path: X-Original-To: freebsd-isdn@freebsd.org 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 3084D16A41C for ; Wed, 6 Jul 2005 21:51:12 +0000 (GMT) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from mail0.ewetel.de (mail0.ewetel.de [212.6.122.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F6143D46 for ; Wed, 6 Jul 2005 21:51:11 +0000 (GMT) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from kalak.lemuria.local (dialin-80-228-53-154.ewe-ip-backbone.de [80.228.53.154]) by mail0.ewetel.de (8.12.1/8.12.9) with ESMTP id j66Lp622003895; Wed, 6 Jul 2005 23:51:07 +0200 (MEST) Received: from [192.168.2.131] (crest-w2k.lemuria.local [192.168.2.131]) by kalak.lemuria.local (8.13.3/8.13.3) with ESMTP id j66LTjwS024010; Wed, 6 Jul 2005 23:29:50 +0200 (CEST) (envelope-from Thomas.Wintergerst@nord-com.net) Message-ID: <42CC4D64.5020001@nord-com.net> Date: Wed, 06 Jul 2005 23:30:12 +0200 From: Thomas Wintergerst User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stefan Bethke References: <21911322d5cbb54a6a04bcdd92371ab9@lassitu.de> In-Reply-To: <21911322d5cbb54a6a04bcdd92371ab9@lassitu.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CheckCompat: OK Cc: freebsd-isdn@freebsd.org, Jan Stocker Subject: Re: Asterisk, chan_capi & c4b: overlap dialling X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: twinterg@gmx.de List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 21:51:12 -0000 Hi Stefan, First: Sorry, I was "offline" for some time. So the answer comes a little bit late... Stefan Bethke wrote: > First, a great many thanks to Thomas and Jan. Getting C4B and chan_capi > to work was absolutly painless! Many thanks! > > I have just one question at the moment, and it might have nothing to do > with C4B or the FreeBSD port of chan_capi, but I figured I might try > here first: overlap dialling. > > I've got a AVM B1 ISA hooked up to the interal S0 port of a Hicom 100. I > can dial the PBX extensions with an extension like this: > exten => _14XX,1,Dial(CAPI/74:b${EXTEN:2}) > > I can dial my cell phone with a speed dial like entry like this: > exten => 1200,1,Dial,CAPI/74:b001703460140 > > However, I can't figure out how to set up the extension so I can dial > some prefix to get the PBX' dialtone, and then keep on dialling. I tried: > exten => _0.,1,StripMSD,1 > exten => _.,2,Dial,CAPI/74:bBYEXTENSION > > or this: > exten => _15.,1,Dial(CAPI/74:b${EXTEN:2}) > > but so far, nothing works. (I'm mostly trying from a Budgetone 101.) If > I block-dial the entire number (i. e. 15001703460140), the call goes > through, but just dialling 150, then trying to punch in additional > digits does not lead to any connection. > > Any hints? I cannot tell about Asterisk and how it could work. But from the CAPI point of view you will have to perform a Connect-Request without any digits to dial as the Called Party Number. After you get the first message from the ISDN network (Setup Ack, Alerting, Proceeding, etc. within an Info-Indication), you can dial further digits using Info-Requests with the Called Party Number information element containing the digits. I cannot tell how this is possible with Asterisk. Maybe Jan can help (sorry, he is not a member of this list, therefor the CC: and the full quote)? > > > Thanks, > Stefan > -- Thomas Wintergerst