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

Function rtpstream_pausevpattern

src/rtpstream.cpp:2608–2615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2606}
2607
2608void rtpstream_pausevpattern(rtpstream_callinfo_t* callinfo)
2609{
2610 debugprint("rtpstream_pausevpattern callinfo=%p\n", callinfo);
2611
2612 if (callinfo->taskinfo) {
2613 callinfo->taskinfo->flags |= TI_PAUSERTPVPATTERN;
2614 }
2615}
2616
2617void rtpstream_resumevpattern(rtpstream_callinfo_t* callinfo)
2618{

Callers 1

executeActionMethod · 0.85

Calls 1

debugprintFunction · 0.85

Tested by

no test coverage detected