<div dir="ltr">Hello,<div><br></div><div>i try to get dialog-infos to see how many calls are running on my kamailio.</div><div>But i can not figure out what steps are necessary to get this running.</div><div><br></div><div>loading the module and the dependencies - check.</div><div>set and dlg_flag via module param - check.</div><div><br></div><div>MUST i use a DB?! Or what is missing?</div><div><br></div><div><br></div><div><div> kamctl stats | grep dialog</div><div>    "dialog:active_dialogs = 0",</div><div>    "dialog:early_dialogs = 0",</div><div>    "dialog:expired_dialogs = 0",</div><div>    "dialog:failed_dialogs = 0",</div><div>    "dialog:processed_dialogs = 0",</div><div><br></div><div>the dialog snippets (grep out ouf my config):</div><div><br></div><div>#!define DLG_FLAG 8</div><div>  <br></div><div>loadmodule "dialog.so"<br></div><div>modparam("dialog", "dlg_flag", DLG_FLAG)<br></div><div>modparam("dialog", "dlg_match_mode", 1)</div><div>modparam("dialog", "rr_param", "did")</div><div>modparam("dialog", "profiles_with_value", "active_calls; inbound_calls; outbound_calls")</div><div>modparam("dialog", "send_bye", 1)</div><div>modparam("dialog", "enable_stats", 1)</div><div>modparam("dialog", "dlg_extra_hdrs", "Hint: inactivity timeout\r\n") # Added to requests generated locally by the module (e.g. BYE)</div><div>modparam("dialog", "track_cseq_updates", 1)</div><div><br></div><div><br></div>-- <br><div class="gmail_signature">Kind Regards<br>*Karsten Horsmann*<br></div>
</div></div>