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

Method call

src/call.cpp:778–781  ·  view source on GitHub ↗

Call class implementation ****************/

Source from the content-addressed store, hash-verified

776
777/******************* Call class implementation ****************/
778call::call(scenario *call_scenario, const char *p_id, bool use_ipv6, int userId, struct sockaddr_storage *dest) : listener(p_id, true)
779{
780 init(call_scenario, nullptr, dest, p_id, userId, use_ipv6, false, false);
781}
782
783call::call(scenario *call_scenario, const char *p_id, SIPpSocket *socket, struct sockaddr_storage *dest) : listener(p_id, true)
784{

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected