[Asterisk-code-review] Enable early-media video (asterisk[master])

Florian Floimair asteriskteam at digium.com
Tue Feb 27 03:03:09 CST 2018


Florian Floimair has uploaded this change for review. ( https://gerrit.asterisk.org/8396


Change subject: Enable early-media video
......................................................................

Enable early-media video

Certain applications (e.g. door-phone) require that also video is transmitted
before a call is accepted.

Change-Id: I9842e1dc2f6e1c2c49dc33fe615255007d2f821e
---
M apps/app_dial.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/96/8396/1

diff --git a/apps/app_dial.c b/apps/app_dial.c
index 257ff47..197c950 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1703,6 +1703,7 @@
 						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) {

-- 
To view, visit https://gerrit.asterisk.org/8396
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9842e1dc2f6e1c2c49dc33fe615255007d2f821e
Gerrit-Change-Number: 8396
Gerrit-PatchSet: 1
Gerrit-Owner: Florian Floimair <f.floimair at commend.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180227/c246d104/attachment.html>


More information about the asterisk-code-review mailing list