|
|
|
@ -294,7 +294,7 @@ struct queue_ent {
|
|
|
|
|
int prio; /*!< Our priority */
|
|
|
|
|
int last_pos_said; /*!< Last position we told the user */
|
|
|
|
|
time_t last_periodic_announce_time; /*!< The last time we played a periodic announcement */
|
|
|
|
|
int last_periodic_announce_sound; /* The last periodic announcement we made */
|
|
|
|
|
int last_periodic_announce_sound; /*!< The last periodic announcement we made */
|
|
|
|
|
time_t last_pos; /*!< Last time we told the user their position */
|
|
|
|
|
int opos; /*!< Where we started in the queue */
|
|
|
|
|
int handled; /*!< Whether our call was handled */
|
|
|
|
@ -371,7 +371,7 @@ struct call_queue {
|
|
|
|
|
char sound_seconds[80]; /*!< Sound file: "seconds." (def. queue-seconds) */
|
|
|
|
|
char sound_thanks[80]; /*!< Sound file: "Thank you for your patience." (def. queue-thankyou) */
|
|
|
|
|
char sound_reporthold[80]; /*!< Sound file: "Hold time" (def. queue-reporthold) */
|
|
|
|
|
char sound_periodicannounce[MAX_PERIODIC_ANNOUNCEMENTS][80];/* Sound files: Custom announce, no default */
|
|
|
|
|
char sound_periodicannounce[MAX_PERIODIC_ANNOUNCEMENTS][80];/*!< Sound files: Custom announce, no default */
|
|
|
|
|
|
|
|
|
|
int count; /*!< How many entries */
|
|
|
|
|
int maxlen; /*!< Max number of entries */
|
|
|
|
|