FS-5670 --resolve allow debug rtp if rtp is not attached to a session

This commit is contained in:
Seven Du
2013-08-08 08:19:05 +08:00
parent eead164cc2
commit f7e6c6d6c0
2 changed files with 36 additions and 50 deletions
+1
View File
@@ -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;
}