opensips/opensips.cfg

changeset 382
b972dc20871f
parent 377
67e813202d53
child 397
c98ae03f4266
equal deleted inserted replaced
1:14b31eac7d5c 2:068a17cdc25d
113 113
114 # ----- multimodule params ----- 114 # ----- multimodule params -----
115 modparam("usrloc|uri|auth_db", "db_url", "text://@l_prefix@/var/opensips/db") 115 modparam("usrloc|uri|auth_db", "db_url", "text://@l_prefix@/var/opensips/db")
116 116
117 # ----- rr params ----- 117 # ----- rr params -----
118 modparam("rr", "enable_full_lr", 1) # add value to ;lr param for broken UAs
118 modparam("rr", "append_fromtag", 1) # important when using detect_direction 119 modparam("rr", "append_fromtag", 1) # important when using detect_direction
119 120
120 # ----- usrloc params ----- 121 # ----- usrloc params -----
121 /* see 'multimodule params' as well */ 122 /* see 'multimodule params' as well */
122 modparam("usrloc", "db_mode", 2) # Write back database persistence scheme 123 modparam("usrloc", "db_mode", 2) # Write back database persistence scheme
127 # ----- acc params ----- 128 # ----- acc params -----
128 /* see 'multimodule params' as well */ 129 /* see 'multimodule params' as well */
129 modparam("acc", "db_url", "dbtext://@l_prefix@/var/opensips/db") 130 modparam("acc", "db_url", "dbtext://@l_prefix@/var/opensips/db")
130 #modparam("acc", "db_url", "flatstore:@l_prefix@/var/opensips/acc") 131 #modparam("acc", "db_url", "flatstore:@l_prefix@/var/opensips/acc")
131 modparam("acc", "early_media", 1) 132 modparam("acc", "early_media", 1)
133 modparam("acc", "report_ack", 1)
132 modparam("acc", "report_cancels", 1) 134 modparam("acc", "report_cancels", 1)
133 modparam("acc", "detect_direction", 1) 135 modparam("acc", "detect_direction", 1)
134 modparam("acc", "log_level", 2) 136 modparam("acc", "log_level", 2)
135 modparam("acc", "log_flag", 1) 137 modparam("acc", "log_flag", 1)
136 modparam("acc", "log_missed_flag", 2) 138 modparam("acc", "log_missed_flag", 2)

mercurial