app_perl_faq.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>Are there known bugs in the Perl module?</para>
  15. </question>
  16. <answer>
  17. <para>
  18. The Perl module does have a few shortcomings that may be regarded as bugs.
  19. </para>
  20. <itemizedlist>
  21. <listitem>
  22. <para>Missing module functions. Not all functions of other modules are
  23. available for Perl access. The reason for this is a design property of
  24. &kamailio;. Making available more functions is work in progress.</para>
  25. </listitem>
  26. <listitem>
  27. <para>Perl and threads. Perl itself is, when compiled with the correct
  28. parameters, thread safe; unfortunately, not all Perl modules are.
  29. The DBI modules, especially (but not restricted to) DBI::ODBC are known
  30. NOT to be thread safe.</para>
  31. <para>Using DBI::ODBC -- and possibly other non-thread-safe Perl
  32. extensions -- may result in erroneous behavior of &kamailio;, including
  33. (but not restricted to) server crashes and wrong routing.</para>
  34. </listitem>
  35. </itemizedlist>
  36. </answer>
  37. </qandaentry>
  38. <qandaentry>
  39. <question>
  40. <para>Where can I find more about &kamailio;?</para>
  41. </question>
  42. <answer>
  43. <para>
  44. Take a look at &kamailiohomelink;.
  45. </para>
  46. </answer>
  47. </qandaentry>
  48. <qandaentry>
  49. <question>
  50. <para>Where can I post a question about this module?</para>
  51. </question>
  52. <answer>
  53. <para>
  54. First at all check if your question was already answered on one of
  55. our mailing lists:
  56. </para>
  57. <itemizedlist>
  58. <listitem>
  59. <para>User Mailing List - &kamailiouserslink;</para>
  60. </listitem>
  61. <listitem>
  62. <para>Developer Mailing List - &kamailiodevlink;</para>
  63. </listitem>
  64. </itemizedlist>
  65. <para>
  66. E-mails regarding any stable &kamailio; release should be sent to
  67. &kamailiousersmail; and e-mails regarding development versions
  68. should be sent to &kamailiodevmail;.
  69. </para>
  70. <para>
  71. If you want to keep the mail private, send it to
  72. &kamailiohelpmail;.
  73. </para>
  74. </answer>
  75. </qandaentry>
  76. <qandaentry>
  77. <question>
  78. <para>How can I report a bug?</para>
  79. </question>
  80. <answer>
  81. <para>
  82. Please follow the guidelines provided at:
  83. &kamailiobugslink;.
  84. </para>
  85. </answer>
  86. </qandaentry>
  87. </qandaset>
  88. </chapter>