Changeset 4911

Show
Ignore:
Timestamp:
08/21/07 00:47:57 (6 years ago)
Author:
p_lindheimer
Message:

#2193 moh path hardcoded

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/ringgroups/module.xml

    r4834 r4911  
    22  <rawname>ringgroups</rawname> 
    33  <name>Ring Groups</name> 
    4   <version>2.2.16.1</version> 
     4  <version>2.2.16.2</version> 
    55  <type>setup</type> 
    66  <category>Inbound Call Control</category> 
     
    99  </description> 
    1010  <changelog> 
     11    *2.2.16.2* #2193 moh path hardcoded 
    1112    *2.2.16.1* bump for rc1 
    1213    *2.2.16* #1961 changed to allow leading 0 extensions 
  • modules/branches/2.3/ringgroups/page.ringgroups.php

    r4638 r4911  
    257257      <select name="ringing"/> 
    258258      <?php 
    259         $tresults = music_list("/var/lib/asterisk/mohmp3"); 
     259        $tresults = music_list($amp_conf['ASTVARLIBDIR']."/mohmp3"); 
    260260        $cur = (isset($ringing) ? $ringing : 'Ring'); 
    261261        echo '<option value="Ring">'._("Ring")."</option>";