Add SIP video fixes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-08-30 02:12:09 +00:00
parent 538e160956
commit 5d4d2fdfd4
8 changed files with 78 additions and 3 deletions

View File

@@ -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;