Skip to content

Commit

Permalink
misc/examples: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent d7061b4 commit e6bdf65
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion misc/examples/kamailio/acc.cfg
Expand Up @@ -59,7 +59,7 @@ route{
# record-route INVITES to make sure BYEs will visit our server too
if (method=="INVITE") record_route();

# forward the request statefuly now; (we need *stateful* forwarding,
# forward the request statefully now; (we need *stateful* forwarding,
# because the stateful mode correlates requests with replies and
# drops retranmissions; otherwise, we would have to report on
# every single message received)
Expand Down
2 changes: 1 addition & 1 deletion misc/examples/mixed/acc.cfg
Expand Up @@ -50,7 +50,7 @@ route{
# record-route INVITES to make sure BYEs will visit our server too
if (method=="INVITE") record_route();

# forward the request statefuly now; (we need *stateful* forwarding,
# forward the request statefully now; (we need *stateful* forwarding,
# because the stateful mode correlates requests with replies and
# drops retranmissions; otherwise, we would have to report on
# every single message received)
Expand Down
2 changes: 1 addition & 1 deletion misc/examples/mixed/uas.cfg
Expand Up @@ -4,7 +4,7 @@
# this example shows usage of ser as user agent
# server which does some functionality (in this
# example, 'log' is used to print a notification
# on a new transaction) and behaves statefuly
# on a new transaction) and behaves statefully
# (e.g., it retransmits replies on request
# retransmissions)

Expand Down
2 changes: 1 addition & 1 deletion misc/examples/obsoleted/backup.cfg
Expand Up @@ -92,7 +92,7 @@ modparam("acc", "log_level", 1)
# that is the flag for which we will account -- don't forget to
# set the same one :-)
modparam("acc", "acc_flag", 1 )
# we are interested only in succesful transactions
# we are interested only in successful transactions
modparam("acc", "failed_transactions", 0 )

# -- tm params --
Expand Down
2 changes: 1 addition & 1 deletion misc/examples/obsoleted/test.cfg
Expand Up @@ -82,7 +82,7 @@ modparam("acc", "log_level", 1)
# that is the flag for which we will account -- don't forget to
# set the same one :-)
modparam("acc", "acc_flag", 1 )
# we are interested only in succesful transactions
# we are interested only in successful transactions
modparam("acc", "failed_transactions", 0 )

# -- tm params --
Expand Down
2 changes: 1 addition & 1 deletion misc/examples/obsoleted/tmtest.cfg
Expand Up @@ -56,7 +56,7 @@ modparam("acc", "log_level", 1)
# that is the flag for which we will account -- don't forget to
# set the same one :-)
modparam("acc", "acc_flag", 3 )
# we are interested only in succesful transactions
# we are interested only in successful transactions
modparam("acc", "failed_transactions", 0 )

# -- tm params --
Expand Down

0 comments on commit e6bdf65

Please sign in to comment.