1234567891011121314151617 |
- <?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;
- ]>
- <!-- OSP Module Developer's Guide -->
- <chapter>
-
- <title>&develguide;</title>
- <para>The functions of the OSP modules are not used by other &kamailio; modules.</para>
- </chapter>
|