MCPcopy Create free account
hub / github.com/SIPp/sipp / process_twinSippCom

Method process_twinSippCom

src/deadcall.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool deadcall::process_twinSippCom(char * msg)
85{
86 CStat::globalStat(CStat::E_DEAD_CALL_MSGS);
87 TRACE_MSG("Received twin message for dead (%s) call %s:%s\n", reason, id, msg);
88 return true;
89}
90
91bool deadcall::run()
92{

Callers

nothing calls this directly

Calls 1

TRACE_MSGFunction · 0.85

Tested by

no test coverage detected