|
|
Up |
  |
Author: elekiselekis
Date: Sep 11, 2008 05:18
hi all
I have a trouble I try to connect 2 card capi but with more than one
logical connection
if I only have one connection everything work. but if I try to put 2
connection I have a OUT OF NCCI. I have this error after a
connect_b3_req (in the connect_b3_conf)
I tried to reboot firest and after try, but that change nothing.
in the capi_registration , I put 4 connection logical on the server
and on the client.
the card is a primux 2S2M card (coming from gerdes)
there is the tracer of the card.
****** TRACER for PrimuX ISDN 3.6.4879 (c) 1995-2008 Gerdes
Aktiengesellschaft * 11.09.08/14:17 ****
|
| Show full article (5.66Kb) |
|
no comments
|
|
  |
Author: didodervisevicdidodervisevic
Date: Aug 26, 2008 23:29
Hello,
I'm developing my first application with capi adk, I'm using Borland
Builder 6.
I have used Visual C++ Project Conversion Utility
When I try to compile my program, I receive the following error:
Build
[Linker Error] 'C:\CAPI VC3 - BILDER DSP\SOURCE\CAP2032D.LIB' contains
invalid OMF record, type 0x21 (possibly COFF)
please help me.
didodervisevic
|
| |
|
no comments
|
|
  |
Author: Andrew.HauensteinAndrew.Hauenstein
Date: Aug 14, 2008 14:36
http://ear.googlebong.com
Andy Nortesano GoogleBong
img { border: 2px solid Black }
pre { font: 6pt/8pt }
p,blockquote { font: 16pt; font-family: verdana, arial, 'sans serif' }
h1,h2,h3,h4,ul { font-family: verdana, arial, 'sans serif'; font: 14p }
table,li,td { font-family: verdana, arial, 'sans serif'; font: 12p }
ul { list-style: disc }
ol { list-style: decimal }
body { background: "#EEEEEE" }
h1,h2,h3,h4,hr,p,ul,blockquote,pre { color:Black }
a:link { color:Blue }
a:visited { color:Blue }
a:active { color:"#008000" }
a:hover { color:"#008000" }
h1.header { padding:0em; margin:0 }
div.container { width:100%%; margin:0px; border:1px solid Black; line-height:150%% }
div.header,div.footer { padding:0.5em; color:white; background-color:Black; clear:left }
div.left { width:15%%; margin:0; float:left; padding:0; }
|
| Show full article (1.07Kb) |
|
no comments
|
|
  |
Author: elekiselekis
Date: Aug 12, 2008 00:24
hi all
I have to make a network between 2 isdn cards (primux cards) and a
simulator. (patapsco simulator).
the fact is I have noidea how to use that. so I try to find a freeware
who can connect to one card (both card a in the same pc) and I can
write message I see what message are comming,etc...etc...
is this type of freeware exist??
thanks
a++
|
| |
|
no comments
|
|
  |
Author: Lothar KimmeringerLothar Kimmeringer
Date: Jul 2, 2008 02:23
Hello,
is there a way to get the B3-Configuration the caller is setting
in CONNECT_REQ on the receiver side, e.g. the station-id of a
G3-Fax or the X.25-Windows-size?
I'd need both informations and like to avoid performing OCR
on a received Fax ;-)
Best regards,
Lothar
--
Lothar Kimmeringer E-Mail: spamfang@kimmeringer.de
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)
Always remember: The answer is forty-two, there can only be wrong
questions!
|
| |
|
2 Comments |
|
  |
Author: WestlandbtWestlandbt
Date: May 24, 2008 20:54
WereEveryWhere.net seeks to become the most popular Social Networking Website
offering an interactive, user-submitted network of friends, personal profiles,
video chat, blogs, groups, photos, music and videos for adults internationally.
Log on at http://www.WereEveryWhere.net Its FREE!
-----------------------------------------------------------------------------
--This Message Has Been Posted Using A Trial Version Of Message Poster 2003--
-----------------------------------------------------------------------------
Would you like to reach millions of customers for only the cost of bandwidth?
You can post messages like this to thousands of newsgroups with a simple to
use software application called Message Poster 2003. For more details on
this extremely affordable software, visit:
http://www.exibitionsoftware.com
|
| |
|
no comments
|
|
  |
Author: Usha.MediUsha.Medi
Date: May 9, 2008 17:55
--
It will hard deprive against Ignatius when the ancient envelopes pretend relative to the unable arena.
|
| |
|
no comments
|
|
  |
Author: Lothar KimmeringerLothar Kimmeringer
Date: Apr 13, 2008 08:40
Daniel Kruge wrote:
> I am interested in understanding the SFF-Fileformat. I just know, that
> the pages in in are compressed with a Huffman-like alhorithm.
>
> Is the specification of the format opensource?
The specification is not licensed under the GNU Free Documentation
License or something similar like Creative Commons, but it's
part of the CAPI-specification and can be downloaded freely
at www.capi.org
Just go to http://www.capi.org/download/capi20-1.pdf, page 153.
The Modified Huffman Algorithm is just mentioned but there are
a lot of examples out there and dependent on the way you read
in the data you have to reverse the bit-order to get correct results.
Regards, Lothar
--
Lothar Kimmeringer E-Mail: spamfang@kimmeringer.de
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)
Always remember: The answer is forty-two, there can only be wrong
questions!
|
| |
|
no comments
|
|
  |
|
|
  |
Author: rs232rs232
Date: Jan 19, 2008 08:00
Hi,
I'm developing a simple application using capi.
I have readed a lot of message in this group but I don't find a
solution, so any new solution is appreciate.
my message buffer is sized correctly, I think:
CAPI_REGISTER( 1024 + 2*1024 , 2 , 7 , 2048 ,Appid )
Why when I call CAPI_GET_MESSAGE the msg structure is empty?
CAPI_GET_MESSAGE (DWORD ApplID, PVOID *ppCAPIMessage);
This function CAPI_GET_MESSAGE returns 0, but the second parameter (my
msg structure)
is not filled with any values!
Ex. I see with a capi monitor my REQ message and the corresponding
CONF message, but I don't be able to read CONF message with
CAPI_GET_MESSAGE!
Thanks
mx
|
| |
|
2 Comments |
|
|
|
|
|
|