<div dir="ltr">modparam("outbound", "force_outbound_flag", 1) doesn't work.<div><br></div><div>InĀ modules/outbound/ob_mod.c:</div><div><br></div><div>int use_outbound(struct sip_msg *msg)<br></div><div>...</div><div><div>/* If Outbound is forced return success without any further checks */</div><div><span class="" style="white-space:pre">   </span>if (ob_force_flag != -1 && isflagset(msg, ob_force_flag) > 0)</div></div><div><br></div><div>isflagset(msg, ob_force_flag) > 0 is always false, it seems the flag is never set.<br></div><div><br></div><div>If I remove isflagset(msg, ob_force_flag) > 0, it works, and the token is added in Path header.</div><div><br></div><div>What's the isflagset() supposed to check ?</div><div><br></div><div>I'm using the edge proxy example atĀ <a href="http://kamailio.org/docs/modules/4.2.x/modules/outbound.html#idp190984">http://kamailio.org/docs/modules/4.2.x/modules/outbound.html#idp190984</a></div><div><br></div><div>Thanks.</div></div>