|
@@ -43,7 +43,7 @@ rev_dns=no # (cmd. line: -R)
|
|
|
#group=ser
|
|
|
#disable_core=yes #disables core dumping
|
|
|
#open_fd_limit=1024 # sets the open file descriptors limit
|
|
|
-#mhomed=yes # usefull for multihomed hosts, small performance penalty
|
|
|
+#mhomed=yes # useful for multihomed hosts, small performance penalty
|
|
|
#disable_tcp=yes
|
|
|
#tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
|
|
|
|
|
@@ -132,7 +132,7 @@ modparam("ctl", "fifo", "fifo:/tmp/ser_fifo")
|
|
|
# failed transactions (=negative responses) should be logged to
|
|
|
modparam("acc_db", "failed_transactions", 1)
|
|
|
|
|
|
-# comment the next line if you dont want to have accounting to DB
|
|
|
+# comment the next line if you don't want to have accounting to DB
|
|
|
modparam("acc_db", "log_flag", "FLAG_ACC")
|
|
|
|
|
|
# -- tm params --
|
|
@@ -194,7 +194,7 @@ route{
|
|
|
|
|
|
route[FORWARD]
|
|
|
{
|
|
|
- # here you could decide wether this call needs a RTP relay or not
|
|
|
+ # here you could decide whether this call needs a RTP relay or not
|
|
|
|
|
|
# send it out now; use stateful forwarding as it works reliably
|
|
|
# even for UDP2TCP
|
|
@@ -282,7 +282,7 @@ route[RR]
|
|
|
# particularly good if upstream and downstream entities
|
|
|
# use different transport protocol
|
|
|
|
|
|
- # if the inital INVITE got the ACC flag store this in
|
|
|
+ # if the initial INVITE got the ACC flag store this in
|
|
|
# an RR AVP cookie. this is more for demonstration purpose
|
|
|
if (isflagset(FLAG_ACC)) {
|
|
|
$account = "yes";
|
|
@@ -303,7 +303,7 @@ route[DOMAIN]
|
|
|
# domain]
|
|
|
lookup_domain("$td", "@to.uri.host");
|
|
|
|
|
|
- # we dont know the domain of the caller and also not
|
|
|
+ # we don't know the domain of the caller and also not
|
|
|
# the domain of the callee -> somone uses our proxy as
|
|
|
# a relay
|
|
|
if (!$t.did && !$f.did) {
|
|
@@ -443,7 +443,7 @@ route[INBOUND]
|
|
|
if (lookup_contacts("location")) {
|
|
|
append_hf("P-hint: usrloc applied\r\n");
|
|
|
|
|
|
- # we set the TM module timers according to the prefences
|
|
|
+ # we set the TM module timers according to the preferences
|
|
|
# of the callee (avoid too long ringing of his phones)
|
|
|
# Note1: timer values have to be in ms now!
|
|
|
# Note2: this makes even more sense if you switch to a voicemail
|