123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?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 Kamailio documentation entities -->
- <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
- %docentities;
- ]>
- <book xmlns:xi="http://www.w3.org/2001/XInclude">
- <bookinfo>
- <title>siputils</title>
- <productname class="trade">&kamailioname;</productname>
- <authorgroup>
- <author>
- <firstname>Hardy</firstname>
- <surname>Kahl</surname>
- <affiliation><orgname>1&1 Internet AG</orgname></affiliation>
- </author>
- <author>
- <firstname>Henning</firstname>
- <surname>Westerholt</surname>
- <affiliation><orgname>1&1 Internet AG</orgname></affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <author>
- <firstname>Nils</firstname>
- <surname>Ohlmeier</surname>
- <affiliation><orgname>FhG Fokus</orgname></affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <author>
- <firstname>Jan</firstname>
- <surname>Janak</surname>
- <affiliation><orgname>&fhg;</orgname></affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
-
- <author>
- <firstname>Daniel-Constantin</firstname>
- <surname>Mierla</surname>
- <affiliation><orgname>asipto.com</orgname></affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <author>
- <firstname>Gabriel</firstname>
- <surname>Vasile</surname>
- <affiliation><orgname>&fhg;</orgname></affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <author>
- <firstname>Juha</firstname>
- <surname>Heinanen</surname>
- <affiliation><orgname>TutPro Inc.</orgname></affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- <editor>
- <firstname>Jan</firstname>
- <surname>Janak</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
-
- <editor>
- <firstname>Bogdan-Andrei</firstname>
- <surname>Iancu</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
- <editor>
- <firstname>Gabriel</firstname>
- <surname>Vasile</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
-
- </authorgroup>
- <copyright>
- <year>2008</year>
- <year>2005</year>
- <year>2003</year>
- <holder>1&1 Internet AG</holder>
- <holder>FhG Fokus</holder>
- <holder>Voice Sistem SRL</holder>
- </copyright>
- </bookinfo>
- <toc></toc>
-
- <xi:include href="siputils_admin.xml"/>
-
-
- </book>
|