Home
last modified time | relevance | path

Searched refs:str_outgoing_time (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dkhomp_pvt.h213 std::string str_outgoing_time = timeToString(_total_time_outgoing); in getDetailed() local
217 strBuffer.append(STG(FMT("Total Outgoing Time: \t%s\n") % str_outgoing_time)); in getDetailed()
230 std::string str_outgoing_time = timeToString(_total_time_outgoing); in getDetailedXML() local
242 switch_xml_set_txt_d(xout_time, str_outgoing_time.c_str()); in getDetailedXML()