On Sat, Mar 24, 2018 at 01:42:41PM +0100, Henning Westerholt wrote:
I had a quick look to the code, there are also additional code changes necessary if we want to remove this flag. Just making it optional in mod_init() will probably not work.
dlg_onreq() is installed as TM callback and if its match the dlg_flag a new dialog is created. Not sure if there will be a match if we set it to -1, the current default value. Setting it to 0 will not work, as then it would match this flag set in the cfg (if an user set this for some other logic).
Is this meant to imply that calling dlg_manage() upon relay of initial INVITE implicitly sets the flag internally?