Feature #156
Create TTS folder where it does not exist
| Status: | Closed | Start: | 06/24/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 07/10/2009 | |
| Assigned to: | tshif | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Weather by ZIP Code - v 1.1.5 | Estimated time: | 0.50 hour |
Description
During module installation create TTS folder where it does not exist, and set with appropriate permissions. ( such as trixbox, and elastix)
Case open for discussion.
History
Updated by tshif over 2 years ago
Suggest this code be added to install.php:
$parm_temp_dir = '/var/lib/asterisk/sounds/tts';
if (!is_dir ($parm_temp_dir)) mkdir ($parm_temp_dir, 0775);
Updated by tshif over 2 years ago
- Due date set to 07/10/2009
- Status changed from Feedback to Reviewed
- % Done changed from 0 to 20
- Estimated time set to 0.50
Corrective code proposed. Awaitng discussion.
Updated by tshif over 2 years ago
- Status changed from Reviewed to Resolved
- Assigned to set to tshif
- % Done changed from 20 to 70
Awaiting QS.
Updated by tshif over 2 years ago
- Target version changed from Weather by ZIP Code - Future Releases to Weather by ZIP Code - v 1.1.5
Updated by tshif over 2 years ago
- Status changed from Resolved to Closed
- % Done changed from 70 to 100
QS: PASS. TTS Folder is created and permissioned as expected.