Changeset 3288

Show
Ignore:
Timestamp:
12/07/06 01:15:28 (2 years ago)
Author:
p_lindheimer
Message:

#1487 Disallow Queue Nuber 0 (r3287)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/queues/module.xml

    r3180 r3288  
    22        <rawname>queues</rawname> 
    33        <name>Queues</name> 
    4         <version>2.2.1</version> 
     4        <version>2.2.2</version> 
    55        <type>setup</type> 
    66        <category>Inbound Call Control</category> 
     
    99        </description> 
    1010        <changelog> 
     11                *2.2.2* Disallow Queue 0 (#1487) 
    1112                *2.2.1* Add NODEST to tell children NOT to go to destinations (like voicemail or other) - helps with followme in a queue 
    1213                *2.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI</changelog> 
  • modules/branches/2.2/queues/page.queues.php

    r3204 r3288  
    551551                bad="true"; 
    552552        } 
     553        else if ($account == "0") { 
     554                <?php echo "alert('"._("Queue Number can not be 0")."')"?>; 
     555                bad="true"; 
     556        } 
    553557        else if (($account.indexOf('0') == 0) && ($account.length > 1)) { 
    554558                <?php echo "alert('"._("Queue numbers with more than one digit cannot begin with 0")."')"?>; 
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads