and use it on ``sca`` You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1009
-- Commit Summary --
* core: support for parsing the Call-Info header * sca: use HDR_CALLINFO_T
-- File Changes --
A src/core/parser/case_c_inf.h (41) M src/core/parser/case_call.h (3) M src/core/parser/hf.c (1) M src/core/parser/hf.h (2) M src/core/parser/keys.h (3) M src/core/parser/msg_parser.c (4) M src/core/sip_msg_clone.c (2) M src/modules/sca/sca_call_info.c (36) M src/modules/sca/sca_call_info.h (1) M src/modules/sca/sca_subscribe.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1009.patch https://github.com/kamailio/kamailio/pull/1009.diff
The license for core file has to be bsd-like (e.g., as in src/core/atomic/atomic_native.h or src/modules/topoh/topoh_mod.c), copyright stays with you, so we don't have to hunt you in few more years if we need to link to a new lib that requires an exception like we have for libssl these days.
It can be merged, thanks!
Merged #1009.