Hello all,
We would like to inform you about a recent
PR<https://github.com/kamailio/kamailio/pull/3961>
(
https://github.com/kamailio/kamailio/pull/3961) that introduces changes related to the
dialog flag handling.
Summary of Changes:
* Removal of dlg_flag: The dlg_flag has been removed from the dialog module.
*
Replace with call of dlg_manage(): We recommend using the function dlg_manage() as a
replacement to handle the necessary functionality. Please refer to the updated
documentation for more details.
Affected Modules:
1.
These modules only required updated documentation that references the use of dlg_flag
instead dlg_manage().
* acc
* qos
* pua_dialoginfo
* sst
1.
Usage Changes (Dialog Flag Handling Removed):
In these modules, the code related to reading and checking the dialog flag has been
removed. Additionally, the setting of the message internal flag has been removed. If you
need to track the dialog or call state, you MUST now call dlg_manage() explicitly in the
kamailio config
* call_control
* cnxcc
* mediaproxy
* nat_traversal
Please review the updated documentation for further guidance on the use of dlg_manage().
Feel free to reach out with any questions, concerns and report any issue due to this
change.
Best regards,
Xenofon Karamanos