mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Another minor formatting change ... testing mantis/svn
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67781 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1057,7 +1057,7 @@ int ast_unlock_path(const char *path)
|
|||||||
int ast_record_review(struct ast_channel *chan, const char *playfile, const char *recordfile, int maxtime, const char *fmt, int *duration, const char *path)
|
int ast_record_review(struct ast_channel *chan, const char *playfile, const char *recordfile, int maxtime, const char *fmt, int *duration, const char *path)
|
||||||
{
|
{
|
||||||
int silencethreshold = 128;
|
int silencethreshold = 128;
|
||||||
int maxsilence=0;
|
int maxsilence = 0;
|
||||||
int res = 0;
|
int res = 0;
|
||||||
int cmd = 0;
|
int cmd = 0;
|
||||||
int max_attempts = 3;
|
int max_attempts = 3;
|
||||||
|
Reference in New Issue
Block a user