doc/
subfolder, the README file is autogenerated)There was missing information of type identifiers that can be used in rpc tutorial docs. This is an update to those docs. The most recent I could find was for 5.7.
Maybe there is a need for manual updating the page?
Also during the relevant PR #4227 , we found the t
identifier is never used in the code. since it can overflow on 64bit systems due to being a long
and not int
type when saved/load, maybe we can remove it completely?. One can just cast the time_t
to the relevant type and use the correct identifier as done in https://github.com/kamailio/kamailio/blob/2081b3aac394223b68b849fbac2a9e5ac4392334/src/modules/dispatcher/dispatcher.c#L1978-L1990
https://github.com/kamailio/kamailio/pull/4228
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.