* ISDN CHANNEL-D
@ 2002-01-16 19:40 AstinusLists
2002-01-16 20:21 ` Kristian
2002-01-16 20:58 ` Padraig Brady
0 siblings, 2 replies; 5+ messages in thread
From: AstinusLists @ 2002-01-16 19:40 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-kernel
Hello every one.
I've been earing some rumors, that i am quite sure that are turth about the
isdn channel d.
As all of u know ( i think ) isdn cards have 3 channels: 2*64 and one time
16 kbs.
This last one is called channel D.
Channel D is used to dial and to reply to tones and minor stuff like that.
The big deal here in my country is that u don't have to pay for the channel
D traffic ( And it is legal to use it, i can assure that, cause i am well
informed on that matter!)
Many banks use the channel D to money transfers and so.
But in order to do that they had to aquire some hard and software that all
together costs arround 500 US Dollars or 450 Euros more or less.
K this was just an intro! The interesting part is that some students from
www.ist.pt ( TECNICO), managed to build some software that allows to use the
ISDN Channel d without any need of additional hardware.....
I would like to know if any of u isdn driver hackers can point me out a way
of how to build such a program or where to read some real good stuff about
this ISDN-D channel.
Regards, Astinus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ISDN CHANNEL-D
2002-01-16 19:40 ISDN CHANNEL-D AstinusLists
@ 2002-01-16 20:21 ` Kristian
2002-01-16 20:43 ` Rene Rebe
2002-01-16 20:58 ` Padraig Brady
1 sibling, 1 reply; 5+ messages in thread
From: Kristian @ 2002-01-16 20:21 UTC (permalink / raw)
To: AstinusLists; +Cc: linux-kernel
"AstinusLists" <AstinusLists@netcabo.pt> wrote:
> [..]
> I would like to know if any of u isdn driver hackers can point me out a way
> of how to build such a program or where to read some real good stuff about
> this ISDN-D channel.
If you're looking for drivers, please go to isdn4linux.de (or search for newsgroups that have "isdn4linux" in their title). As far as I know the current hisax drivers (which are included in the kernel as well) support d-channel. But the d channel is only meant for starting a connection, not to support whole traffic. And it is rather slow. So it would make no fun compared to 64kbs...
I can provide you an email address of one linux-guy from AVM. This (german) company is responsible for many active isdn cards and I think their drivers are supporting d-channel too.
*Kristian
·· · · reach me :: · ·· ·· · · ·· · ·· · ··· · ·
:: http://www.korseby.net
:: http://www.tomlab.de
kristian@korseby.net ....::
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ISDN CHANNEL-D
2002-01-16 20:21 ` Kristian
@ 2002-01-16 20:43 ` Rene Rebe
0 siblings, 0 replies; 5+ messages in thread
From: Rene Rebe @ 2002-01-16 20:43 UTC (permalink / raw)
To: kristian.peters; +Cc: AstinusLists, linux-kernel
Hi ;-)
From: Kristian <kristian.peters@korseby.net>
Subject: Re: ISDN CHANNEL-D
Date: Wed, 16 Jan 2002 21:21:22 +0100
> "AstinusLists" <AstinusLists@netcabo.pt> wrote:
> > [..]
> > I would like to know if any of u isdn driver hackers can point me out a way
> > of how to build such a program or where to read some real good stuff about
> > this ISDN-D channel.
>
> If you're looking for drivers, please go to isdn4linux.de (or search for newsgroups that have "isdn4linux" in their title). As far as I know the current hisax drivers (which are included in the kernel as well) support d-channel. But the d channel is only meant for starting a connection, not to support whole traffic. And it is rather slow. So it would make no fun compared to 64kbs
They support real traffic. The Telekom (here in Germany) used it for a
free (in addition to the normal IDSN internet access ...) "continously
connected" service. For email and chat. It was only a test and never
spread widely ...
[...]
k33p h4ck1n6
René
--
René Rebe (Registered Linux user: #248718 <http://counter.li.org>)
eMail: rene.rebe@gmx.net
rene@rocklinux.org
Homepage: http://drocklinux.dyndns.org/rene/
Anyone sending unwanted advertising e-mail to this address will be
charged $25 for network traffic and computing time. By extracting my
address from this message or its header, you agree to these terms.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ISDN CHANNEL-D
2002-01-16 19:40 ISDN CHANNEL-D AstinusLists
2002-01-16 20:21 ` Kristian
@ 2002-01-16 20:58 ` Padraig Brady
2002-01-16 22:01 ` Sam Ravnborg
1 sibling, 1 reply; 5+ messages in thread
From: Padraig Brady @ 2002-01-16 20:58 UTC (permalink / raw)
To: AstinusLists; +Cc: linux-kernel
AstinusLists wrote:
> Hello every one.
>
> I've been earing some rumors, that i am quite sure that are turth about the
> isdn channel d.
>
> As all of u know ( i think ) isdn cards have 3 channels: 2*64 and one time
> 16 kbs.
>
> This last one is called channel D.
> Channel D is used to dial and to reply to tones and minor stuff like that.
>
> The big deal here in my country is that u don't have to pay for the channel
> D traffic ( And it is legal to use it, i can assure that, cause i am well
> informed on that matter!)
Yes info is passed across the D channel in messages. There is a message
type called User User information that can be passed, but only with and
associated D channel call type, i.e. you must pay for it.
Also other "standard" messages like "call setup", "progress", ... can
contain user user info, but these can only be transfer after the call
is established.
In both cases an explicit call must be established first, so you're
billed for such traffic.
Now I suppose you could set specific bits in standard call setup
messages for e.g. that could be used to transfer info between
users, but I'd say about 10bits max per call setup? which is not
interesting.
Search the net for Q931 for ISDN D channel protocol spec.
What does this have to do with Linux again?
Padraig.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ISDN CHANNEL-D
2002-01-16 20:58 ` Padraig Brady
@ 2002-01-16 22:01 ` Sam Ravnborg
0 siblings, 0 replies; 5+ messages in thread
From: Sam Ravnborg @ 2002-01-16 22:01 UTC (permalink / raw)
To: linux-kernel
On Wed, Jan 16, 2002 at 08:58:02PM +0000, Padraig Brady wrote:
> AstinusLists wrote:
>
> > Hello every one.
> >
> > I've been earing some rumors, that i am quite sure that are turth about the
> > isdn channel d.
> >
> > As all of u know ( i think ) isdn cards have 3 channels: 2*64 and one time
> > 16 kbs.
> >
> > This last one is called channel D.
> > Channel D is used to dial and to reply to tones and minor stuff like that.
>
> Yes info is passed across the D channel in messages. There is a message
>
> type called User User information that can be passed, but only with and
> associated D channel call type, i.e. you must pay for it.
What the original author refer to is utilising the D-Channel to support
LAPB/X.25 traffic. This is done using a special SAPI=16 value.
I dunno if the ISDN drivers in Linux support this yet.
Charging for the above is operator specific, when I worked with this in the past
the charging was unrealistic high.
Sam
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-01-16 22:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-16 19:40 ISDN CHANNEL-D AstinusLists
2002-01-16 20:21 ` Kristian
2002-01-16 20:43 ` Rene Rebe
2002-01-16 20:58 ` Padraig Brady
2002-01-16 22:01 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox