summaryrefslogtreecommitdiff
path: root/apps/app_record.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-08-30 02:12:09 +0000
committerMark Spencer <markster@digium.com>2005-08-30 02:12:09 +0000
commit5d4d2fdfd41a804fc2696b737ef3fca5d64daaca (patch)
tree523cf56292aca0be31b6cbce502ff6608eab29a2 /apps/app_record.c
parent538e160956259f65c197a467e459803860b11ef6 (diff)
Add SIP video fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_record.c')
-rwxr-xr-xapps/app_record.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index c5da8f910..bb0e1ed00 100755
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -218,6 +218,9 @@ static int record_exec(struct ast_channel *chan, void *data)
if (s) {
+ /* Request a video update */
+ ast_indicate(chan, AST_CONTROL_VIDUPDATE);
+
if (maxduration > 0)
timeout = time(NULL) + (time_t)maxduration;