1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
<?xml version="1.0" encoding='ISO-8859-1'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!-- Include general documentation entities -->
<!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
%docentities;
]>
<!-- Module FAQ -->
<chapter>
<title>&faqguide;</title>
<qandaset defaultlabel="number">
<qandaentry>
<question>
<para>Are there known bugs in the Perl module?</para>
</question>
<answer>
<para>
The Perl module does have a few shortcomings that may be regarded as bugs.
</para>
<itemizedlist>
<listitem>
<para>Missing module functions. Not all functions of other modules are
available for Perl access. The reason for this is a design property of
&kamailio;. Making available more functions is work in progress.</para>
</listitem>
<listitem>
<para>Perl and threads. Perl itself is, when compiled with the correct
parameters, thread safe; unfortunately, not all Perl modules are.
The DBI modules, especially (but not restricted to) DBI::ODBC are known
NOT to be thread safe.</para>
<para>Using DBI::ODBC -- and possibly other non-thread-safe Perl
extensions -- may result in erroneous behavior of &kamailio;, including
(but not restricted to) server crashes and wrong routing.</para>
</listitem>
</itemizedlist>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Where can I find more about &kamailio;?</para>
</question>
<answer>
<para>
Take a look at &kamailiohomelink;.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Where can I post a question about this module?</para>
</question>
<answer>
<para>
First at all check if your question was already answered on one of
our mailing lists:
</para>
<itemizedlist>
<listitem>
<para>User Mailing List - &kamailiouserslink;</para>
</listitem>
<listitem>
<para>Developer Mailing List - &kamailiodevlink;</para>
</listitem>
</itemizedlist>
<para>
E-mails regarding any stable &kamailio; release should be sent to
&kamailiousersmail; and e-mails regarding development versions
should be sent to &kamailiodevmail;.
</para>
<para>
If you want to keep the mail private, send it to
&kamailiohelpmail;.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How can I report a bug?</para>
</question>
<answer>
<para>
Please follow the guidelines provided at:
&kamailiobugslink;.
</para>
</answer>
</qandaentry>
</qandaset>
</chapter>
|