mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
Merge "app_dial: Enable early-media video"
This commit is contained in:
@@ -1605,6 +1605,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case AST_FRAME_VIDEO:
|
||||||
case AST_FRAME_VOICE:
|
case AST_FRAME_VOICE:
|
||||||
case AST_FRAME_IMAGE:
|
case AST_FRAME_IMAGE:
|
||||||
if (caller_entertained) {
|
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");
|
ast_log(LOG_WARNING, "Unable to send URL\n");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case AST_FRAME_VIDEO:
|
||||||
case AST_FRAME_VOICE:
|
case AST_FRAME_VOICE:
|
||||||
case AST_FRAME_IMAGE:
|
case AST_FRAME_IMAGE:
|
||||||
if (!single || caller_entertained) {
|
if (!single || caller_entertained) {
|
||||||
|
|||||||
Reference in New Issue
Block a user