Changeset 4254
- Timestamp:
- 06/27/07 19:30:43 (6 years ago)
- Files:
-
- modules/branches/2.2 (modified) (1 prop)
- modules/branches/2.2/recordings/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/recordings/module.xml (modified) (1 diff)
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 236 236 return $files; 237 237 } 238 239 240 241 242 // returns a associative arrays with keys 'destination' and 'description'243 // it allows system recording to be chosen as destinations244 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 }254 238 255 239 ?> modules/branches/2.2/recordings/module.xml
r3835 r4254 2 2 <rawname>recordings</rawname> 3 3 <name>Recordings</name> 4 <version>3.3. 2</version>4 <version>3.3.3</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> 7 7 <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 8 8 <changelog> 9 *3.3.3* #2032 remove recordings as a destination, no purpose (use annoucement module) 9 10 *3.3.2* Fix mp3 upload bug (#1764) 10 11 *3.3.1* Fix error where *77/*79 wasn't working.
