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

Method rejectCall

src/call.cpp:2485–2491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2483}
2484
2485bool call::rejectCall()
2486{
2487 computeStat(CStat::E_CALL_FAILED);
2488 computeStat(CStat::E_FAILED_CALL_REJECTED);
2489 delete this;
2490 return false;
2491}
2492
2493
2494int call::sendCmdMessage(message *curmsg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected