chan-capi/libcapi20
MelwareDE 9d669bc5c3 Use Diva QSIG CAPI extensions for processing of Calling Party Name 2010-09-14 19:54:25 +00:00
..
LICENSE Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
README Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
capi20.c warnings 2010-02-17 19:10:53 +00:00
capi20.h Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
capi20_platform.h Typo 2009-03-12 17:02:59 +00:00
capicmd.h Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
capifunc.c Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
capiutils.h Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
convert.c Use Diva QSIG CAPI extensions for processing of Calling Party Name 2010-09-14 19:54:25 +00:00

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