Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv4816/apps

Modified Files:
        app_queue.c 
Log Message:
Fix needless queue breakage for 2.95 (bug #3993) but this DOES NOT MEAN WE WILL 
WORK TOWARDS 2.95 IN THE FUTURE!


Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- app_queue.c 31 Mar 2005 19:06:08 -0000      1.130
+++ app_queue.c 9 Apr 2005 18:43:04 -0000       1.131
@@ -265,7 +265,6 @@
        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 @@
                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 */

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to