[Build-system] Migrate music/sounds from files.freeswitch.org to https://github.com/freeswitch/freeswitch-sounds/releases (#3062)

This commit is contained in:
Andrey Volk
2026-06-30 23:33:14 +03:00
committed by GitHub
parent b9c41705b7
commit 225a5e197e
22 changed files with 114 additions and 99 deletions
+2 -1
View File
@@ -15,10 +15,11 @@
SoundQuality="$(SoundQuality)"
>
<Output PropertyName="SoundFileName" TaskParameter="SoundFileName" />
<Output PropertyName="SoundVersion" TaskParameter="SoundVersion" />
</GetSoundFileNameTask>
<Message Importance="High" Text="SoundFileName is set to: $(SoundFileName)"/>
<DownloadPackageTask
package="http://files.freeswitch.org/releases/sounds/$(SoundFileName)"
package="https://github.com/freeswitch/freeswitch-sounds/releases/download/$(SoundPrimaryName)-$(SoundVersion)/$(SoundFileName)"
expectfileordirectory="$(SoundsDir)\$(ExpectRelative)"
outputfolder=""
outputfilename=""