mirror of https://github.com/sipwise/kamailio.git
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.
55 lines
1.3 KiB
55 lines
1.3 KiB
<?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;
|
|
|
|
]>
|
|
|
|
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<bookinfo>
|
|
<title>The CDP Module</title>
|
|
<productname class="trade">&kamailioname;</productname>
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Dragos</firstname>
|
|
<surname>Vingarzan</surname>
|
|
<affiliation><orgname>Fraunhofer</orgname></affiliation>
|
|
<address>
|
|
<email>vingarzan@fokus.fraunhofer.de</email>
|
|
</address>
|
|
</author>
|
|
<editor>
|
|
<firstname>Jason</firstname>
|
|
<surname>Penton</surname>
|
|
<address>
|
|
<email>jason.penton@smilecoms.com</email>
|
|
</address>
|
|
</editor>
|
|
<editor>
|
|
<firstname>Richard</firstname>
|
|
<surname>Good</surname>
|
|
<address>
|
|
<email>richard.good@smilecoms.com</email>
|
|
</address>
|
|
</editor>
|
|
</authorgroup>
|
|
<copyright>
|
|
<year>2006</year>
|
|
<holder>FhG Fokus</holder>
|
|
</copyright>
|
|
<copyright>
|
|
<year>2012</year>
|
|
<holder>Smile Communications</holder>
|
|
</copyright>
|
|
</bookinfo>
|
|
<toc></toc>
|
|
|
|
<xi:include href="cdp_admin.xml"/>
|
|
<xi:include href="cdp_devel.xml"/>
|
|
<xi:include href="cdp_faq.xml"/>
|
|
|
|
</book>
|