Changeset 4254

Show
Ignore:
Timestamp:
06/27/07 19:30:43 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 4251 via svnmerge from
https://amportal.svn.sourceforge.net/svnroot/amportal/modules/branches/2.3

........

r4251 | p_lindheimer | 2007-06-27 16:25:55 -0700 (Wed, 27 Jun 2007) | 1 line


#2032 recordings providing destinations is wrong and leads to confusion and errors, use annoucement module if need be

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2

    • Property svnmerge-integrated changed from /modules/branches/2.1:1-2166,2289,2414,2419,2424,2430,2449,2458,2462,2476 /modules/branches/2.3:1-3256,4102,4232 to /modules/branches/2.1:1-2166,2289,2414,2419,2424,2430,2449,2458,2462,2476 /modules/branches/2.3:1-3256,4102,4232,4251
  • modules/branches/2.2/recordings/functions.inc.php

    r3773 r4254  
    236236  return $files; 
    237237} 
    238    
    239    
    240  
    241  
    242 // returns a associative arrays with keys 'destination' and 'description' 
    243 // it allows system recording to be chosen as destinations 
    244 function recordings_destinations() { 
    245   $recordings =  recordings_list(); 
    246   if (is_array($recordings)) { 
    247     foreach ($recordings as $r) { 
    248       $extens[] = array('destination' => 'ext-recordings,recording-'.$r[0].',1', 'description' => $r[1]); 
    249     } 
    250   } 
    251  
    252   return $extens; 
    253 } 
    254238 
    255239?> 
  • modules/branches/2.2/recordings/module.xml

    r3835 r4254  
    22  <rawname>recordings</rawname> 
    33  <name>Recordings</name> 
    4   <version>3.3.2</version> 
     4  <version>3.3.3</version> 
    55  <type>setup</type> 
    66  <category>Internal Options &amp; Configuration</category> 
    77  <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 
    88  <changelog> 
     9  *3.3.3* #2032 remove recordings as a destination, no purpose (use annoucement module) 
    910  *3.3.2* Fix mp3 upload bug (#1764) 
    1011  *3.3.1* Fix error where *77/*79 wasn't working.