dialog_ng_faq.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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>use_tight_match</quote>
  15. parameter?</para>
  16. </question>
  17. <answer>
  18. <para>
  19. The parameter was removed with version 1.3 as the option of tight
  20. matching became mandatory and not configurable. Now, the tight
  21. matching is done all the time (when using DID matching).
  22. </para>
  23. </answer>
  24. </qandaentry>
  25. <qandaentry>
  26. <question>
  27. <para>Why is there a dialog_ng module and a dialog module?</para>
  28. </question>
  29. <answer>
  30. <para>
  31. The dialog_ng module addresses shortcomings in the intial dialog
  32. module design. It makes some large changes to the API and
  33. therefore must be introduced slowly. It is currently in the
  34. early development stages. Eventually the dialog_ng module should
  35. replace the dialog module.
  36. </para>
  37. </answer>
  38. </qandaentry>
  39. <qandaentry>
  40. <question>
  41. <para>Where can I find more about &kamailio;?</para>
  42. </question>
  43. <answer>
  44. <para>
  45. Take a look at &kamailiohomelink;.
  46. </para>
  47. </answer>
  48. </qandaentry>
  49. <qandaentry>
  50. <question>
  51. <para>Where can I post a question about this module?</para>
  52. </question>
  53. <answer>
  54. <para>
  55. First at all check if your question was already answered on one of
  56. our mailing lists:
  57. </para>
  58. <itemizedlist>
  59. <listitem>
  60. <para>User Mailing List - &kamailiouserslink;</para>
  61. </listitem>
  62. <listitem>
  63. <para>Developer Mailing List - &kamailiodevlink;</para>
  64. </listitem>
  65. </itemizedlist>
  66. <para>
  67. E-mails regarding any stable &kamailio; release should be sent to
  68. &kamailiousersmail; and e-mails regarding development versions
  69. should be sent to &kamailiodevmail;.
  70. </para>
  71. <para>
  72. If you want to keep the mail private, send it to
  73. &kamailiohelpmail;.
  74. </para>
  75. </answer>
  76. </qandaentry>
  77. <qandaentry>
  78. <question>
  79. <para>How can I report a bug?</para>
  80. </question>
  81. <answer>
  82. <para>
  83. Please follow the guidelines provided at:
  84. &kamailiobugslink;.
  85. </para>
  86. </answer>
  87. </qandaentry>
  88. </qandaset>
  89. </chapter>