|
|
|
@ -448,16 +448,16 @@ static void release_listeners(GQueue *q) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static void options(int *argc, char ***argv) {
|
|
|
|
static void options(int *argc, char ***argv) {
|
|
|
|
AUTO_CLEANUP_GVBUF(if_a);
|
|
|
|
g_autoptr(char_p) if_a = NULL;
|
|
|
|
AUTO_CLEANUP_GVBUF(ks_a);
|
|
|
|
g_autoptr(char_p) ks_a = NULL;
|
|
|
|
unsigned long uint_keyspace_db;
|
|
|
|
unsigned long uint_keyspace_db;
|
|
|
|
str str_keyspace_db;
|
|
|
|
str str_keyspace_db;
|
|
|
|
char **iter;
|
|
|
|
char **iter;
|
|
|
|
AUTO_CLEANUP_GVBUF(listenps);
|
|
|
|
g_autoptr(char_p) listenps = NULL;
|
|
|
|
AUTO_CLEANUP_GVBUF(listenudps);
|
|
|
|
g_autoptr(char_p) listenudps = NULL;
|
|
|
|
AUTO_CLEANUP_GVBUF(listenngs);
|
|
|
|
g_autoptr(char_p) listenngs = NULL;
|
|
|
|
AUTO_CLEANUP_GVBUF(listenngtcps);
|
|
|
|
g_autoptr(char_p) listenngtcps = NULL;
|
|
|
|
AUTO_CLEANUP_GVBUF(listencli);
|
|
|
|
g_autoptr(char_p) listencli = NULL;
|
|
|
|
g_autoptr(char) graphitep = NULL;
|
|
|
|
g_autoptr(char) graphitep = NULL;
|
|
|
|
g_autoptr(char) graphite_prefix_s = NULL;
|
|
|
|
g_autoptr(char) graphite_prefix_s = NULL;
|
|
|
|
g_autoptr(char) redisps = NULL;
|
|
|
|
g_autoptr(char) redisps = NULL;
|
|
|
|
@ -477,8 +477,8 @@ static void options(int *argc, char ***argv) {
|
|
|
|
g_autoptr(char) endpoint_learning = NULL;
|
|
|
|
g_autoptr(char) endpoint_learning = NULL;
|
|
|
|
g_autoptr(char) dtls_sig = NULL;
|
|
|
|
g_autoptr(char) dtls_sig = NULL;
|
|
|
|
double silence_detect = 0;
|
|
|
|
double silence_detect = 0;
|
|
|
|
AUTO_CLEANUP_GVBUF(cn_payload);
|
|
|
|
g_autoptr(char_p) cn_payload = NULL;
|
|
|
|
AUTO_CLEANUP_GVBUF(dtx_cn_params);
|
|
|
|
g_autoptr(char_p) dtx_cn_params = NULL;
|
|
|
|
bool debug_srtp = false;
|
|
|
|
bool debug_srtp = false;
|
|
|
|
g_autoptr(char) amr_dtx = NULL;
|
|
|
|
g_autoptr(char) amr_dtx = NULL;
|
|
|
|
#ifdef HAVE_MQTT
|
|
|
|
#ifdef HAVE_MQTT
|
|
|
|
|