Hello,
most probably Max-Forward matches this:
remove_hf_re("X-.*");
Iirc, the regexp is case insensitive. You should use:
remove_hf_re("^X-.*");
In this way you are sure you don't match any "X-" inside header name.
Cheers,
Daniel
On 29/10/14 16:29, Mike Dunton wrote:
> Readers,
>
> I am hav
Readers,
I am having issues with passing the max-forward header to my freeswitch
service.
Here are the sip invites
Here is a call coming from a kazoo box though my carrier Into kamailio.
Kamailio shows it has Max-Forward after the sanitize check, but when it
reaches freeswitch no Max-Forward Hea