2
0

dialog_ng.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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>dialog_ng Module</title>
  11. <productname class="trade">&kamailioname;</productname>
  12. <authorgroup>
  13. <author>
  14. <firstname>Bogdan-Andrei</firstname>
  15. <surname>Iancu</surname>
  16. <affiliation>
  17. <orgname>Voice Sistem SRL</orgname>
  18. </affiliation>
  19. <address>
  20. <email>[email protected]</email>
  21. </address>
  22. </author>
  23. <author>
  24. <firstname>Carsten</firstname>
  25. <surname>Bock</surname>
  26. <affiliation>
  27. <orgname>ng-voice GmbH</orgname>
  28. </affiliation>
  29. <address>
  30. <email>[email protected]</email>
  31. </address>
  32. </author>
  33. <author>
  34. <firstname>Jason</firstname>
  35. <surname>Penton</surname>
  36. <affiliation>
  37. <orgname>Smile Communications</orgname>
  38. </affiliation>
  39. <address>
  40. <email>[email protected]</email>
  41. </address>
  42. </author>
  43. <author>
  44. <firstname>Richard</firstname>
  45. <surname>Good</surname>
  46. <affiliation>
  47. <orgname>Smile Communications</orgname>
  48. </affiliation>
  49. <address>
  50. <email>[email protected]</email>
  51. </address>
  52. </author>
  53. <editor>
  54. <firstname>Bogdan-Andrei</firstname>
  55. <surname>Iancu</surname>
  56. <address>
  57. <email>[email protected]</email>
  58. </address>
  59. </editor>
  60. <editor>
  61. <firstname>Carsten</firstname>
  62. <surname>Bock</surname>
  63. <address>
  64. <email>[email protected]</email>
  65. </address>
  66. </editor>
  67. <editor>
  68. <firstname>Jason</firstname>
  69. <surname>Penton</surname>
  70. <address>
  71. <email>[email protected]</email>
  72. </address>
  73. </editor>
  74. <editor>
  75. <firstname>Richard</firstname>
  76. <surname>Good</surname>
  77. <address>
  78. <email>[email protected]</email>
  79. </address>
  80. </editor>
  81. </authorgroup>
  82. <copyright>
  83. <year>2006</year>
  84. <holder>Voice Sistem SRL</holder>
  85. </copyright>
  86. <copyright>
  87. <year>2011-2013</year>
  88. <holder>Carsten Bock, http://www.ng-voice.com</holder>
  89. </copyright>
  90. </bookinfo>
  91. <toc></toc>
  92. <xi:include href="dialog_ng_admin.xml"/>
  93. <xi:include href="dialog_ng_devel.xml"/>
  94. <xi:include href="dialog_ng_faq.xml"/>
  95. </book>