https://www.kamailio.org/docs/modules/devel/modules/dialog#dialog.p.dlg_filter_mode 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:
Please document the meaning of the default value 0.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.