[asterisk-users] Change in menuselect handling of sound files (in 1.6.1.X)

2010-04-12 Thread Olivier
Hi,

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.

The following used to work (unattended) with 1.6.1.9 (for instance):

cd /usr/src/asterisk-${ASTERISK_VERSION}
./configure
make menuselect.makeopts
echo MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM CORE-SOUNDS-FR-GSM 
menuselect.makeopts.defaults
make USER_MAKEOPTS=menuselect.makeopts.defaults menuselect.makeopts
make
make install


Now, with 1.6.1.18, CORE-SOUNDS-FR-GSM is not downloaded anymore.
I quickly compared both Makefile contents but it's too complex for me.

How should I change my script to download sounds files ?

Regards
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Change in menuselect handling of sound files (in 1.6.1.X)

2010-04-12 Thread Jason Parker
Olivier wrote:
 Hi,
 
 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.
 
 The following used to work (unattended) with 1.6.1.9 (for instance):
 
 cd /usr/src/asterisk-${ASTERISK_VERSION}
 ./configure
 make menuselect.makeopts
 echo MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM CORE-SOUNDS-FR-GSM  
 menuselect.makeopts.defaults
 make USER_MAKEOPTS=menuselect.makeopts.defaults menuselect.makeopts
 make
 make install
 
 
 Now, with 1.6.1.18, CORE-SOUNDS-FR-GSM is not downloaded anymore.
 I quickly compared both Makefile contents but it's too complex for me.
 
 How should I change my script to download sounds files ?
 
 Regards
 

Remove this line:
make menuselect.makeopts

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users