Changeset 10296
- Timestamp:
- 09/22/10 11:59:28 (3 years ago)
- Files:
-
- modules/branches/2.8 (modified) (1 prop)
- modules/branches/2.8/vmblast/functions.inc.php (modified) (2 diffs)
- modules/branches/2.8/vmblast/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8
- Property svnmerge-integrated changed from /modules/branches/2.7:1-9074,9105,10001,10196,10253,10264 /modules/branches/2.9:1-10122 to /modules/branches/2.7:1-9074,9105,10001,10196,10253,10264,10295 /modules/branches/2.9:1-10122
modules/branches/2.8/vmblast/functions.inc.php
r8947 r10296 95 95 } 96 96 if (isset($recording_hash[$grp['audio_label']])) { 97 $ext->add($contextname, $grpnum, '', new ext_setvar(' MSG',$recording_hash[$grp['audio_label']]));97 $ext->add($contextname, $grpnum, '', new ext_setvar('VMBMSG',$recording_hash[$grp['audio_label']])); 98 98 $ext->add($contextname, $grpnum, '', new ext_goto('msg','vmblast','app-vmblast')); 99 99 } else { … … 105 105 $contextname = 'app-vmblast'; 106 106 $ext->add($contextname, 'vmblast', 'digits', new ext_execif('$["${DIGITS}" != ""]','SayDigits','${DIGITS}')); 107 $ext->add($contextname, 'vmblast', 'msg', new ext_execif('$["${ MSG}" != ""]','Background','${MSG}'));107 $ext->add($contextname, 'vmblast', 'msg', new ext_execif('$["${VMBMSG}" != ""]','Background','${VMBMSG}')); 108 108 $ext->add($contextname, 'vmblast', '', new ext_background('if-correct-press&digits/1')); 109 109 $ext->add($contextname, 'vmblast', '', new ext_waitexten('20')); modules/branches/2.8/vmblast/module.xml
r10094 r10296 2 2 <rawname>vmblast</rawname> 3 3 <name>VoiceMail Blasting</name> 4 <version>2.8.0. 1</version>4 <version>2.8.0.2</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 </description> 12 12 <changelog> 13 *2.8.0.2* #4551 13 14 *2.8.0.1* localization updates 14 15 *2.8.0.0* #4309, #4310
