Changeset 8038
- Timestamp:
- 08/10/09 23:07:52 (4 years ago)
- Files:
-
- modules/branches/2.6 (modified) (1 prop)
- modules/branches/2.6/announcement/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/announcement/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6
- Property svnmerge-integrated changed from /modules/branches/2.5:1-7809,7812,7854,7858-7865,7878,7886,7890,7915,7967-7968 to /modules/branches/2.5:1-7809,7812,7854,7858-7865,7878,7886,7890,7915,7967-7968,8036-8037
modules/branches/2.6/announcement/functions.inc.php
r7470 r8038 86 86 $ext->add('app-announcement-'.$row['announcement_id'], 's', '', new ext_responsetimeout(1)); 87 87 } 88 $ext->add('app-announcement-'.$row['announcement_id'], 's', 'play', new ext_background($recording.' |nm'));88 $ext->add('app-announcement-'.$row['announcement_id'], 's', 'play', new ext_background($recording.',nm')); 89 89 if ($row['repeat_msg']) { 90 90 $ext->add('app-announcement-'.$row['announcement_id'], 's', '', new ext_waitexten('')); modules/branches/2.6/announcement/module.xml
r7919 r8038 2 2 <rawname>announcement</rawname> 3 3 <name>Announcements</name> 4 <version>2.6.0. 0</version>4 <version>2.6.0.1</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> 7 7 <changelog> 8 *2.6.0.1* #3804 8 9 *2.6.0.0* localizations, misc 9 10 *2.5.1.7* localization string enclosures, spelling
