Module: kamailio Branch: master Commit: b85ecbcc88423865161112a7a722bbd683d946fe URL: https://github.com/kamailio/kamailio/commit/b85ecbcc88423865161112a7a722bbd683d946fe
Author: sergey-safarov <[email protected]> Committer: GitHub <[email protected]> Date: 2025-12-08T17:24:44+01:00 outbound: added check_flow_token function * outbound: added check_flow_token function Added check_flow_token function that checks first Route header and flow-token presence, validaty and expiration in this header. -8 cannot parse headers -7 URI cannot be parsed in the first Route header -6 flow token expired -5 connection associated with flow does not exist -4 failed to decode flow token -3 no flow token, Route header present -2 Route URI is not Kamailio -1 no Route header present 1 valid flow (connection) present * outbound: docbook - fixed 'Attribute "xmlns:xi" must be declared for element type' * outbound: fixed xml validation errors * outbound: added check_flow_token documentation --------- Co-authored-by: Nikolay Ivanuschak <[email protected]> --- Modified: src/modules/outbound/doc/outbound.xml Modified: src/modules/outbound/doc/outbound_admin.xml Modified: src/modules/outbound/outbound_mod.c --- Diff: https://github.com/kamailio/kamailio/commit/b85ecbcc88423865161112a7a722bbd683d946fe.diff Patch: https://github.com/kamailio/kamailio/commit/b85ecbcc88423865161112a7a722bbd683d946fe.patch _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
