t_msgbuilder.c build_uac_req() has:

        if(headers == NULL || headers->len < 15
                        || _strnstr(headers->s, "Max-Forwards:", headers->len) 
== NULL) {
                maxfwd_len = MAXFWD_HEADER_LEN;
        } else {
                maxfwd_len = 0;
        }

It should add Max-Forwards if it missing, but for some reason it does not
happen with ACK.

-- Juha
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions
To unsubscribe send an email to sr-users-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!
Edit mailing list options or unsubscribe:

Reply via email to