when using exclude_hf_value function to exclude values on Supported header there is a comma left after applying the exclude
Before exclude_hf_value call : Supported: 100rel, path, replaces
After exclude_hf_value call : Supported: 100rel,
simple with sipp
route {
exclude_hf_value("Supported", "replaces");
exclude_hf_value("Supported", "path");
}
(paste your debugging data here)
(paste your log messages here)
(paste your sip traffic here)
kamailio -v
tested on kamailio 5.5.4 and kamailio 5.6.0
debian bullseye
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.