|
@@ -108,9 +108,9 @@ static stat_export_t stats[] =
|
|
|
{ "ws_current_connections", 0, &ws_current_connections },
|
|
|
{ "ws_max_concurrent_connections", 0, &ws_max_concurrent_connections },
|
|
|
{ "ws_sip_current_connections", 0, &ws_sip_current_connections },
|
|
|
- { "ws_sip_max_concurrent_connectons", 0, &ws_sip_max_concurrent_connections },
|
|
|
- { "ws_msrp_current_connections", 0, &ws_msrp_current_connections },
|
|
|
- { "ws_msrp_max_concurrent_connectons", 0, &ws_msrp_max_concurrent_connections },
|
|
|
+ { "ws_sip_max_concurrent_connections", 0, &ws_sip_max_concurrent_connections },
|
|
|
+ { "ws_msrp_current_connections", 0, &ws_msrp_current_connections },
|
|
|
+ { "ws_msrp_max_concurrent_connections", 0, &ws_msrp_max_concurrent_connections },
|
|
|
|
|
|
/* ws_frame.c */
|
|
|
{ "ws_failed_connections", 0, &ws_failed_connections },
|
|
@@ -135,6 +135,10 @@ static stat_export_t stats[] =
|
|
|
{ "ws_sip_successful_handshakes", 0, &ws_sip_successful_handshakes },
|
|
|
{ "ws_msrp_successful_handshakes", 0, &ws_msrp_successful_handshakes },
|
|
|
|
|
|
+ /* legacy typo's, fixed in 4.4 */
|
|
|
+ { "ws_sip_max_concurrent_connectons", 0, &ws_sip_max_concurrent_connections },
|
|
|
+ { "ws_msrp_max_concurrent_connectons", 0, &ws_msrp_max_concurrent_connections },
|
|
|
+
|
|
|
{ 0, 0, 0 }
|
|
|
};
|
|
|
|