|
@@ -4,7 +4,7 @@
|
|
|
# Kamailio basic configuration script
|
|
|
# by Anca Vamanu <[email protected]>
|
|
|
#
|
|
|
-# Please refer to the Core CookBook at http://www.kamailio.org/dokuwiki/doku.php
|
|
|
+# Please refer to the Core CookBook at https://www.kamailio.org/wikidocs/cookbooks/devel/core/
|
|
|
# for an explanation of possible statements, functions and parameters.
|
|
|
#
|
|
|
|
|
@@ -127,7 +127,7 @@ modparam("uri_db", "db_url", "")
|
|
|
modparam("acc", "early_media", 1)
|
|
|
modparam("acc", "report_ack", 1)
|
|
|
modparam("acc", "report_cancels", 1)
|
|
|
-/* by default ww do not adjust the direct of the sequential requests.
|
|
|
+/* by default we do not adjust the direct of the sequential requests.
|
|
|
if you enable this parameter, be sure the enable "append_fromtag"
|
|
|
in "rr" module */
|
|
|
modparam("acc", "detect_direction", 0)
|
|
@@ -205,7 +205,7 @@ route{
|
|
|
# take the path determined by record-routing
|
|
|
if (loose_route()) {
|
|
|
if (is_method("BYE")) {
|
|
|
- setflag(1); # do accouting ...
|
|
|
+ setflag(1); # do accounting ...
|
|
|
setflag(3); # ... even if the transaction fails
|
|
|
}
|
|
|
route(1);
|
|
@@ -265,7 +265,7 @@ route{
|
|
|
|
|
|
# account only INVITEs
|
|
|
if (is_method("INVITE")) {
|
|
|
- setflag(1); # do accouting
|
|
|
+ setflag(1); # do accounting
|
|
|
}
|
|
|
if (!uri==myself)
|
|
|
/* replace with following line if multi-domain support is used */
|