SIP Witch 1.9.15
|
Manage control interface. More...
#include <ucommon/linked.h>
#include <ucommon/thread.h>
#include <ucommon/shell.h>
#include <ucommon/string.h>
#include <sipwitch/namespace.h>
Go to the source code of this file.
Data Structures | |
class | sipwitch::control |
Server control interfaces and functions. More... | |
Namespaces | |
sipwitch | |
Common namespace for sipwitch server. | |
Macros | |
#define | DEBUG1 shell::DEBUG0 |
#define | DEBUG2 (shell::loglevel_t(((unsigned)shell::DEBUG0 + 1))) |
#define | DEBUG3 (shell::loglevel_t(((unsigned)shell::DEBUG0 + 2))) |
Manage control interface.
This manages code for the server control interface. Access to the control interface is shared between the server and plugins.
Definition in file control.h.
#define DEBUG2 (shell::loglevel_t(((unsigned)shell::DEBUG0 + 1))) |