2
0

rtpproxy.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding='ISO-8859-1'?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  4. <!-- Include general documentation entities -->
  5. <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
  6. %docentities;
  7. ]>
  8. <book xmlns:xi="http://www.w3.org/2001/XInclude">
  9. <bookinfo>
  10. <title>rtpproxy Module</title>
  11. <productname class="trade">&kamailioname;</productname>
  12. <authorgroup>
  13. <author>
  14. <firstname>Maxim</firstname>
  15. <surname>Sobolev</surname>
  16. <affiliation><orgname>Sippy Software, Inc.</orgname></affiliation>
  17. <address>
  18. <email>[email protected]</email>
  19. </address>
  20. </author>
  21. <author>
  22. <firstname>Juha</firstname>
  23. <surname>Heinanen</surname>
  24. <affiliation><orgname>TuTPro, Inc.</orgname></affiliation>
  25. <address>
  26. <email>[email protected]</email>
  27. </address>
  28. </author>
  29. <editor>
  30. <firstname>Maxim</firstname>
  31. <surname>Sobolev</surname>
  32. <address>
  33. <email>[email protected]</email>
  34. </address>
  35. </editor>
  36. <editor>
  37. <firstname>Bogdan-Andrei</firstname>
  38. <surname>Iancu</surname>
  39. <address>
  40. <email>[email protected]</email>
  41. </address>
  42. </editor>
  43. <editor>
  44. <firstname>Juha</firstname>
  45. <surname>Heinanen</surname>
  46. <address>
  47. <email>[email protected]</email>
  48. </address>
  49. </editor>
  50. <editor>
  51. <firstname>Sas</firstname>
  52. <surname>Ovidiu</surname>
  53. <address>
  54. <email>[email protected]</email>
  55. </address>
  56. </editor>
  57. <editor>
  58. <firstname>Carsten</firstname>
  59. <surname>Bock</surname>
  60. <affiliation><orgname>ng-voice GmbH</orgname></affiliation>
  61. <address>
  62. <email>[email protected]</email>
  63. </address>
  64. </editor>
  65. </authorgroup>
  66. <copyright>
  67. <year>2003-2008</year>
  68. <holder>Sippy Software, Inc.</holder>
  69. </copyright>
  70. <copyright>
  71. <year>2005</year>
  72. <holder>Voice Sistem SRL</holder>
  73. </copyright>
  74. <copyright>
  75. <year>2009-2012</year>
  76. <holder>TuTPro Inc.</holder>
  77. </copyright>
  78. <copyright>
  79. <year>2010</year>
  80. <holder><ulink url='http://www.voipembedded.com'>VoIPEmbedded Inc.</ulink></holder>
  81. </copyright>
  82. </bookinfo>
  83. <toc></toc>
  84. <xi:include href="rtpproxy_admin.xml"/>
  85. <xi:include href="rtpproxy_faq.xml"/>
  86. </book>