Thank you Henning
I think it is clear to me now.
Tomi
On 27 Mar 2018, at 22.33, Henning Westerholt hw@kamailio.org wrote:
Am Dienstag, 27. März 2018, 18:05:25 CEST schrieb Tomi Hakkarainen:
Why is the dlg_flag set to 8 What is the purpose of that on the modparam?
I did not find from the documentation the meaning or did not understand :)
Hello Tomi,
there are two ways of actually tell the dialog module to track a certain dialog:
- call dlg_manage() in cfg
- set the dlg_flag with setflag() in the cfg before transaction creation
For compatibility reasons you need to set the dlg_flag currently, even if you don't use it and only use dlg_manage().
Best regards,
Henning