Currently, the documentation states the unmatched_cancel parameter accepts a string input, but it only accepts an integer input. Fixing documentation to match the code's expectations.
https://github.com/kamailio/kamailio/blob/b6cebaa76eaa4b98bbba6e271c50dbfa14...
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2958
-- Commit Summary --
* Fix TM Module Doc unmatched_cancel param
-- File Changes --
M src/modules/tm/doc/params.xml (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2958.patch https://github.com/kamailio/kamailio/pull/2958.diff
Thank you, will merge it. For future pull requests, please prefix the module name in the commit message (e.g. in this case "tm: fix unmatched.."). Further details can be found in our contribution guide document.
Merged #2958 into master.