Summary: | ASTERISK-00591: When all operators are busy app_queue doesnt switch to priority +101 | ||
Reporter: | phila phila (phila) | Labels: | |
Date Opened: | 2003-11-28 02:09:30.000-0600 | Date Closed: | 2011-06-07 14:04:47 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | see subj ****** ADDITIONAL INFORMATION ****** add this at line 488 to app_queue.c (taken from app_dial.c) : /* See if there is a special busy message */ if (ast_exists_extension(in, in->context, in->exten, in->priority + 101, in->callerid)) in->priority+=100; | ||
Comments: | By: Brian West (bkw918) 2003-11-28 10:22:49.000-0600 Um you don't want app_Queue going busy.. otherwise its not a queue. This isn't a bug but how app_queue should work. edited on: 11-28-03 10:16 By: Brian West (bkw918) 2003-12-02 10:15:04.000-0600 This isn't a bug in app_queue but the way a queue should work. |