Ring Daemon 16.0.0
Loading...
Searching...
No Matches
manager.cpp File Reference

Go to the source code of this file.

Classes

struct  jami::Manager::ManagerPimpl
 

Namespaces

namespace  jami
 

Macros

#define PJSIP_TRY(ret)
 

Typedefs

using jami::CallIDSet = std::set< std::string >
 To store uniquely a list of Call ids.
 

Functions

void jami::check_rename (const std::filesystem::path &old_dir, const std::filesystem::path &new_dir)
 
static void jami::copy_over (const std::filesystem::path &srcPath, const std::filesystem::path &destPath)
 
static void jami::make_backup (const std::filesystem::path &path)
 
static void jami::restore_backup (const std::filesystem::path &path)
 
static unsigned jami::setDhtLogLevel ()
 Set OpenDHT's log level based on the JAMI_LOG_DHT environment variable.
 
static void jami::setGnuTlsLogLevel ()
 Set gnutls's log level based on the JAMI_LOG_TLS environment variable.
 
static void jami::setSipLogLevel ()
 Set pjsip's log level based on the JAMI_LOG_SIP environment variable.
 

Variables

static constexpr const charjami::PACKAGE_OLD = "ring"
 

Macro Definition Documentation

◆ PJSIP_TRY

#define PJSIP_TRY (   ret)
Value:
do { \
if ((ret) != PJ_SUCCESS) \
throw std::runtime_error(#ret " failed"); \
} while (0)