Matt
2005-Sep-29 11:04 UTC
[Asterisk-Users] Any way to not overwrite sound files on compile?
Every time I recompile Asterisk (or upgrade to a new CVS-HEAD, whatever) asterisk overwrites custom files I have made. Granted, these files are named the same as the asterisk default files (vm-login.gsm, etc) because we had a person here record them to customize them a bit more for our application. Short of keeping them somewhere and copying them back every time (which isn't all that often) I do a re-compile. Is there some flag or something to tell Asterisk not to install sound files, or at the very least not to overwrite ones already existing?
gincantalupo
2005-Sep-29 23:44 UTC
[Asterisk-Users] Any way to not overwrite sound files on compile?
Hi, just do NOT type "make samples": this commands writes original sounds in your dirs even if your old custom messages are present. (I'm talking about 1.0.7 * version, maybe in newer * versions this command is included inside some install script). Giorgio. Matt wrote:>Every time I recompile Asterisk (or upgrade to a new CVS-HEAD, >whatever) asterisk overwrites custom files I have made. Granted, >these files are named the same as the asterisk default files >(vm-login.gsm, etc) because we had a person here record them to >customize them a bit more for our application. > >Short of keeping them somewhere and copying them back every time >(which isn't all that often) I do a re-compile. Is there some flag or >something to tell Asterisk not to install sound files, or at the very >least not to overwrite ones already existing? >_______________________________________________ >--Bandwidth and Colocation sponsored by Easynews.com -- > >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
Gustavo A. Gonzalez
2005-Sep-30 06:17 UTC
[Asterisk-Users] Re:Any way to not overwrite sound files on compile?
When compile only type 'make' and copy manually your module/s from asterisk apps directory into your asterisk modules directory. regards. G. Matt wrote:>Every time I recompile Asterisk (or upgrade to a new CVS-HEAD, >whatever) asterisk overwrites custom files I have made. Granted, >these files are named the same as the asterisk default files >(vm-login.gsm, etc) because we had a person here record them to >customize them a bit more for our application. > >Short of keeping them somewhere and copying them back every time >(which isn't all that often) I do a re-compile. Is there some flag or >something to tell Asterisk not to install sound files, or at the very >least not to overwrite ones already existing?
Terry Wilson
2005-Sep-30 11:42 UTC
[Asterisk-Users] Any way to not overwrite sound files on compile?
On 9/29/05, Matt <mhoppes@gmail.com> wrote:> Every time I recompile Asterisk (or upgrade to a new CVS-HEAD, > whatever) asterisk overwrites custom files I have made. Granted, > these files are named the same as the asterisk default files > (vm-login.gsm, etc) because we had a person here record them to > customize them a bit more for our application. > > Short of keeping them somewhere and copying them back every time > (which isn't all that often) I do a re-compile. Is there some flag or > something to tell Asterisk not to install sound files, or at the very > least not to overwrite ones already existing? > _______________________________________________I believe 'make upgrade' will do what you want.
James Moore
2005-Oct-04 10:08 UTC
[Asterisk-Users] Any way to not overwrite sound files on compile?
What about doing something like say that the files localized for your particular installation are in another language? Just do something like language=enmycompanyname, put your modified sound files in /var/lib/asterisk/sounds/enmycompnayname, et voila! No more overwriting of your files, and you get fallback behaviour to the standard asterisk sounds as well when new, nonlocalized sounds are included in the distribution. - James -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051004/0312f7ae/attachment.htm