Collection of requests for a libcapiutil.so
===========================================

The following list serves as a collection of features that should be
incorporated into a CAPI utility library to help in developing CAPI
applications. Some may be useful for C and C++, others will only be available
for C++. This list is still not complete but will be extended on demand.



Translation of some information into printable strings
------------------------------------------------------

- Translate a CAPI message base command into a string.
- Translate a CAPI message sub command into a string.
- Translate a full CAPI message command into a string.
- Translate a B-protocol number into a string.
- Translate a controller global options bit into a string.
- Translate a CAPI result value into a string.



Evaluation of some CAPI structures out of CAPI messages
-------------------------------------------------------

- Extract a Called Party Number including its number type byte.
- Extract a Calling Party Number including its number type and presentation
  byte.



Insertion of some CAPI structures into CAPI messages
----------------------------------------------------

- Enter an empty CAPI structure.
- Enter Called Party Number including its number type byte.
- Enter CAlling Party Number including its number type and presentation byte.



Miscellaneous usefull functions and macros
------------------------------------------

- Translate a B-protocol mask bit into a B-protocol number.

