- Timestamp:
- 08/21/07 00:46:41 (6 years ago)
- Files:
-
- modules/branches/2.3/findmefollow/module.xml (modified) (1 diff)
- modules/branches/2.3/findmefollow/page.findmefollow.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/findmefollow/module.xml
r4813 r4909 2 2 <rawname>findmefollow</rawname> 3 3 <name>Follow Me</name> 4 <version>2.4.13. 1</version>4 <version>2.4.13.2</version> 5 5 <changelog> 6 *2.4.13.2* #2193 moh path hardcoded 6 7 *2.4.13.1* bump for rc1 7 8 *2.4.13* added xml attribute needsenginedb, #1961 enabled to work with extension numbers leading with 0s modules/branches/2.3/findmefollow/page.findmefollow.php
r4640 r4909 339 339 <select name="ringing"/> 340 340 <?php 341 $tresults = music_list( "/var/lib/asterisk/mohmp3");341 $tresults = music_list($amp_conf['ASTVARLIBDIR']."/mohmp3"); 342 342 $cur = (isset($ringing) ? $ringing : 'Ring'); 343 343 echo '<option value="Ring">'._("Ring")."</option>";
