Changeset 3287
- Timestamp:
- 12/07/06 01:07:19 (2 years ago)
- Files:
-
- modules/branches/2.3/queues/module.xml (modified) (2 diffs)
- modules/branches/2.3/queues/page.queues.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/queues/module.xml
r3180 r3287 2 2 <rawname>queues</rawname> 3 3 <name>Queues</name> 4 <version>2.2. 1</version>4 <version>2.2.2</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.2.2* Disallow Queue 0 (#1487) 11 12 *2.2.1* Add NODEST to tell children NOT to go to destinations (like voicemail or other) - helps with followme in a queue 12 13 *2.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI</changelog> modules/branches/2.3/queues/page.queues.php
r3204 r3287 551 551 bad="true"; 552 552 } 553 else if ($account == "0") { 554 <?php echo "alert('"._("Queue Number can not be 0")."')"?>; 555 bad="true"; 556 } 553 557 else if (($account.indexOf('0') == 0) && ($account.length > 1)) { 554 558 <?php echo "alert('"._("Queue numbers with more than one digit cannot begin with 0")."')"?>;
