diff -r 8ddd39bcf2ec -r b972dc20871f opensips/opensips.cfg --- a/opensips/opensips.cfg Wed Sep 21 14:31:41 2011 +0200 +++ b/opensips/opensips.cfg Wed Sep 21 16:06:14 2011 +0200 @@ -115,6 +115,7 @@ 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 ----- @@ -129,6 +130,7 @@ 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)