#include "CscVocalPhoneCallEmitter.h"#include "Communication/CscHttpClient.h"#include "Util/crypto.h"#include "Util/json.h"#include "jwt-cpp/jwt.h"#include <thread>#include <unistd.h>#include "Util/fs.h"Namespaces | |
| conscience_server | |
| conscience_server::communication | |
| conscience_server::communication::phone | |
Variables | |
| const string | conscience_server::communication::phone::CALL_FOLLOWUP_URL_SCHEME = "https" |
| const string | conscience_server::communication::phone::CALL_FOLLOWUP_URL_HOST = "app.conscience-care.com" |
| const string | conscience_server::communication::phone::CALL_FOLLOWUP_URL_PATH = "/Back/api/vonage-call-followup.php" |
| const string | conscience_server::communication::phone::CALL_FOLLOWUP_URL = CALL_FOLLOWUP_URL_SCHEME + "://" + CALL_FOLLOWUP_URL_HOST + CALL_FOLLOWUP_URL_PATH |
| const int | conscience_server::communication::phone::UNDETERMINED_CALL_TIMEOUT_MILLIS = 45'000 |
| const int | conscience_server::communication::phone::TIME_BETWEEN_RETRIES_MILLIS = 40'000 |