mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 08:13:22 +00:00
oops all better now.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -590,7 +590,7 @@ static void init_queue(struct ast_call_queue *q)
|
||||
ast_copy_string(q->sound_reporthold, "queue-reporthold", sizeof(q->sound_reporthold));
|
||||
ast_copy_string(q->sound_periodicannounce[0], "queue-periodic-announce", sizeof(q->sound_periodicannounce[0]));
|
||||
for (i=1;i<MAX_PERIODIC_ANNOUNCEMENTS;i++) {
|
||||
ast_copy_string(q->sound_periodicannounce[i], "", sizeof(q->sound_periodicannounce[i]));
|
||||
q->sound_periodicannounce[i][0]='\0';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user