return SWITCH_STATUS_FALSE;
}
- stream->write_function(stream, "Total Number of IN-Service Service change sent = %d \n",
- mg_profile->mg_stats->total_num_of_term_in_service_change_sent);
- stream->write_function(stream, "Total Number of Out-Of-Service Service change sent = %d \n",
- mg_profile->mg_stats->total_num_of_term_oos_service_change_sent);
stream->write_function(stream, "Total Number of Physical ADD received = %d \n", mg_profile->mg_stats->total_num_of_phy_add_recvd);
stream->write_function(stream, "Total Number of RTP ADD received = %d \n", mg_profile->mg_stats->total_num_of_rtp_add_recvd);
stream->write_function(stream, "Total Number of SUB received = %d \n", mg_profile->mg_stats->total_num_of_sub_recvd);
stream->write_function(stream, "Total Number of CALL received = %d \n", mg_profile->mg_stats->total_num_of_call_recvd);
+ stream->write_function(stream, "Total Number of T38-FAX CALL received = %d \n", mg_profile->mg_stats->total_num_of_fax_call_recvd++);
+ stream->write_function(stream, "Total Number of IN-Service Service change sent = %d \n",
+ mg_profile->mg_stats->total_num_of_term_in_service_change_sent);
+ stream->write_function(stream, "Total Number of Out-Of-Service Service change sent = %d \n",
+ mg_profile->mg_stats->total_num_of_term_oos_service_change_sent);
stream->write_function(stream, "Total Number of ADD failed = %d \n", mg_profile->mg_stats->total_num_of_add_failed);
stream->write_function(stream, "Total Number of Term Already in context Error = %d \n",
mg_profile->mg_stats->total_num_of_term_already_in_ctxt_error);
uint32_t total_num_of_rtp_add_recvd;
uint32_t total_num_of_sub_recvd;
uint32_t total_num_of_call_recvd;
+ uint32_t total_num_of_fax_call_recvd;
uint32_t total_num_of_add_failed;
uint32_t total_num_of_term_already_in_ctxt_error;
uint32_t total_num_of_choose_ctxt_failed_error;