123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?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>dialog_ng Module</title>
- <productname class="trade">&kamailioname;</productname>
- <authorgroup>
- <author>
- <firstname>Bogdan-Andrei</firstname>
- <surname>Iancu</surname>
- <affiliation>
- <orgname>Voice Sistem SRL</orgname>
- </affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <author>
- <firstname>Carsten</firstname>
- <surname>Bock</surname>
- <affiliation>
- <orgname>ng-voice GmbH</orgname>
- </affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <author>
- <firstname>Jason</firstname>
- <surname>Penton</surname>
- <affiliation>
- <orgname>Smile Communications</orgname>
- </affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <author>
- <firstname>Richard</firstname>
- <surname>Good</surname>
- <affiliation>
- <orgname>Smile Communications</orgname>
- </affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <editor>
- <firstname>Bogdan-Andrei</firstname>
- <surname>Iancu</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
- <editor>
- <firstname>Carsten</firstname>
- <surname>Bock</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
- <editor>
- <firstname>Jason</firstname>
- <surname>Penton</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
- <editor>
- <firstname>Richard</firstname>
- <surname>Good</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
-
- </authorgroup>
- <copyright>
- <year>2006</year>
- <holder>Voice Sistem SRL</holder>
- </copyright>
- <copyright>
- <year>2011-2013</year>
- <holder>Carsten Bock, http://www.ng-voice.com</holder>
- </copyright>
- </bookinfo>
- <toc></toc>
-
- <xi:include href="dialog_ng_admin.xml"/>
- <xi:include href="dialog_ng_devel.xml"/>
- <xi:include href="dialog_ng_faq.xml"/>
-
- </book>
|