mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 01:06:00 +00:00
Merge 74f6850861a83a67fa6b290d74ccb0a550f521bf into 3b58ebc5f309708bde0ad26eef73e606144792f6
This commit is contained in:
commit
68bcd5a43d
@ -954,7 +954,7 @@ SWITCH_STANDARD_APP(eavesdrop_function)
|
||||
switch_cache_db_handle_t *db = NULL;
|
||||
char *errmsg = NULL;
|
||||
struct e_data e_data = { {0} };
|
||||
char *sql = switch_mprintf("select uuid from channels where uuid != '%q'", switch_core_session_get_uuid(session));
|
||||
char *sql = switch_mprintf("select uuid from channels where uuid != '%q' order by created_epoch desc", switch_core_session_get_uuid(session));
|
||||
const char *file = NULL;
|
||||
int x = 0;
|
||||
char buf[2] = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user