AVM Specific Classes

All the following information has been extracted from kisdnwatch sources [last accessed: 2006-05-06].

The information is manufacturer specific and can therefore change in the future.

  • AVMGetBChannelInfoReq
    0  CAPI MSG HEADER
    12 DWORD:     0x214D5641                manufacturer ID "AVM!"
    16 DWORD:     0                         class    (kisdnwatch)
    20 DWORD:     4                         function (kisdnwatch)
    24 STRUCT:    63 bytes empty            ?        (kisdnwatch)
    
  • AVMGetBChannelInfoConf
    0  CAPI MSG HEADER
    12 DWORD:     0x214D5641                manufacturer ID "AVM!"
    16 DWORD:     0                         class    (kisdnwatch)
    20 DWORD:     4                         function (kisdnwatch)
    24 STRUCT:    Data[n]                   ?        (kisdnwatch)
    
    Data:
    
    byte index    | type |    meaning                  | comment
    ----------------------------------------------------------------------------------------------------------
    0..1          | word | registered applications     | including this application (kisdnwatch)
    2             | bool | isdn line active            | cable unplugged = 0; cable plugged in = 1; (my guess)
    3             | bool | d channel active            | as soon as something goes on = 1 (my guess)
    4             | ?    | ?                           | seems to be zero all the time
    5 .. n        | bool | b channel [0] .. [n] active | channel down = 0; channel up = 1; (kisdnwatch)
    
  • AVMProfile
    Profile (Manufacturer Specific Part):
    
    byte index    | type |    meaning                  | comment
    ----------------------------------------------------------------------------------------------------------
    44            | bool | more specific data to come ?
    45            |
    46            |
    47..48        | word | D-Protocol                  | DSS1,CT1,VN3 ... (kisdnwatch)
    49            | byte | Line Type                   | Point to Point, Point to multipoint,Fixed no D channel,
                                                       | Fixed with D channel (kisdnwatch)
    

Projects :
  1. uk.co.mmscomputing.application.avmisdnmonitor:
    Java ISDN Monitor for AVM Cards (inspired by kisdnwatch).