aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-09 18:43:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-09 18:43:04 +0000
commitfbaf5d9cfc65a0a375e9019aa03ebc22fe4d716f (patch)
treedfb2ca786e05819959dd90b8360fb716902d7324 /apps
parent8313b60230e15cbf40cfa43a10f118225605eafa (diff)
Fix needless queue breakage for 2.95 (bug #3993) but this DOES NOT MEAN WE WILL WORK TOWARDS 2.95 IN THE FUTURE!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5439 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 52a59d50a..d00632edd 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -265,7 +265,6 @@ struct ast_call_queue {
char moh[80]; /* Music On Hold class to be used */
char announce[80]; /* Announcement to play when call is answered */
char context[80]; /* Exit context */
- struct {
unsigned int monjoin:1;
unsigned int dead:1;
unsigned int joinempty:2;
@@ -276,7 +275,6 @@ struct ast_call_queue {
unsigned int timeoutrestart:1;
unsigned int announceholdtime:2;
unsigned int strategy:3;
- };
int announcefrequency; /* How often to announce their position */
int roundingseconds; /* How many seconds do we round to? */
int holdtime; /* Current avg holdtime, based on recursive boxcar filter */