[Kamailio-Devel] Improving RR section in default kamailio.cfg

Iñaki Baz Castillo ibc at aliax.net
Mon Mar 9 23:53:06 CET 2009


Hi, the current RR section in kamailio.cfg is:

    if (!is_method("REGISTER|MESSAGE"))
        record_route();

The above code forgets PUBLISH. I propose to change the code and just mention 
those requests forming a dialog. It would be cleaner:

    if (is_method("INVITE|SUBSCRIBE"))
        record_route();

Do you agree? could I submit this change?

Regards.

-- 
Iñaki Baz Castillo



More information about the Devel mailing list