Pre-Submission Checklist
Type Of Change
Checklist:
Description
This PR fixes small bugs, and improves docs.
Main bug fix:
- Fixup now should be able to handle the string from
.cfg
with multiple PVs, strings, and more.
- Add fixup_free functions
Smaller fixes:
base_folder
should not contain a trailing slash. Trailing slash is allowed, but resulting paths can contain //log_file.extenion
, which in more OS is fine and equal to /
.
- Add initial Readme and fix some docs.
- Switch to
str
type in internal types for better string handling.
- Free message when done
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3756
Commit Summary
- 1f4bf0d file_out: Change default base folder format
- 513a822 file_out: Add initial Readme and improve docs
- 582ec8f file_out: Switch to str type for string handling
- 792f822 file_out: Free message when done
- 859bdd3 file_out: Improve logging
- a6728f1 file_out: Fix fixup functions to handle all string.
File Changes
(5 files)
Patch Links:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3756@github.com>