[Astpp-commit] SF.net SVN: astpp:[2311] trunk
Brought to you by:
darrenkw
From: <dar...@us...> - 2010-03-06 02:30:00
|
Revision: 2311 http://astpp.svn.sourceforge.net/astpp/?rev=2311&view=rev Author: darrenkw Date: 2010-03-06 02:29:53 +0000 (Sat, 06 Mar 2010) Log Message: ----------- Added sounds for Freeswitch. Modified Paths: -------------- trunk/Makefile Added Paths: ----------- trunk/sounds/GSM/ trunk/sounds/GSM/astcc-badphone.GSM trunk/sounds/GSM/astpp-accountnum.GSM trunk/sounds/GSM/astpp-badaccount.GSM trunk/sounds/GSM/astpp-badphone.GSM trunk/sounds/GSM/astpp-busy-tryagain.GSM trunk/sounds/GSM/astpp-call-completed.GSM trunk/sounds/GSM/astpp-callingcard-menu.GSM trunk/sounds/GSM/astpp-card-has-expired.GSM trunk/sounds/GSM/astpp-card-is-empty.GSM trunk/sounds/GSM/astpp-card-to-empty.GSM trunk/sounds/GSM/astpp-card-to-refill.GSM trunk/sounds/GSM/astpp-cent.GSM trunk/sounds/GSM/astpp-cents.GSM trunk/sounds/GSM/astpp-congested-tryagain.GSM trunk/sounds/GSM/astpp-connectcharge.GSM trunk/sounds/GSM/astpp-dollar.GSM trunk/sounds/GSM/astpp-dollars.GSM trunk/sounds/GSM/astpp-down.GSM trunk/sounds/GSM/astpp-in-use.GSM trunk/sounds/GSM/astpp-invalidpin.GSM trunk/sounds/GSM/astpp-menu.GSM trunk/sounds/GSM/astpp-minute.GSM trunk/sounds/GSM/astpp-no-enough-credit.GSM trunk/sounds/GSM/astpp-noanswer-tryagain.GSM trunk/sounds/GSM/astpp-not-enough-money.GSM trunk/sounds/GSM/astpp-per.GSM trunk/sounds/GSM/astpp-phonenum.GSM trunk/sounds/GSM/astpp-please-wait-while-i-connect.GSM trunk/sounds/GSM/astpp-pleasepin.GSM trunk/sounds/GSM/astpp-second.GSM trunk/sounds/GSM/astpp-seconds.GSM trunk/sounds/GSM/astpp-this-call-will-last.GSM trunk/sounds/GSM/astpp-this-card-has-a-balance-of.GSM trunk/sounds/GSM/astpp-will-apply.GSM trunk/sounds/GSM/astpp-willcost.GSM trunk/sounds/GSM/cent.GSM trunk/sounds/GSM/is-suspended.GSM trunk/sounds/GSM/of-local-credit.GSM trunk/sounds/GSM/of-longdistance-credit.GSM trunk/sounds/GSM/per.GSM trunk/sounds/GSM/please-wait-while-i-connect.GSM trunk/sounds/GSM/press_one_if_you_wish.GSM trunk/sounds/GSM/this-call-will-last.GSM trunk/sounds/GSM/this-card-has-a-balance-of.GSM trunk/sounds/wav/ trunk/sounds/wav/astcc-badphone.wav trunk/sounds/wav/astpp-accountnum.wav trunk/sounds/wav/astpp-badaccount.wav trunk/sounds/wav/astpp-badphone.wav trunk/sounds/wav/astpp-busy-tryagain.wav trunk/sounds/wav/astpp-call-completed.wav trunk/sounds/wav/astpp-callingcard-menu.wav trunk/sounds/wav/astpp-card-has-expired.wav trunk/sounds/wav/astpp-card-is-empty.wav trunk/sounds/wav/astpp-card-to-empty.wav trunk/sounds/wav/astpp-card-to-refill.wav trunk/sounds/wav/astpp-cent.wav trunk/sounds/wav/astpp-cents.wav trunk/sounds/wav/astpp-congested-tryagain.wav trunk/sounds/wav/astpp-connectcharge.wav trunk/sounds/wav/astpp-dollar.wav trunk/sounds/wav/astpp-dollars.wav trunk/sounds/wav/astpp-down.wav trunk/sounds/wav/astpp-in-use.wav trunk/sounds/wav/astpp-invalidpin.wav trunk/sounds/wav/astpp-menu.wav trunk/sounds/wav/astpp-minute.wav trunk/sounds/wav/astpp-noanswer-tryagain.wav trunk/sounds/wav/astpp-not-enough-credit.wav trunk/sounds/wav/astpp-not-enough-money.wav trunk/sounds/wav/astpp-per.wav trunk/sounds/wav/astpp-phonenum.wav trunk/sounds/wav/astpp-please-wait-while-i-connect.wav trunk/sounds/wav/astpp-pleasepin.wav trunk/sounds/wav/astpp-second.wav trunk/sounds/wav/astpp-seconds.wav trunk/sounds/wav/astpp-this-call-will-last.wav trunk/sounds/wav/astpp-this-card-has-a-balance-of.gsm trunk/sounds/wav/astpp-this-card-has-a-balance-of.wav trunk/sounds/wav/astpp-willapply.wav trunk/sounds/wav/astpp-willcost.wav trunk/sounds/wav/cent.wav trunk/sounds/wav/is-suspended.wav trunk/sounds/wav/of-local-credit.wav trunk/sounds/wav/of-longdistance-credit.wav trunk/sounds/wav/per.wav trunk/sounds/wav/please-wait-while-i-connect.wav trunk/sounds/wav/press_one_if_you_wish.wav trunk/sounds/wav/this-call-will-last.wav trunk/sounds/wav/this-card-has-a-balance-of.wav Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2010-02-27 03:56:44 UTC (rev 2310) +++ trunk/Makefile 2010-03-06 02:29:53 UTC (rev 2311) @@ -92,10 +92,14 @@ done install_sounds_freeswitch: - for x in sounds/*.gsm; do \ + for x in sounds/GSM/*.GSM; do \ echo $$x;\ install -m 644 $$x $(DESTDIR)$(FS_SOUNDSDIR); \ done + for x in sounds/wav/*.wav; do \ + echo $$x;\ + install -m 644 $$x $(DESTDIR)$(FS_SOUNDSDIR); \ + done install_templates: Added: trunk/sounds/GSM/astcc-badphone.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astcc-badphone.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-accountnum.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-accountnum.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-badaccount.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-badaccount.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-badphone.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-badphone.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-busy-tryagain.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-busy-tryagain.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-call-completed.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-call-completed.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-callingcard-menu.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-callingcard-menu.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-card-has-expired.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-card-has-expired.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-card-is-empty.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-card-is-empty.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-card-to-empty.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-card-to-empty.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-card-to-refill.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-card-to-refill.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-cent.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-cent.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-cents.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-cents.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-congested-tryagain.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-congested-tryagain.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-connectcharge.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-connectcharge.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-dollar.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-dollar.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-dollars.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-dollars.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-down.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-down.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-in-use.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-in-use.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-invalidpin.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-invalidpin.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-menu.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-menu.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-minute.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-minute.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-no-enough-credit.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-no-enough-credit.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-noanswer-tryagain.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-noanswer-tryagain.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-not-enough-money.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-not-enough-money.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-per.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-per.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-phonenum.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-phonenum.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-please-wait-while-i-connect.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-please-wait-while-i-connect.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-pleasepin.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-pleasepin.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-second.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-second.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-seconds.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-seconds.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-this-call-will-last.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-this-call-will-last.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-this-card-has-a-balance-of.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-this-card-has-a-balance-of.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-will-apply.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-will-apply.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/astpp-willcost.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/astpp-willcost.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/cent.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/cent.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/is-suspended.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/is-suspended.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/of-local-credit.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/of-local-credit.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/of-longdistance-credit.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/of-longdistance-credit.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/per.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/per.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/please-wait-while-i-connect.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/please-wait-while-i-connect.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/press_one_if_you_wish.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/press_one_if_you_wish.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/this-call-will-last.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/this-call-will-last.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/GSM/this-card-has-a-balance-of.GSM =================================================================== (Binary files differ) Property changes on: trunk/sounds/GSM/this-card-has-a-balance-of.GSM ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astcc-badphone.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astcc-badphone.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-accountnum.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-accountnum.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-badaccount.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-badaccount.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-badphone.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-badphone.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-busy-tryagain.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-busy-tryagain.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-call-completed.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-call-completed.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-callingcard-menu.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-callingcard-menu.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-card-has-expired.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-card-has-expired.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-card-is-empty.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-card-is-empty.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-card-to-empty.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-card-to-empty.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-card-to-refill.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-card-to-refill.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-cent.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-cent.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-cents.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-cents.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-congested-tryagain.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-congested-tryagain.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-connectcharge.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-connectcharge.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-dollar.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-dollar.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-dollars.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-dollars.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-down.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-down.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-in-use.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-in-use.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-invalidpin.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-invalidpin.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-menu.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-menu.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-minute.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-minute.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-noanswer-tryagain.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-noanswer-tryagain.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-not-enough-credit.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-not-enough-credit.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-not-enough-money.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-not-enough-money.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-per.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-per.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-phonenum.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-phonenum.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-please-wait-while-i-connect.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-please-wait-while-i-connect.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-pleasepin.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-pleasepin.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-second.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-second.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-seconds.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-seconds.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-this-call-will-last.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-this-call-will-last.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-this-card-has-a-balance-of.gsm =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-this-card-has-a-balance-of.gsm ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-this-card-has-a-balance-of.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-this-card-has-a-balance-of.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-willapply.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-willapply.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/astpp-willcost.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/astpp-willcost.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/cent.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/cent.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/is-suspended.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/is-suspended.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/of-local-credit.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/of-local-credit.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/of-longdistance-credit.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/of-longdistance-credit.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/per.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/per.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/please-wait-while-i-connect.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/please-wait-while-i-connect.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/press_one_if_you_wish.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/press_one_if_you_wish.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/this-call-will-last.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/this-call-will-last.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/sounds/wav/this-card-has-a-balance-of.wav =================================================================== (Binary files differ) Property changes on: trunk/sounds/wav/this-card-has-a-balance-of.wav ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |