That is indeed right.
David wrote:
>Hello,
>
>I am running Kamailio 3.2.3. I am storing dialogs in the database table
>
>dialog.
>
>
>loadmodule "dialog.so"
>modparam("dialog", "dlg_flag", 4)
>modparam("dialog", "db_mode", 1)
>
>
>later I have :
>
>if ( is_known_dlg() )
>{
>
>}
>
>
>I would lik
Hello,
I am running Kamailio 3.2.3. I am storing dialogs in the database table
dialog.
loadmodule "dialog.so"
modparam("dialog", "dlg_flag", 4)
modparam("dialog", "db_mode", 1)
later I have :
if ( is_known_dlg() )
{
}
I would like a clarification on how the matching is done. Given that