Hi,<br><br>Between 1.6.1.9 and 1.6.1.18, handling of menuselect has changed in such a way that I cannot script non-english sound files downloading anymore.<br><br>The following used to work (unattended) with 1.6.1.9 (for instance):<br>
<br>cd /usr/src/asterisk-${ASTERISK_VERSION}<br>./configure<br>make menuselect.makeopts<br>echo &quot;MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM CORE-SOUNDS-FR-GSM&quot; &gt; menuselect.makeopts.defaults<br>make USER_MAKEOPTS=menuselect.makeopts.defaults menuselect.makeopts<br>
make<br>make install<br><br><br>Now, with 1.6.1.18, CORE-SOUNDS-FR-GSM is not downloaded anymore.<br>I quickly compared both Makefile contents but it&#39;s too complex for me.<br><br>How should I change my script to download sounds files ?<br>
<br>Regards<br>