There is no procedure called ast_closeframe, fix code to use
ast_closestream.
Reported By: Matt Jordan
........
Merged revisions 427087 from http://svn.asterisk.org/svn/asterisk/branches/11
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@427088
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_getformatbyname(recdata->recording_ext, &result);
duration = (int) (framelength / ast_format_rate(&result));
}
- ast_closeframe(recording_fs);
+ ast_closestream(recording_fs);
}
/* If the duration was below the minimum duration for the user, let's just drop the whole thing now */