add 'restart' character to ast_control_playback function and ControlPlayback() application (issue #4693)

rework app_controlplayback.c to take into account all Asterisk 1.2 coding style requirements


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6352 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-08-22 19:06:42 +00:00
parent 26ea6ea391
commit 69f9c479e7
4 changed files with 70 additions and 53 deletions

View File

@@ -3255,7 +3255,7 @@ static int wait_file2(struct ast_channel *chan, struct vm_state *vms, char *file
static int wait_file(struct ast_channel *chan, struct vm_state *vms, char *file)
{
return ast_control_streamfile(chan, file, "#", "*", "1456789", "0", skipms);
return ast_control_streamfile(chan, file, "#", "*", "1456789", "0", "2", skipms);
}
static int play_message_category(struct ast_channel *chan, char *category)