rtpproxy_faq.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. <!-- Module FAQ -->
  9. <chapter>
  10. <title>&faqguide;</title>
  11. <qandaset defaultlabel="number">
  12. <qandaentry>
  13. <question>
  14. <para>What happend with <quote>rtpproxy_disable</quote> parameter?</para>
  15. </question>
  16. <answer>
  17. <para>
  18. It was removed as it became obsolete - now
  19. <quote>rtpproxy_sock</quote> can take empty value to disable the
  20. rtpproxy functionality.
  21. </para>
  22. </answer>
  23. </qandaentry>
  24. <qandaentry>
  25. <question>
  26. <para>Where can I find more about &kamailio;?</para>
  27. </question>
  28. <answer>
  29. <para>
  30. Take a look at &kamailiohomelink;.
  31. </para>
  32. </answer>
  33. </qandaentry>
  34. <qandaentry>
  35. <question>
  36. <para>Where can I post a question about this module?</para>
  37. </question>
  38. <answer>
  39. <para>
  40. First at all check if your question was already answered on one of
  41. our mailing lists:
  42. </para>
  43. <itemizedlist>
  44. <listitem>
  45. <para>User Mailing List - &kamailiouserslink;</para>
  46. </listitem>
  47. <listitem>
  48. <para>Developer Mailing List - &kamailiodevlink;</para>
  49. </listitem>
  50. </itemizedlist>
  51. <para>
  52. E-mails regarding any stable &kamailio; release should be sent to
  53. &kamailiousersmail; and e-mails regarding development versions
  54. should be sent to &kamailiodevmail;.
  55. </para>
  56. <para>
  57. If you want to keep the mail private, send it to
  58. &kamailiohelpmail;.
  59. </para>
  60. </answer>
  61. </qandaentry>
  62. <qandaentry>
  63. <question>
  64. <para>How can I report a bug?</para>
  65. </question>
  66. <answer>
  67. <para>
  68. Please follow the guidelines provided at:
  69. &kamailiobugslink;.
  70. </para>
  71. </answer>
  72. </qandaentry>
  73. </qandaset>
  74. </chapter>