@@ -2180,6 +2180,59 @@ if (is_method("ACK|CANCEL") && !t_check_trans()) {
2180
2180
Number of transactions existing in memory at current time.
2181
2181
</para >
2182
2182
</section >
2183
+ <section id =" stat_retransmission_req_T1_1" xreflabel =" retransmission_req_T1_1" >
2184
+ <title >retransmission_req_T1_1</title >
2185
+ <para >
2186
+ Number of request retransmissions due to T1 1 timer,
2187
+ the first retransmission interval (typical 500ms).
2188
+ </para >
2189
+ </section >
2190
+ <section id =" stat_retransmission_req_T1_2" xreflabel =" retransmission_req_T1_2" >
2191
+ <title >retransmission_req_T1_2</title >
2192
+ <para >
2193
+ Number of request retransmissions due to T1 2 timer,
2194
+ the second retransmission interval (typical 1s).
2195
+ </para >
2196
+ </section >
2197
+ <section id =" stat_retransmission_req_T1_3" xreflabel =" retransmission_req_T1_3" >
2198
+ <title >retransmission_req_T1_3</title >
2199
+ <para >
2200
+ Number of request retransmissions due to T1 3 timer,
2201
+ the third retransmission interval (typical 2s).
2202
+ </para >
2203
+ </section >
2204
+ <section id =" stat_retransmission_req_T2" xreflabel =" retransmission_req_T2" >
2205
+ <title >retransmission_req_T2</title >
2206
+ <para >
2207
+ Number of request retransmissions due to T2 ,
2208
+ the final retransmission interval (typical 4s).
2209
+ </para >
2210
+ </section >
2211
+ <section id =" stat_retransmission_rpl_T2" xreflabel =" retransmission_rpl_T2" >
2212
+ <title >retransmission_rpl_T2</title >
2213
+ <para >
2214
+ Number of reply retransmissions, all done with the same
2215
+ retransmission interval T2, typical 4s.
2216
+ </para >
2217
+ </section >
2218
+ <section id =" stat_timeout_finalresponse" xreflabel =" timeout_finalresponse" >
2219
+ <title >timeout_finalresponse</title >
2220
+ <para >
2221
+ Number of transactional timeouts without receiving any kind of reply (not
2222
+ even provisional) from the B side. Such timeouts indicate a
2223
+ communication / reachability issue. Note: a single transaction may count
2224
+ multiple such timeouts due forking.
2225
+ </para >
2226
+ </section >
2227
+ <section id =" stat_timeout_finalresponse_inc" xreflabel =" timeout_finalresponse" >
2228
+ <title >timeout_finalresponse</title >
2229
+ <para >
2230
+ Number of transactional INVITE timeouts without receiving a FINAL reply
2231
+ (provisional may be received) from the B side. Such timeouts indicate a
2232
+ "not answer" event and it is not a signalling issue.
2233
+ Note: a single transaction may count multiple such timeouts due forking.
2234
+ </para >
2235
+ </section >
2183
2236
</section >
2184
2237
2185
2238
</chapter >
0 commit comments