mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
peroid typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@334620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -284,7 +284,7 @@ Queue changes
|
||||
* A new option, 'I' has been added to both app_queue and app_dial.
|
||||
By setting this option, Asterisk will not update the caller with
|
||||
connected line changes or redirecting party changes when they occur.
|
||||
* A 'relative-peroidic-announce' option has been added to queues.conf. When
|
||||
* A 'relative-periodic-announce' option has been added to queues.conf. When
|
||||
enabled, this option will cause periodic announce times to be calculated
|
||||
from the end of announcements rather than from the beginning.
|
||||
* The autopause option in queues.conf can be passed a new value, "all." The
|
||||
|
||||
@@ -3301,7 +3301,7 @@ static int store_next_lin(struct queue_ent *qe, struct callattempt *outgoing)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*! \brief Playback announcement to queued members if peroid has elapsed */
|
||||
/*! \brief Playback announcement to queued members if period has elapsed */
|
||||
static int say_periodic_announcement(struct queue_ent *qe, int ringing)
|
||||
{
|
||||
int res = 0;
|
||||
|
||||
Reference in New Issue
Block a user