Ring Daemon 16.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | jami |
Functions | |
void | jami::hangupCalls (Call::SubcallSet &&callptr_list, int errcode) |
Hangup many calls with same error code. | |
template<typename T > | |
void | jami::hangupCallsIf (Call::SubcallSet &&calls, int errcode, T pred) |
Hangup many calls with same error code, filtered by a predicate. | |