Re: [SR-Users] Clarification on is_known_dlg()

2012-11-20 Thread Alex Balashov
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

[SR-Users] Clarification on is_known_dlg()

2012-11-20 Thread David
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