Where can I find API documentation on Digium cards?

Hello,

I would like to:

  1. Install 1TE235BF in a Linux server
  2. Modprobe a kernel module
  3. Compile a program against a set of Digium header files
  4. Link a program with something like libdigium.so
  5. Run application with card synced up to Ameritec load generator

Can someone point me in the right direction? Thanks!

There is no set of Digium header files or a library for interacting with the cards. The channel driver in Asterisk directly accesses them using the interface provided by the kernel modules. You’d need to do the same in order to use it without Asterisk.

1 Like