1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?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>What happend with <quote>use_tight_match</quote>
- parameter?</para>
- </question>
- <answer>
- <para>
- The parameter was removed with version 1.3 as the option of tight
- matching became mandatory and not configurable. Now, the tight
- matching is done all the time (when using DID matching).
- </para>
- </answer>
- </qandaentry>
- <qandaentry>
- <question>
- <para>Why is there a dialog_ng module and a dialog module?</para>
- </question>
- <answer>
- <para>
- The dialog_ng module addresses shortcomings in the intial dialog
- module design. It makes some large changes to the API and
- therefore must be introduced slowly. It is currently in the
- early development stages. Eventually the dialog_ng module should
- replace the dialog module.
- </para>
- </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>
|