osip.sgml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
  2. <!ENTITY dhfirstname "<firstname>Aymeric</firstname>">
  3. <!ENTITY dhsurname "<surname>MOIZARD</surname>">
  4. <!ENTITY dhdate "<date>Jan 15, 2016</date>">
  5. <!ENTITY dhsection "<manvolnum>1</manvolnum>">
  6. <!ENTITY dhemail "<email>amoizard at antisip.com</email>">
  7. <!ENTITY dhusername "Aymeric Moizard">
  8. <!ENTITY dhucpackage "<refentrytitle>libosip</refentrytitle>">
  9. <!ENTITY dhpackage "libosip2">
  10. <!ENTITY debian "<productname>Debian</productname>">
  11. <!ENTITY gnu "<acronym>GNU</acronym>">
  12. ]>
  13. <refentry>
  14. <refentryinfo>
  15. <address>
  16. &dhemail;
  17. </address>
  18. <author>
  19. &dhfirstname;
  20. &dhsurname;
  21. </author>
  22. <copyright>
  23. <year>2001-2020</year>
  24. <holder>&dhusername;</holder>
  25. </copyright>
  26. &dhdate;
  27. </refentryinfo>
  28. <refmeta>
  29. &dhucpackage;
  30. &dhsection;
  31. </refmeta>
  32. <refnamediv>
  33. <refname>&dhpackage;</refname>
  34. <refpurpose>The GNU oSIP library is a low layer SIP implementation.
  35. </refpurpose>
  36. </refnamediv>
  37. <refsynopsisdiv>
  38. <cmdsynopsis>
  39. <command>#include &#60;include/osipparser2/osip_const.h&#62;</command>
  40. </cmdsynopsis>
  41. <cmdsynopsis>
  42. <command>#include &#60;include/osipparser2/osip_md5.h&#62;</command>
  43. </cmdsynopsis>
  44. <cmdsynopsis>
  45. <command>#include &#60;include/osipparser2/osip_list.h&#62;</command>
  46. </cmdsynopsis>
  47. <cmdsynopsis>
  48. <command>#include &#60;include/osipparser2/osip_uri.h&#62;</command>
  49. </cmdsynopsis>
  50. <cmdsynopsis>
  51. <command>#include &#60;include/osipparser2/osip_message.h&#62;</command>
  52. </cmdsynopsis>
  53. <cmdsynopsis>
  54. <command>#include &#60;include/osipparser2/osip_port.h&#62;</command>
  55. </cmdsynopsis>
  56. <cmdsynopsis>
  57. <command>#include &#60;include/osipparser2/sdp_message.h&#62;</command>
  58. </cmdsynopsis>
  59. <cmdsynopsis>
  60. <command>#include &#60;include/osipparser2/osip_headers.h&#62;</command>
  61. </cmdsynopsis>
  62. <cmdsynopsis>
  63. <command>#include &#60;include/osipparser2/osip_body.h&#62;</command>
  64. </cmdsynopsis>
  65. <cmdsynopsis>
  66. <command>#include &#60;include/osipparser2/osip_rfc3264.h&#62;</command>
  67. </cmdsynopsis>
  68. <cmdsynopsis>
  69. <command>#include &#60;include/osipparser2/osip_parser.h&#62;</command>
  70. </cmdsynopsis>
  71. <cmdsynopsis>
  72. <command>-losipparser2</command>
  73. <arg><option>The uri, SIP and SDP parsers</option></arg>
  74. </cmdsynopsis>
  75. <cmdsynopsis>
  76. <command>#include &#60;include/osip2/osip.h&#62;</command>
  77. </cmdsynopsis>
  78. <cmdsynopsis>
  79. <command>#include &#60;include/osip2/osip_fifo.h&#62;</command>
  80. </cmdsynopsis>
  81. <cmdsynopsis>
  82. <command>#include &#60;include/osip2/osip_dialog.h&#62;</command>
  83. </cmdsynopsis>
  84. <cmdsynopsis>
  85. <command>#include &#60;include/osip2/osip_mt.h&#62;</command>
  86. </cmdsynopsis>
  87. <cmdsynopsis>
  88. <command>#include &#60;include/osip2/osip_condv.h&#62;</command>
  89. </cmdsynopsis>
  90. <cmdsynopsis>
  91. <command>#include &#60;include/osip2/osip_negotiation.h&#62; //OBSOLETE</command>
  92. </cmdsynopsis>
  93. <cmdsynopsis>
  94. <command>-losip2</command>
  95. <arg><option>The SIP transaction and the dialog API</option></arg>
  96. </cmdsynopsis>
  97. </refsynopsisdiv>
  98. <refsect1>
  99. <title>DESCRIPTION</title>
  100. <para>This manual page documents briefly the
  101. <command>&dhpackage;</command> library.</para>
  102. </refsect1>
  103. <refsect1>
  104. <title>API and Reference Documentation</title>
  105. <para>API reference & Doxygen documentation is available for
  106. osip at http://www.gnu.org/software/osip/</para>
  107. </refsect1>
  108. <refsect1>
  109. <title>osip general overview.</title>
  110. <para>The file help/man/osip.html in the source distribution
  111. should give you a nice amount of informations about the
  112. osip stack.</para>
  113. </refsect1>
  114. <refsect1>
  115. <title>Free software projects -send me your project name-</title>
  116. <para>antisip, linphone, bayonne</para>
  117. </refsect1>
  118. <refsect1>
  119. <title>BUGS</title>
  120. <para>Please use the mailing list osip-dev@gnu.org</para>
  121. </refsect1>
  122. <refsect1>
  123. <title>AUTHOR</title>
  124. <para>This manual page was written by &dhusername; &dhemail;.</para>
  125. </refsect1>
  126. </refentry>