Changeset 7860
- Timestamp:
- 06/23/09 12:51:24 (1 year ago)
- Files:
-
- modules/branches/2.4 (modified) (1 prop)
- modules/branches/2.4/ivr/module.xml (modified) (2 diffs)
- modules/branches/2.4/ivr/page.ivr.php (modified) (1 diff)
- modules/branches/2.4/paging/functions.inc.php (modified) (1 diff)
- modules/branches/2.4/paging/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4
- Property svnmerge-integrated changed from /modules/branches/2.3:1-5233,5245,5333,5336 /modules/branches/2.5:1-5852,5880,5930,5995,6016-6017,6030-6031,6142,6218,6291,6361,6363,6413-6414,6422,6428-6430,6442-6443,6557,6710,6714-6715,6969-6970,6984,7248,7281 to /modules/branches/2.3:1-5233,5245,5333,5336 /modules/branches/2.5:1-5852,5880,5930,5995,6016-6017,6030-6031,6142,6218,6291,6361,6363,6413-6414,6422,6428-6430,6442-6443,6557,6710,6714-6715,6969-6970,6984,7248,7281,7858-7859
modules/branches/2.4/ivr/module.xml
r5825 r7860 2 2 <rawname>ivr</rawname> 3 3 <name>IVR</name> 4 <version>2.5.1 7</version>4 <version>2.5.18</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.5.18* #3732 don't include zonemessages in directory options 11 12 *2.5.17* #2858 Better handing of i and t options, added loop count and ability to loop before going to user defined i, t options 12 13 *2.5.16.3* #2604, #2843 fix mal-formed html tags, Russian Translation modules/branches/2.4/ivr/page.ivr.php
r7854 r7860 147 147 $vmcontexts = array_keys($tresults); 148 148 foreach ($vmcontexts as $vmc) { 149 if ( $vmc != 'general') && ($vmc != 'zonemessages)149 if (($vmc != 'general') && ($vmc != 'zonemessages')) { 150 150 echo '<option value="'.$vmc.'"'.($vmc == $ivr_details['dircontext'] ? ' SELECTED' : '').'>'.$vmc."</option>\n"; 151 } 151 } 152 } 152 153 ?> 153 154 </select> modules/branches/2.4/paging/functions.inc.php
r5383 r7860 281 281 // make AMPUSER inherited here, so we can skip the proper 'self' if using cidnum masquerading 282 282 $ext->add($extpaging, $grp, '', new ext_setvar('_AMPUSER', '${AMPUSER}')); 283 $ext->add($extpaging, $grp, '', new ext_setvar('_FORWARD_CONTEXT', 'block-cf')); 283 284 $ext->add($extpaging, $grp, '', new ext_page($dialstr)); 284 285 } modules/branches/2.4/paging/module.xml
r5805 r7860 2 2 <rawname>paging</rawname> 3 3 <name>Paging and Intercom</name> 4 <version>2.4.0. 5</version>4 <version>2.4.0.6</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> 7 7 <changelog> 8 *2.4.0.6* #3734 block client side CF on page 8 9 *2.4.0.5* #1939, #2843 Mitel Phone Support, Russian Translation, oldstyle module hooks added 9 10 *2.4.0.4* #2758 don't show intercom instructions when disabled, bogus codes were displayed
