mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-5670 --resolve allow debug rtp if rtp is not attached to a session
This commit is contained in:
@@ -2379,6 +2379,7 @@ SWITCH_DECLARE(uint8_t) switch_core_session_check_interface(switch_core_session_
|
||||
|
||||
SWITCH_DECLARE(char *) switch_core_session_get_uuid(switch_core_session_t *session)
|
||||
{
|
||||
if (!session) return NULL;
|
||||
return session->uuid_str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user