1234567891011121314151617181920 |
- <?xml version="1.0" encoding='ISO-8859-1'?>
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
- "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
- <!-- Include general documentation entities -->
- <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
- %docentities;
- ]>
- <!-- Module Developer's Guide -->
- <chapter>
-
- <title>&develguide;</title>
- <para>
- The module implements the &kamailio; DB <acronym>API</acronym>, in order to
- be used by other modules.
- </para>
- </chapter>
|