Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dkhomp_pvt.cpp529 unsigned int call_fails = Globals::k3lapi.channel_stats( in getDetailed() local
534 strBuffer.append(STG(FMT("Number of calls failed: \t%d\n") % call_fails)); in getDetailed()
551 unsigned int call_fails = Globals::k3lapi.channel_stats( in getDetailedXML() local
564 switch_xml_set_txt_d(xfailed_calls,STR(FMT("%d") % call_fails)); in getDetailedXML()
583 uint32 call_fails = Globals::k3lapi.channel_stats( in getRow() local
605 % call_fails in getRow()
622 uint32 call_fails = Globals::k3lapi.channel_stats( in getNode() local
659 switch_xml_set_txt_d(xcall_fails,STR(FMT("%d") % call_fails)); in getNode()