|
Ring Daemon
|

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 | |
| static 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 unsigned | jami::getDhtLogLevel () |
| Set OpenDHT's log level based on the JAMI_LOG_DHT environment variable. | |
| static unsigned | jami::getDhtnetLogLevel () |
| static void | jami::make_backup (const std::filesystem::path &path) |
| static void | jami::restore_backup (const std::filesystem::path &path) |
| 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 char * | jami::PACKAGE_OLD = "ring" |
| #define PJSIP_TRY | ( | ret | ) |