mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user