opensips/opensips.cfg

changeset 382
b972dc20871f
parent 377
67e813202d53
child 397
c98ae03f4266
     1.1 --- a/opensips/opensips.cfg	Wed Sep 21 14:31:41 2011 +0200
     1.2 +++ b/opensips/opensips.cfg	Wed Sep 21 16:06:14 2011 +0200
     1.3 @@ -115,6 +115,7 @@
     1.4  modparam("usrloc|uri|auth_db", "db_url", "text://@l_prefix@/var/opensips/db")
     1.5  
     1.6  # ----- rr params -----
     1.7 +modparam("rr", "enable_full_lr", 1)  # add value to ;lr param for broken UAs
     1.8  modparam("rr", "append_fromtag", 1)  # important when using detect_direction
     1.9  
    1.10  # ----- usrloc params -----
    1.11 @@ -129,6 +130,7 @@
    1.12  modparam("acc", "db_url", "dbtext://@l_prefix@/var/opensips/db")
    1.13  #modparam("acc", "db_url", "flatstore:@l_prefix@/var/opensips/acc")
    1.14  modparam("acc", "early_media", 1)
    1.15 +modparam("acc", "report_ack", 1)
    1.16  modparam("acc", "report_cancels", 1)
    1.17  modparam("acc", "detect_direction", 1)
    1.18  modparam("acc", "log_level", 2)

mercurial