diff --git a/modules/acc_radius/doc/acc_radius_admin.xml b/modules/acc_radius/doc/acc_radius_admin.xml index 21860b3d09f..969b7dbdbce 100644 --- a/modules/acc_radius/doc/acc_radius_admin.xml +++ b/modules/acc_radius/doc/acc_radius_admin.xml @@ -226,7 +226,10 @@ modparam("acc_radius", "rad_time_mode", 1) Meaning of the parameters is as follows: - comment - Comment to be appended. + comment - Comment to be appended. The + first token can be a SIP response code that it is wanted to + be interpreted as event type (e.g., using 200 means the + transaction is considered successfully responded). @@ -239,6 +242,7 @@ modparam("acc_radius", "rad_time_mode", 1) ... acc_rad_request("Some comment"); ... +# write record as when the transaction was responded with a 200 code acc_rad_request("200 From Config"); ...