summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2018-03-19 09:34:16 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-19 09:34:16 -0500
commitd6a49afb562f67a7f709f7f6c3b5cd8b1bd7f750 (patch)
treebfd351c64f9600799c43db1b591e9b476701d73c
parent19196a98d0bbaa0268e56a75f4d2908fc28c4c3f (diff)
parentecc846b26b67c2449672fbded96d25a84fc34792 (diff)
Merge "app_dial: Enable early-media video"
-rw-r--r--apps/app_dial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 257ff472a..920eb439b 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1605,6 +1605,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in,
break;
}
break;
+ case AST_FRAME_VIDEO:
case AST_FRAME_VOICE:
case AST_FRAME_IMAGE:
if (caller_entertained) {
@@ -1703,6 +1704,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in,
ast_log(LOG_WARNING, "Unable to send URL\n");
}
break;
+ case AST_FRAME_VIDEO:
case AST_FRAME_VOICE:
case AST_FRAME_IMAGE:
if (!single || caller_entertained) {