You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chan-capi/libcapi20
MelwareDE 9d669bc5c3
Use Diva QSIG CAPI extensions for processing of Calling Party Name
13 years ago
..
LICENSE Added own libcapi20 to avoid dependencies on host for libcapi20. 15 years ago
README Added own libcapi20 to avoid dependencies on host for libcapi20. 15 years ago
capi20.c warnings 13 years ago
capi20.h Added own libcapi20 to avoid dependencies on host for libcapi20. 15 years ago
capi20_platform.h Typo 14 years ago
capicmd.h Added own libcapi20 to avoid dependencies on host for libcapi20. 15 years ago
capifunc.c Added own libcapi20 to avoid dependencies on host for libcapi20. 15 years ago
capiutils.h Added own libcapi20 to avoid dependencies on host for libcapi20. 15 years ago
convert.c Use Diva QSIG CAPI extensions for processing of Calling Party Name 13 years ago

README

This Library supports remote CAPI over an TCP/IP network.

On the remote machine you need to have running
 kernelcapi
 libcapi20
 rcapid

On the local machine you just need this libcapi20 and
your application.

For remote configuration the library looks for
  ~/.capi20rc
and if it doesn't exist it looks for
  /etc/capi20.conf

To set the remote machine, the above file need to have
the following line
  REMOTE <remote hostname|ip-address> <remote port>

If this doesn't exist, the library tries the old, normal way
of using the local /dev/capi20.


Trace-Feature:
If the CAPI messages shall be logged, add the following entries to
the configuration file:
  TRACEFILE </path/to/tracefile>
  TRACELEVEL 0|1|2

The tracelevel configured which CAPI messages shall be logged:
 0 = none
 1 = signaling messages
 2 = all (including data messages)

---
Armin Schindler
armin@melware.de