Description

when using exclude_hf_value function to exclude values on Supported header there is a comma left after applying the exclude

Troubleshooting

Before exclude_hf_value call : Supported: 100rel, path, replaces

After exclude_hf_value call : Supported: 100rel,

Reproduction

simple with sipp

route {
        exclude_hf_value("Supported", "replaces");
        exclude_hf_value("Supported", "path");
}

Debugging Data

(paste your debugging data here)

Log Messages

(paste your log messages here)

SIP Traffic

(paste your sip traffic here)

Possible Solutions

Additional Information

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.Message ID: <kamailio/kamailio/issues/3180@github.com>