Fix regression from ignoring breaks in video rtp sessions and add a flag to force a break when needed

This commit is contained in:
Anthony Minessale
2013-09-12 21:47:54 +05:00
parent 8ee46a316f
commit d9216daedb
3 changed files with 25 additions and 3 deletions
+1
View File
@@ -1339,6 +1339,7 @@ typedef enum {
CF_NOVIDEO,
CF_VIDEO_ECHO,
CF_SLA_INTERCEPT,
CF_VIDEO_BREAK,
/* WARNING: DO NOT ADD ANY FLAGS BELOW THIS LINE */
/* IF YOU ADD NEW ONES CHECK IF THEY SHOULD PERSIST OR ZERO THEM IN switch_core_session.c switch_core_session_request_xml() */
CF_FLAG_MAX