From 5d4d2fdfd41a804fc2696b737ef3fca5d64daaca Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 30 Aug 2005 02:12:09 +0000 Subject: Add SIP video fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6448 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- app.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app.c') diff --git a/app.c b/app.c index f3a84c3a5..4db43846b 100755 --- a/app.c +++ b/app.c @@ -615,6 +615,8 @@ int ast_play_and_record(struct ast_channel *chan, const char *playfile, const ch return -1; } } + /* Request a video update */ + ast_indicate(chan, AST_CONTROL_VIDUPDATE); if (x == fmtcnt) { /* Loop forever, writing the packets we read to the writer(s), until -- cgit v1.2.3