Changeset 3076
- Timestamp:
- 11/15/06 19:14:19 (7 years ago)
- Files:
-
- modules/branches/2.2/voicemail/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/voicemail/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/voicemail/functions.inc.php
r3071 r3076 140 140 extract($vmoptions, EXTR_PREFIX_ALL, "vmops"); 141 141 } else { 142 $vmops_attach = false;143 $vmops_saycid = false;144 $vmops_envelope = false;145 $vmops_delete = false;142 $vmops_attach = 'no'; 143 $vmops_saycid = 'no'; 144 $vmops_envelope = 'no'; 145 $vmops_delete = 'no'; 146 146 } 147 147 modules/branches/2.2/voicemail/module.xml
r3038 r3076 2 2 <rawname>voicemail</rawname> 3 3 <name>Voicemail</name> 4 <version>1.4</version> 5 <changelog>*1.4* First release for 2.2. Fix inability to create voicemail box</changelog> 4 <version>1.4.1</version> 5 <changelog> 6 *1.4.1* Fixed radio button defaults to 'no' from false so they work 7 *1.4* First release for 2.2. Fix inability to create voicemail box 8 </changelog> 6 9 <description>This module allows you to configure Voicemail for a user or extension</description> 7 10 <type>setup</type>
