Changeset 4567
- Timestamp:
- 07/27/07 18:30:32 (1 year ago)
- Files:
-
- modules/branches/2.3/voicemail/functions.inc.php (modified) (1 diff)
- modules/branches/2.3/voicemail/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/voicemail/functions.inc.php
r4267 r4567 185 185 } 186 186 187 //AMP Users can only add to their department's context188 $vmcontext = isset($_SESSION["AMP_user"]->_deptname)?$_SESSION["AMP_user"]->_deptname:null;189 190 187 if (empty($vmcontext)) 191 188 $vmcontext = (isset($_REQUEST['vmcontext']) ? $_REQUEST['vmcontext'] : $incontext); modules/branches/2.3/voicemail/module.xml
r4268 r4567 2 2 <rawname>voicemail</rawname> 3 3 <name>Voicemail</name> 4 <version>2.0.2. 2</version>4 <version>2.0.2.3</version> 5 5 <candisable>no</candisable> 6 <canuninstall>no</canuninstall> 6 7 <changelog> 8 *2.0.2.3* remove setting vmcontext to department, fixed #2153 and #2136 7 9 *2.0.2.2* MailBoxExists needs 'j' option for Asterisk 1.4 (and technically this is correct syntax) 8 10 *2.0.2.1* added candisable = no for module admin
