| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?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>rtpproxy Module</title>
- <productname class="trade">&kamailioname;</productname>
- <authorgroup>
- <author>
- <firstname>Maxim</firstname>
- <surname>Sobolev</surname>
- <affiliation><orgname>Sippy Software, Inc.</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>Maxim</firstname>
- <surname>Sobolev</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>Juha</firstname>
- <surname>Heinanen</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
- <editor>
- <firstname>Sas</firstname>
- <surname>Ovidiu</surname>
- <address>
- <email>[email protected]</email>
- </address>
- </editor>
- </authorgroup>
- <copyright>
- <year>2003-2008</year>
- <holder>Sippy Software, Inc.</holder>
- </copyright>
- <copyright>
- <year>2005</year>
- <holder>&voicesystem;</holder>
- </copyright>
- <copyright>
- <year>2009</year>
- <holder>TuTPro Inc.</holder>
- </copyright>
- <copyright>
- <year>2010</year>
- <holder><ulink url='http://www.voipembedded.com'>VoIPEmbedded Inc.</ulink></holder>
- </copyright>
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>$Date$</date>
- </revision>
- </revhistory>
- </bookinfo>
- <toc></toc>
-
- <xi:include href="rtpproxy_admin.xml"/>
- <xi:include href="rtpproxy_faq.xml"/>
-
- </book>
|