diff -r 610cba0674b9 -r c98ae03f4266 opensips/opensips.cfg --- a/opensips/opensips.cfg Thu Dec 01 13:24:24 2011 +0100 +++ b/opensips/opensips.cfg Thu Dec 01 13:33:32 2011 +0100 @@ -115,7 +115,6 @@ modparam("usrloc|uri|auth_db", "db_url", "text://@l_prefix@/var/opensips/db") # ----- rr params ----- -modparam("rr", "enable_full_lr", 1) # add value to ;lr param for broken UAs modparam("rr", "append_fromtag", 1) # important when using detect_direction # ----- usrloc params ----- @@ -130,7 +129,6 @@ modparam("acc", "db_url", "dbtext://@l_prefix@/var/opensips/db") #modparam("acc", "db_url", "flatstore:@l_prefix@/var/opensips/acc") modparam("acc", "early_media", 1) -modparam("acc", "report_ack", 1) modparam("acc", "report_cancels", 1) modparam("acc", "detect_direction", 1) modparam("acc", "log_level", 2)