Post by Michael MeiwaldHi
Just a few questions :)
I tried this with an AVM Fritz card;
I am not quite sure what to send in the manufacturer data struct
though.
What sort of data are you supposed to send ?
And what to receive ?
Apart from the getBChannelInfo function are there anymore 'known'
functions ?
How far are the first bits of the manufacturer req..conf messages
standardized ? Is it always manufacturer id, class, function, data
struct,
even if you send it to non AVM cards ? Is there any info on that
anywhere ? I don't seem to find anything.
Did AVM release any documentation for the manufacturer messages ?
First i have to say that I have never implemented this feature so i just
could give you some hints.
As far as i know is the channel status info the only public known
manufacturer message
and it works of course only for avm cards.
Personally i think it would be better to get this information in a
manufacturer independent way.
(Probably a reasonable new workitem for the Capi-Assoziation)
I suppose you have already downloaded the sources at
ftp://ftp.avm.de/tools/k_isdn_watch.linux/kisdnwatch-01.00.08.tar.gz
To understand them it is usefull to be familiar with the avm software
development kit
because they are written in the same programming style wich is kind of
difficult to understand.
After a first glance i would suggest to look at the m_bChannelInfo[] byte
array
in the /kavmmon/ccapiinfo.cpp file.
regards,
bernd spari