mohqueue.xml 853 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  4. <!-- 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>mohqueue Module</title>
  11. <productname class="trade">&kamailioname;</productname>
  12. <authorgroup>
  13. <author>
  14. <firstname>Robert</firstname>
  15. <surname>Boisvert</surname>
  16. <address>
  17. <email>[email protected]</email>
  18. </address>
  19. </author>
  20. </authorgroup>
  21. <copyright>
  22. <year>2013</year>
  23. <holder>Robert Boisvert, [email protected]</holder>
  24. </copyright>
  25. </bookinfo>
  26. <toc></toc>
  27. <xi:include href="mohqueue_admin.xml" />
  28. </book>