mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
Use a 32k file buffer on recordings, which increases the efficiency of file recording.
(closes issue #11962) Reported by: garlew Patches: recording.patch uploaded by garlew (license 376) bug-11962.diff uploaded by snuffy (license 35) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112564 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -117,6 +117,7 @@ struct ast_filestream {
|
||||
char *buf; /*!< buffer pointed to by ast_frame; */
|
||||
void *_private; /*!< pointer to private buffer */
|
||||
const char *orig_chan_name;
|
||||
char *write_buffer;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user