https://www.kamailio.org/docs/modules/devel/modules/dialog#dialog.p.dlg_fil… says
for dialog.dlg_filter_mode (int)
Set dialog fitering mode, which can specify what
dialogs are processed. Its value can be a combination (the sum) of following flags:
1 - do not send keepalives and do not execute timeout function if dialog is not local
(if the associated bind address is not a local socket).
Default value is “0”.
As you can see, the definition of 1 is a double negation and there is no definition for 0.
What means 0:
- do not send keepalives and do not execute timeout function if dialog is local
- send keepalives and execute timeout function if dialog is not local
- send keepalives and execute timeout function if dialog is local
Please document the meaning of the default value 0.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3336
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3336(a)github.com>