|
Ring Daemon
|

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