Changeset 12539

Show
Ignore:
Timestamp:
09/20/11 12:07:38 (2 years ago)
Author:
p_lindheimer
Message:

relable Apps -> Applications, Call Flow -> Connectivity, shuffle some categories - need feedback on these

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/views/menu.php

    r12501 r12539  
    1111    switch(strtolower($deets['category'])) { 
    1212      case 'admin': 
    13       case 'apps': 
    14       case 'call flow': 
     13      case 'applications': 
     14      case 'connectivity': 
    1515      case 'reports': 
    1616      case 'settings': 
  • modules/branches/2.10/announcement/module.xml

    r12445 r12539  
    2929    *2.4.0* CHANGELOG TRUNCATED See SVN Repository 
    3030  </changelog> 
    31   <category>Apps</category> 
     31  <category>Applications</category> 
    3232  <description> 
    3333    Plays back one of the system recordings (optionally allowing the user to skip it) and then goes to another destination. 
  • modules/branches/2.10/blacklist/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Admin</category> 
    99  <menuitems> 
    1010    <blacklist needsenginedb="yes">Blacklist</blacklist> 
  • modules/branches/2.10/bulkdids/module.xml

    r12445 r12539  
    55  <description>Bulk DIDs uses CSV files to import bulk DIDs with a destination.</description> 
    66  <version>2.10.0.0</version> 
    7   <category>Admin</category> 
     7  <category>Applications</category> 
    88  <menuitems> 
    99    <bulkdids>Bulk DIDs</bulkdids> 
  • modules/branches/2.10/bulkextensions/module.xml

    r12445 r12539  
    55  <description>Bulk Extensions uses CSV files to import and export extensions.</description> 
    66  <version>2.9.0.5</version> 
    7   <category>Admin</category> 
     7  <category>Applications</category> 
    88  <menuitems> 
    99    <bulkextensions>Bulk Extensions</bulkextensions> 
  • modules/branches/2.10/callback/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <menuitems> 
    1010    <callback>Callback</callback> 
  • modules/branches/2.10/callforward/module.xml

    r12445 r12539  
    2929  </changelog> 
    3030  <description>Provides callforward featurecodes</description> 
    31   <category>Call Flow</category> 
     31  <category>Applications</category> 
    3232  <location>release/2.9/callforward-2.9.0.1.tgz</location> 
    3333  <md5sum>84bbf167b76fa585c0726f524764e92a</md5sum> 
  • modules/branches/2.10/callrecording/module.xml

    r12504 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Provides much of the call recording functionality.   
  • modules/branches/2.10/callwaiting/module.xml

    r12445 r12539  
    2020  *1.1* First release for 2.2 
    2121  </changelog> 
    22   <category>Call Flow</category> 
     22  <category>Applications</category> 
    2323  <description>Provides an option to turn on/off call waiting</description> 
    2424  <location>release/2.9/callwaiting-2.9.0.0.tgz</location> 
  • modules/branches/2.10/campon/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Settings</category> 
    99  <changelog> 
    1010    *2.9.0.0* spelling, cosmetics 
  • modules/branches/2.10/cidlookup/module.xml

    r12445 r12539  
    77  <license>GPLv2+</license> 
    88  <description>Allows CallerID Lookup of incoming calls against different sources (MySQL, HTTP, ENUM, Phonebook Module)</description> 
    9   <category>Apps</category> 
     9  <category>Admin</category> 
    1010  <menuitems> 
    1111    <cidlookup>CallerID Lookup Sources</cidlookup> 
  • modules/branches/2.10/conferences/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description>Allow creation of conference rooms (meet-me) where multiple people can talk together.</description> 
    1010  <changelog> 
  • modules/branches/2.10/core/module.xml

    r12445 r12539  
    22  <rawname>core</rawname> 
    33  <repo>standard</repo> 
    4   <category>Apps</category> 
     4  <category>Applications</category> 
    55  <name>Core</name> 
    66  <version>2.9.0.0</version> 
     
    2929    <users needsenginedb="yes">Users</users> 
    3030    <devices needsenginedb="yes">Devices</devices> 
    31     <did category="Call Flow">Inbound Routes</did> 
    32     <zapchandids category="Call Flow">Zap Channel DIDs</zapchandids> 
    33     <routing category="Call Flow">Outbound Routes</routing> 
    34     <trunks category="Call Flow">Trunks</trunks> 
     31    <did category="Connectivity">Inbound Routes</did> 
     32    <zapchandids category="Connectivity">Zap Channel DIDs</zapchandids> 
     33    <routing category="Connectivity">Outbound Routes</routing> 
     34    <trunks category="Connectivity">Trunks</trunks> 
    3535    <general category="Settings">General Settings</general> 
    3636    <advancedsettings category="Settings">Advanced Settings</advancedsettings> 
  • modules/branches/2.10/customcontexts/module.xml

    r12445 r12539  
    44  <name>Custom Contexts</name> 
    55  <version>2.9.0.0</version> 
    6   <category>Admin</category> 
     6  <category>Connectivity</category> 
    77  <description> 
    88    Creates custom contexts which can be used to allow limited access to dialplan applications. Allows for time restrictions on any dialplan access. Allows for pattern matching to allow/deny. Allows for failover destinations, and PIN protected failover. This can be very useful for multi-tennant systems. Inbound routing can be done using DID or zap channel routing,  this module allows for selective outbound routing. House/public phones can be placed in a restricted context allowing them only internal calls. 
  • modules/branches/2.10/dahdiconfig/module.xml

    r12445 r12539  
    22  <rawname>dahdiconfig</rawname> 
    33  <repo>unsupported</repo> 
    4   <category>Settings</category> 
     4  <category>Connectivity</category> 
    55  <name>DAHDi Config</name> 
    66  <version>2.9.0.1</version> 
  • modules/branches/2.10/daynight/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Call Flow</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Call Flow manual toggle control - allows for two destinations to be chosen and provides a feature code 
  • modules/branches/2.10/dictate/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <changelog> 
    1010    *2.9.0.0* #4533, #4651 
  • modules/branches/2.10/directory/module.xml

    r12533 r12539  
    77  <license>GPLv2+</license> 
    88  <type>setup</type> 
    9   <category>Apps</category> 
     9  <category>Applications</category> 
    1010  <menuitems> 
    1111    <directory>Directory</directory> 
  • modules/branches/2.10/disa/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <menuitems> 
    1010    <disa>DISA</disa> 
  • modules/branches/2.10/donotdisturb/module.xml

    r12445 r12539  
    1111  </changelog> 
    1212  <description>Provides donotdisturb featurecodes</description> 
    13   <category>Call Flow</category> 
     13  <category>Applications</category> 
    1414  <location>release/2.9/donotdisturb-2.9.0.1.tgz</location> 
    1515  <md5sum>c81e20220a0b69bc53612f1539433755</md5sum> 
  • modules/branches/2.10/fax/module.xml

    r12445 r12539  
    66  <publisher>Schmoozecom.com</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Settings</category> 
    99  <menuitems> 
    1010    <fax>Fax Configuration</fax> 
  • modules/branches/2.10/findmefollow/module.xml

    r12445 r12539  
    1919    <module>recordings ge 3.3.8</module> 
    2020  </depends> 
    21   <category>Call Flow</category> 
     21  <category>Applications</category> 
    2222  <description> 
    2323    Much like a ring group, but works on individual extensions. When someone calls the extension, it can be setup to ring for a number of seconds before trying to ring other extensions and/or external numbers, or to ring all at once, or in other various 'hunt' configurations. Most commonly used to ring someone's cell phone if they don't answer their extension. 
  • modules/branches/2.10/infoservices/module.xml

    r12445 r12539  
    88  <candisable>no</candisable> 
    99  <canuninstall>no</canuninstall> 
    10   <category>Apps</category> 
     10  <category>Applications</category> 
    1111  <description>Provides a number of applications accessible by feature codes: company directory, call trace (last call information), echo test, speaking clock, and speak current extension number.</description> 
    1212  <changelog> 
  • modules/branches/2.10/ivr/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Creates Digital Receptionist (aka Auto-Attendant, aka Interactive Voice Response) menus. These can be used to send callers to different locations (eg, Press 1 for sales) and/or allow direct-dialing of extension numbers.  
  • modules/branches/2.10/languages/module.xml

    r12460 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Adds the ability to changes the language within a call flow and add language attribute to users. 
  • modules/branches/2.10/miscapps/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Adds the ability to create feature codes that can go to any FreePBX destination (such as an IVR or queue) 
  • modules/branches/2.10/miscdests/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description>Allows creating destinations that dial any local number (extensions, feature codes, outside phone numbers) that can be used by other modules (eg, IVR, time conditions) as a call destination.</description> 
    1010  <changelog> 
  • modules/branches/2.10/misdn/module.xml

    r12445 r12539  
    22  <rawname>misdn</rawname> 
    33  <repo>unsupported</repo> 
    4   <category>Settings</category> 
     4  <category>Connectivity</category> 
    55  <name>mISDN</name> 
    66  <version>2.9.0.1</version> 
  • modules/branches/2.10/paging/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <changelog> 
    1010    *2.9.0.5* #5000 
  • modules/branches/2.10/parking/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Settings</category> 
    99  <description>Manages parking lot extensions and other options. 
    1010  Parking is a way of putting calls "on hold", and then picking them up from any extension.</description> 
  • modules/branches/2.10/queueprio/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Adds the ability to set a callers priority higher before entering a queue 
  • modules/branches/2.10/queues/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Creates a queue where calls are placed on hold and answered on a first-in, first-out basis. Many options are available, including ring strategy for agents, caller announcements, max wait times, etc.  
  • modules/branches/2.10/ringgroups/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Creates a group of extensions that all ring together. Extensions can be rung all at once, or in various 'hunt' configurations. Additionally, external numbers are supported, and there is a call confirmation option where the callee has to confirm if they actually want to take the call before the caller is transferred. 
  • modules/branches/2.10/setcid/module.xml

    r12445 r12539  
    44  <name>Set CallerID</name> 
    55  <version>2.9.0.2</version> 
    6   <category>Apps</category> 
     6  <category>Applications</category> 
    77  <description> 
    88    Adds the ability to change the CallerID within a call flow. 
  • modules/branches/2.10/speeddial/module.xml

    r12445 r12539  
    1010    *2.9.0.0* #4535, #4651 
    1111  </changelog> 
    12   <category>Apps</category> 
     12  <category>Settings</category> 
    1313  <depends> 
    1414    <module>phonebook</module> 
  • modules/branches/2.10/timeconditions/module.xml

    r12460 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Call Flow</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Creates a condition where calls will go to one of two destinations (eg, an extension, IVR, ring group..) based on the time and/or date. This can be used for example to ring a receptionist during the day, or go directly to an IVR at night. 
  • modules/branches/2.10/vmblast/module.xml

    r12445 r12539  
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
    8   <category>Apps</category> 
     8  <category>Applications</category> 
    99  <description> 
    1010    Creates a group of extensions that calls a group of voicemail boxes and allows you to leave a message for them all at once.  
  • modules/branches/2.10/voicemail/module.xml

    r12445 r12539  
    1717  </changelog> 
    1818  <description>This module allows you to configure Voicemail for a user or extension</description> 
    19   <category>Apps</category> 
     19  <category>Settings</category> 
    2020  <menuitems> 
    2121    <voicemail>Voicemail Admin</voicemail> 
  • modules/branches/2.10/weakpasswords/module.xml

    r12445 r12539  
    66  <publisher>Schmoozecom.com</publisher> 
    77  <license>GPLv2</license> 
    8   <category>Admin</category> 
     8  <category>Reports</category> 
    99  <changelog> 
    1010    *2.9.0.1* #4914