Bug 138180 - net/freeswitch update
Summary: net/freeswitch update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-25 19:20 UTC by RIchard Neese
Modified: 2009-08-27 21:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RIchard Neese 2009-08-25 19:20:00 UTC

    
Comment 1 RIchard Neese 2009-08-25 19:22:03 UTC
diff -ruN /usr/ports/net/freeswitch/Makefile freeswitch/Makefile
--- /usr/ports/net/freeswitch/Makefile	2009-08-21 16:41:04.000000000 -0600
+++ freeswitch/Makefile	2009-08-25 11:47:36.000000000 -0600
@@ -2,20 +2,28 @@
 # Date created: Augets 9, 2009
 # Whom: Richard Neese <r.neese@gmail.com>
 #
-# $FreeBSD: ports/net/freeswitch/Makefile,v 1.1 2009/08/21 22:41:04 miwi Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	freeswitch
-PORTVERSION=	1.0.4.1
+PORTVERSION=	1.0.4.2
 CATEGORIES=	net
 MASTER_SITES=	http://files.freeswitch.org/:source1 \
 		http://dl.getdropbox.com/u/152504/:source2 \
 		http://www.freeswitch.org/eg/:source3
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 DISTFILES=	pizza_gram.tar.gz:source1 \
-		freeswitch-1.0.4.1.tar.gz:source2 \
-		pizza_sounds.tar.gz:source3
-EXTRACT_ONLY=	freeswitch-1.0.4.1.tar.gz
+		freeswitch-1.0.4.2.tar.gz:source2 \
+		pizza_sounds.tar.gz:source3 \
+		freeswitch-sounds-en-us-callie-8000-1.0.11.tar.gz:source1 \
+		freeswitch-sounds-en-us-callie-16000-1.0.11.tar.gz:source1 \
+		freeswitch-sounds-en-us-callie-32000-1.0.11.tar.gz:source1 \
+		freeswitch-sounds-en-us-callie-48000-1.0.11.tar.gz:source1 \
+		freeswitch-sounds-music-8000-1.0.8.tar.gz:source1 \
+		freeswitch-sounds-music-16000-1.0.8.tar.gz:source1 \
+		freeswitch-sounds-music-32000-1.0.8.tar.gz:source1 \
+		freeswitch-sounds-music-48000-1.0.8.tar.gz:source1
+EXTRACT_ONLY=	freeswitch-1.0.4.2.tar.gz
 
 MAINTAINER=	r.neese@gmail.com
 COMMENT=	FreeSwitch SoftSwitch Port
@@ -32,7 +40,8 @@
 USE_AUTOTOOLS=	autoconf:262:env automake:110:env libtool:22:env
 
 USE_GMAKE=	yes
-USE_RC_SUBR=	freeswitch
+SUB_FILES=      pkg-message
+USE_RC_SUBR=    freeswitch
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}/${PORTNAME} --with-libgnutls-prefix=${LOCALBASE} \
 		--with-ogg=${LOCALBASE} --with-ogg-libraries=${LOCALBASE}/lib \
@@ -63,6 +72,7 @@
 		MODCELT		"Enable mod_celt (celt codec)" on \
 		MODOPENZAP	"Enable mod_openzap (zaptel support)" on \
 		MODMULTICAST	"Enable mod_event_multicast" on \
+		MODNIBBLEBILL   "Enable mod_nibblebill(billing)" on \
 		MODPORTAUDIO	"Enable mod_portaudio" on \
 		MODSPDRMNKYODBC	"Enable mod_spidermonkey_odbc (req odbc)" on \
 		MODPERL		"Enable mod_perl (perl support)" on \
@@ -76,8 +86,11 @@
 		MODSAYZH	"Enable mod_say_zh (Chinese support)" on \
 		SAMPLES		"Install Sample Config Files" on \
 		SOUNDS		"Install 8k Sound Files" on \
+		HDSOUNDS	"Install 16k Sound (req 8k Sounds) " off \
+		UHDSOUNDS	"Install 32k Sound (req 8k 16k Sounds)" off \
+		CDSOUNDS	"Install CD Quality Sound (req 8k Sounds)" off \
 		PIZZADEMO	"Install Pizza Demo (req mod_pcoketsphinx)" on \
-		FAXUTILS        "Install Extra Fax Utils (MOD FAX)" on
+		FAXUTILS        "Install Extra Fax Utils (Req MOD FAX)" on
 
 .include <bsd.port.pre.mk>
 
@@ -276,6 +289,24 @@
 PLIST_SUB+=	WITH_SOUNDS=""
 .endif
 
+.if !defined(WITH_HDSOUNDS)
+PLIST_SUB+=     WITH_HDSOUNDS="@comment "
+.else
+PLIST_SUB+=     WITH_HDSOUNDS=""
+.endif
+
+.if !defined(WITH_UHDSOUNDS)
+PLIST_SUB+=     WITH_UHDSOUNDS="@comment "
+.else
+PLIST_SUB+=     WITH_UHDSOUNDS=""
+.endif
+
+.if !defined(WITH_CDSOUNDS)
+PLIST_SUB+=     WITH_CDSOUNDS="@comment "
+.else
+PLIST_SUB+=     WITH_CDSOUNDS=""
+.endif
+
 .if !defined(WITH_PIZZADEMO)
 PLIST_SUB+=	WITH_PIZZADEMO="@comment "
 .else
@@ -289,6 +320,12 @@
 RUN_DEPENDS+=	tiff2png:${PORTSDIR}/graphics/tiff2png
 .endif
 
+.if !defined(WITH_MODNIBBLEBILL)
+PLIST_SUB+=	WITH_MODNIBBLEBILL="@comment "
+.else
+PLIST_SUB+=	WITH_MODNIBBLEBILL=""
+.endif
+
 pre-configure:
 	@cd ${WRKSRC} && ./bootstrap.sh
 	@${CP} ${WRKSRC}/build/modules.conf.in ${WRKSRC}/modules.conf
@@ -412,8 +449,8 @@
 	@${REINPLACE_CMD} -e 's|#say/mod_say_zh|say/mod_say_zh|g' ${WRKSRC}/modules.conf
 .endif
 
-.if ${OSVERSION} < 700000
-IGNORE=		it's to unsupported before FreeBSD 7.X
+.if defined(WITH_MODNIBBLEBILL)
+	@${REINPLACE_CMD} -e 's|#applications/mod_nibblebill|applications/mod_nibblebill|g' ${WRKSRC}/modules.conf
 .endif
 
 post-patch:
@@ -421,13 +458,30 @@
 		${XARGS} ${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|g'
 
 post-install:
-.if defined(WITH_SAMPLES)
-	@cd ${WRKSRC} && ${GMAKE} samples
-.endif
+	@${MKDIR} ${PREFIX}/${PORTNAME}/sounds
 
 .if defined(WITH_SOUNDS)
-	@cd ${WRKSRC} && ${GMAKE} sounds-install
-	@cd ${WRKSRC} && ${GMAKE} moh-install
+	@${TAR} -xzvf ${DISTDIR}/freeswitch-sounds-en-us-callie-8000-1.0.11.tar.gz -C ${PREFIX}/${PORTNAME}/sounds/
+	@${TAR} -xzvf ${DISTDIR}/freeswitch-sounds-music-8000-1.0.8.tar.gz -C ${PREFIX}/${PORTNAME}/sounds/
+.endif
+
+.if defined(WITH_HDSOUNDS)
+	@${TAR} -xzvf ${DISTDIR}/freeswitch-sounds-en-us-callie-16000-1.0.11.tar.gz -C ${PREFIX}/${PORTNAME}/sounds/
+	@${TAR} -xzvf ${DISTDIR}/freeswitch-sounds-music-16000-1.0.8.tar.gz -C ${PREFIX}/${PORTNAME}/sounds/
+.endif
+
+.if defined(WITH_UHDSOUNDS)
+	@${TAR} -xzvf ${DISTDIR}/freeswitch-sounds-en-us-callie-32000-1.0.11.tar.gz -C ${PREFIX}/${PORTNAME}/sounds/
+	@${TAR} -xzvf ${DISTDIR}/freeswitch-sounds-music-32000-1.0.8.tar.gz -C ${PREFIX}/${PORTNAME}/sounds/
+.endif
+
+.if defined(WITH_CDSOUNDS)
+	@${TAR} -xzvf ${DISTDIR}/freeswitch-sounds-en-us-callie-48000-1.0.11.tar.gz -C ${PREFIX}/${PORTNAME}/sounds/
+	@${TAR} -xzvf ${DISTDIR}/freeswitch-sounds-music-48000-1.0.8.tar.gz -C ${PREFIX}/${PORTNAME}/sounds/
+.endif
+
+.if defined(WITH_SAMPLES)
+	@cd ${WRKSRC} && ${GMAKE} samples
 .endif
 
 .if defined(WITH_PIZZADEMO)
diff -ruN /usr/ports/net/freeswitch/distinfo freeswitch/distinfo
--- /usr/ports/net/freeswitch/distinfo	2009-08-21 16:41:04.000000000 -0600
+++ freeswitch/distinfo	2009-08-24 17:31:47.000000000 -0600
@@ -1,9 +1,33 @@
 MD5 (pizza_gram.tar.gz) = dc10f21c8d6bd708b7deae9f18a82b92
 SHA256 (pizza_gram.tar.gz) = e713406834ba40fe07c69b84f042fcb27493c15bc6b51133418527bc7a818027
 SIZE (pizza_gram.tar.gz) = 1053
-MD5 (freeswitch-1.0.4.1.tar.gz) = f87db3994af3c2b34d52114399e35363
-SHA256 (freeswitch-1.0.4.1.tar.gz) = df7f89f13f05103340e6c6d30900047efc1eb4517a443449e0992f471d0c68fa
-SIZE (freeswitch-1.0.4.1.tar.gz) = 56870200
+MD5 (freeswitch-1.0.4.2.tar.gz) = ce3d8e75856cb1304afba50e489f1651
+SHA256 (freeswitch-1.0.4.2.tar.gz) = f9417e557c7111a6a3f3d9c33270a34c504d8f6bb948f414b4d4274a1d73b5aa
+SIZE (freeswitch-1.0.4.2.tar.gz) = 57086208
 MD5 (pizza_sounds.tar.gz) = dacfde8879da8dd0e0542069e5cba6a2
 SHA256 (pizza_sounds.tar.gz) = 606f736625b7f331e219e10460029c8e0b0e58136feeddde976a0dcc68a97bef
 SIZE (pizza_sounds.tar.gz) = 1498679
+MD5 (freeswitch-sounds-en-us-callie-8000-1.0.11.tar.gz) = a849a7f605b98082f75bc45d7a2d71bc
+SHA256 (freeswitch-sounds-en-us-callie-8000-1.0.11.tar.gz) = 053fd4abaf07f57232ce30fb41e1d4da50718064f060c2e456dbcc653afd8b43
+SIZE (freeswitch-sounds-en-us-callie-8000-1.0.11.tar.gz) = 8483213
+MD5 (freeswitch-sounds-en-us-callie-16000-1.0.11.tar.gz) = 6dfc28f6c4f2b14f1f324a58c0fcee5d
+SHA256 (freeswitch-sounds-en-us-callie-16000-1.0.11.tar.gz) = 634dcda420dbe4c112eb9e2ccccb5a9f47b8c2fc2db82efc0047dfd9884e4158
+SIZE (freeswitch-sounds-en-us-callie-16000-1.0.11.tar.gz) = 16907516
+MD5 (freeswitch-sounds-en-us-callie-32000-1.0.11.tar.gz) = 55e83e90bf7696a639882842b6c1c3fc
+SHA256 (freeswitch-sounds-en-us-callie-32000-1.0.11.tar.gz) = 4ec8eaab21e84267542efe2fe2d82b9738fa888de5a6f5553abec954747d2e2a
+SIZE (freeswitch-sounds-en-us-callie-32000-1.0.11.tar.gz) = 33364530
+MD5 (freeswitch-sounds-en-us-callie-48000-1.0.11.tar.gz) = 168801b57162ee852acd3de0324a0290
+SHA256 (freeswitch-sounds-en-us-callie-48000-1.0.11.tar.gz) = 9ba37bd6c221affec903ce87d56670f1b0a0c7de9bcd0aa3edc7d48e88aebc7b
+SIZE (freeswitch-sounds-en-us-callie-48000-1.0.11.tar.gz) = 48988220
+MD5 (freeswitch-sounds-music-8000-1.0.8.tar.gz) = f63ef3cc3507af079ae5c7b8b8a01e42
+SHA256 (freeswitch-sounds-music-8000-1.0.8.tar.gz) = 02de6a0a4617c36b3ae3b8ad4f8d78aa39d5856d153d7da54cfd1fa6792a8837
+SIZE (freeswitch-sounds-music-8000-1.0.8.tar.gz) = 14122644
+MD5 (freeswitch-sounds-music-16000-1.0.8.tar.gz) = 7fd0ca9a9e3878783baa39b8187743bf
+SHA256 (freeswitch-sounds-music-16000-1.0.8.tar.gz) = d1e1dbaec323691f7630f834e5bddc3683303f297bdbbc3694dd2d51430f58d2
+SIZE (freeswitch-sounds-music-16000-1.0.8.tar.gz) = 27233654
+MD5 (freeswitch-sounds-music-32000-1.0.8.tar.gz) = 7e03932ea81b8d0bf6d686f838b060b4
+SHA256 (freeswitch-sounds-music-32000-1.0.8.tar.gz) = 68c7b1e8254438e622dbce7db321009a68b3c1620241354655440a0904423e12
+SIZE (freeswitch-sounds-music-32000-1.0.8.tar.gz) = 52284585
+MD5 (freeswitch-sounds-music-48000-1.0.8.tar.gz) = d06cd2a80379f224affab21f5180e4c6
+SHA256 (freeswitch-sounds-music-48000-1.0.8.tar.gz) = ebca40460bcbe4ec6e17a62a9b4dbde5b8facfaf5ae66575484f33c5d09dde6a
+SIZE (freeswitch-sounds-music-48000-1.0.8.tar.gz) = 75215628
diff -ruN /usr/ports/net/freeswitch/files/pkg-message.in freeswitch/files/pkg-message.in
--- /usr/ports/net/freeswitch/files/pkg-message.in	1969-12-31 17:00:00.000000000 -0700
+++ freeswitch/files/pkg-message.in	2009-08-25 11:48:17.000000000 -0600
@@ -0,0 +1,18 @@
+
+*****************************************************
+*		Please read			    *
+*****************************************************
+		
+There are some known issues with FreeBSD's libpthread 
+implementation and APR that can affect throughput at 
+high volume. A possible fix is to use libmap.conf to 
+remap FreeSWITCH. and its libraries to use libthr 
+(the better performance threading library)
+
+/etc/libmap.conf
+
+[freeswitch]
+libc_r.so.5 libthr.so.2
+libc_r.so.6 libthr.so.2
+libpthread.so.1 libthr.so.2
+libpthread.so.2 libthr.so.2
diff -ruN /usr/ports/net/freeswitch/pkg-plist freeswitch/pkg-plist
--- /usr/ports/net/freeswitch/pkg-plist	2009-08-21 16:41:04.000000000 -0600
+++ freeswitch/pkg-plist	2009-08-25 11:27:37.000000000 -0600
@@ -349,6 +349,8 @@
 freeswitch/mod/mod_lua.so
 freeswitch/mod/mod_native_file.la
 freeswitch/mod/mod_native_file.so
+%%WITH_MODNIBBLEBILL%%freeswitch/mod/mod_nibblebill.la
+%%WITH_MODNIBBLEBILL%%freeswitch/mod/mod_nibblebill.so
 %%WITH_MODOPENZAP%%freeswitch/mod/mod_openzap.la
 %%WITH_MODOPENZAP%%freeswitch/mod/mod_openzap.so
 %%WITH_MODPERL%%freeswitch/mod/mod_perl.la
@@ -1162,10 +1164,12 @@
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-please_try_again.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-press_one_q_or_z.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-provision_phone_permanently_to_extension.wav
+%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-recording_saved.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-regarding_reference_number.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-register_for_cluecon.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-sales.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-sample_submenu.wav
+%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-save_review_record.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-say_name.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-send_to_voicemail.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-speak_to_a_customer_service_representative.wav
@@ -1188,6 +1192,7 @@
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_repeat_these_options.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_return_to_previous_menu.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_speak_with_an_operator.wav
+%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-unable_save.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-use_telephone_keypad.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-welcome_to_freeswitch.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-you_are_about_to_provision_this_phone.wav
@@ -1332,6 +1337,2457 @@
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-urgent-saved.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-urgent.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-you_have.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Algol.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Apollo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Athens.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Atlantic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Aztec.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Babylon.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Belfast.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Bradbury.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Brazilian.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Burbank.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Burlington.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Camelot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Capricorn.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Cherokee.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Chicago.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Christmas.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Dakota.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/December.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Dupont.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Eskimo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Galveston.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Geiger.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Hamilton.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Istanbul.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Jamaica.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Jupiter.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Medusa.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Mohawk.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Montana.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Neptune.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Norwegian.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Oakland.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/October.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Ohio.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Orlando.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Pacific.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Pandora.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Pegasus.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Pluto.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Saturday.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Scotland.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Trojan.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Virginia.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Vulcan.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Waterloo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Wichita.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Wilmington.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Wyoming.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Yucatan.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/Zulu.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/aardvark.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/absurd.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/accrue.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/acme.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/adrift.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/adroitness.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/adult.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/adviser.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/afflict.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/aftermath.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/aggregate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ahead.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/aimless.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/alkali.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/allow.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/almighty.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/alone.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ammo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/amulet.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/amusement.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ancient.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/antenna.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/apple.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/applicant.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/armistice.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/article.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/artist.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/assume.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/asteroid.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/atlas.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/atmosphere.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/autopsy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/baboon.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/backfield.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/backward.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/backwater.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/banjo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/barbecue.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/beaming.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bedlamp.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/beehive.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/beeswax.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/befriend.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/belowground.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/berserk.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bifocals.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/billiard.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bison.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/blackjack.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/blockade.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/blowtorch.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bluebird.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bodyguard.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bombast.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bookseller.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bookshelf.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/borderline.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bottomless.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/brackish.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/bravado.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/breadline.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/breakaway.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/breakup.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/brickyard.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/briefcase.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/businessman.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/butterfat.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/button.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/buzzard.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/candidate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cannonball.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/caravan.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/caretaker.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/celebrate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cellulose.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cement.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/certify.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/chairlift.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/chambermaid.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/chatter.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/checkup.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/chisel.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/choking.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/chopper.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/clamshell.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/classic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/classroom.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cleanup.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/clergyman.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/clockwork.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cobra.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/coherence.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/combustion.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/commando.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/commence.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/company.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/component.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/concert.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/concurrent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/confidence.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/conformist.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/congregate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/consensus.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/consulting.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/corporate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/corrosion.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/councilman.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cowbell.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/crackdown.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cranky.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/crossover.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/crowfoot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/crucial.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/crucifix.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/crumpled.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/crusade.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cubic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/cumbersome.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/customer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/dashboard.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/deadbolt.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/decadence.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/decimal.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/deckhand.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/designing.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/detector.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/detergent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/determine.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/dictator.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/dinosaur.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/direction.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/disable.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/disbelief.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/disruptive.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/distortion.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/document.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/dogsled.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/dragnet.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/drainage.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/dreadful.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/drifter.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/dropper.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/drumbeat.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/drunken.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/dwelling.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/eating.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/edict.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/egghead.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/eightball.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/embezzle.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/enchanting.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/endorse.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/endow.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/enlist.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/enrollment.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/enterprise.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/equation.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/equipment.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/erase.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/escapade.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/escape.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/everyday.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/examine.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/exceed.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/existence.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/exodus.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/eyeglass.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/eyetooth.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/facial.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/fallout.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/fascinate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/filament.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/finicky.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/flagpole.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/flatfoot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/flytrap.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/forever.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/fortitude.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/fracture.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/framework.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/freedom.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/frequency.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/frighten.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/gadgetry.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/gazelle.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/getaway.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/glitter.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/glossary.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/glucose.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/goggles.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/goldfish.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/gossamer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/graduate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/gravity.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/gremlin.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/guidance.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/guitarist.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hamburger.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hamlet.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/handiwork.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hazardous.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/headwaters.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hemisphere.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hesitate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hideaway.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/highchair.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hockey.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/holiness.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hurricane.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/hydraulic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/impartial.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/impetus.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/inception.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/indigo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/indoors.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/indulge.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/inertia.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/infancy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/inferno.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/informant.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/insincere.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/insurgent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/integrate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/intention.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/inventive.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/inverse.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/involve.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/island.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/jawbone.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/keyboard.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/kickoff.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/kiwi.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/klaxon.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/leprosy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/letterhead.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/liberty.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/locale.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/lockup.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/maritime.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/matchmaker.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/maverick.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/megaton.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/merit.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/microscope.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/microwave.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/midsummer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/millionaire.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/minnow.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/miracle.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/miser.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/misnomer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/molasses.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/molecule.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/monument.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/mosquito.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/mural.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/music.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/narrative.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/nebula.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/necklace.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/newborn.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/newsletter.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/nightbird.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/obtuse.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/offload.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/onlooker.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/optic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/opulent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/orca.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/outfielder.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/pandemic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/paperweight.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/paragon.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/paragraph.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/paramount.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/passenger.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/payday.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/peachy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/pedigree.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/penetrate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/perceptive.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/performance.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/pharmacy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/pheasant.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/phonetic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/photograph.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/physique.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/pioneer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/playhouse.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/pocketful.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/politeness.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/positive.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/potato.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/preclude.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/prefer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/preshrunk.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/printer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/processor.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/provincial.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/prowler.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/proximate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/puberty.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/publisher.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/pupil.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/puppy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/pyramid.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/python.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/quadrant.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/quantity.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/quiver.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/quota.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/racketeer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ragtime.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ratchet.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/rebellion.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/rebirth.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/recipe.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/recover.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/reform.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/regain.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/reindeer.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/rematch.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/repay.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/repellent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/replica.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/reproduce.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/resistor.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/responsive.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/retouch.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/retraction.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/retrieval.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/retrospect.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/revenge.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/revenue.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/revival.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/revolver.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/reward.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/rhythm.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ribcage.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ringbolt.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/robust.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/rocker.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ruffled.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sailboat.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sandalwood.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sardonic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/savagery.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sawdust.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/scallion.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/scavenger.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/scenic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/scorecard.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/seabird.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/select.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sensation.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sentence.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/shadow.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/shamrock.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/showgirl.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/skullcap.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/skydive.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/slingshot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/slowdown.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/snapline.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/snapshot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/snowcap.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/snowslide.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sociable.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/solo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/southward.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/souvenir.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/soybean.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/spaniel.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/spearhead.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/specialist.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/speculate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/spellbind.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/spheroid.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/spigot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/spindle.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/spyglass.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stagehand.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stagnate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stairway.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/standard.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stapler.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/steamship.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sterling.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stethoscope.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stockman.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stopwatch.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stormy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/stupendous.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sugar.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/supportive.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/surmount.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/surrender.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/suspense.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/suspicious.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sweatband.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/swelter.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/sympathy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tactics.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/talon.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tambourine.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tapeworm.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/telephone.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tempest.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/therapist.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tiger.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tissue.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tobacco.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tolerance.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tomorrow.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tonic.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/topmost.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/torpedo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tracker.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tradition.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/transit.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/trauma.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/travesty.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/treadmill.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/trombonist.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/trouble.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/truncated.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tumor.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tunnel.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/tycoon.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/typewriter.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/ultimate.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/uncut.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/undaunted.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/underfoot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/unearth.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/unicorn.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/unify.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/universe.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/unravel.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/unwind.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/upcoming.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/uproot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/upset.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/upshot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/vacancy.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/vagabond.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/vapor.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/vertigo.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/village.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/virus.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/visitor.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/vocalist.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/voyager.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/waffle.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/wallet.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/warranty.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/watchword.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/wayside.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/whimsical.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/willow.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/woodlark.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/base256/16000/yesteryear.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/100.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/101.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/102.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/103.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/104.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/105.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/106.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/107.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/108.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/109.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/110.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/111.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/112.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/113.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/114.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/115.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/116.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/117.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/118.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/119.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/120.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/121.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/122.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/32.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/35.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/42.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/46.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/97.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/98.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/16000/99.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-alone.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-bad-pin.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-goodbye.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-is-locked.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-is-unlocked.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-kicked.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-locked.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-muted.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-pin.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-unmuted.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/conference/16000/conf-welcome.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/and.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/cent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/central.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/cents-per-minute.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/cents.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/dollar.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/dollars.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/minus.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/currency/16000/negative.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/0.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/1.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/10.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/11.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/12.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/13.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/14.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/15.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/16.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/17.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/18.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/19.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/2.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/20.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/3.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/30.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/4.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/40.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/5.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/50.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/6.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/60.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/7.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/70.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/8.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/80.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/9.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/90.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/dot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-1.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-10.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-11.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-12.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-13.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-14.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-15.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-16.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-17.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-18.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-19.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-2.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-20.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-3.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-30.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-4.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-5.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-6.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-7.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-8.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/h-9.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/hundred.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/million.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/period.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/point.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/pound.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/star.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/digits/16000/thousand.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-account_number.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-call.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-connect_to_caller.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-customer_service.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-enter_ext.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-enter_ext_pound.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-extension_to_provision_this_phone.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-first_name_first.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-for_this_person.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-hello.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-hold_connect_call.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-im_sorry.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-last_name_first.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-not.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-operator.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-or.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-pin_or_extension_is-invalid.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-please.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-please_enter_extension_followed_by_pound.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-please_enter_pin_followed_by_pound.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-please_reenter_your_pin.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-please_return_our_call_at.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-please_try_again.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-press_one_q_or_z.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-provision_phone_permanently_to_extension.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-recording_saved.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-regarding_reference_number.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-register_for_cluecon.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-sales.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-sample_submenu.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-save_review_record.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-say_name.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-send_to_voicemail.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-speak_to_a_customer_service_representative.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-spell_name.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-take_a_message.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-technical_support.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-thank_you.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-that_was_an_invalid_entry.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-this_is_a_call_from.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-this_ivr_will_let_you_test_features.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-this_phone_will_now_reboot.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_call_the_freeswitch_conference.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_do_a_freeswitch_echo_test.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_do_a_fwd_echo_test.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_hear_sample_submenu.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_hear_screaming_monkeys.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_listen_to_moh.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_log_in.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_log_out.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_repeat_these_options.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_return_to_previous_menu.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-to_speak_with_an_operator.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-unable_save.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-use_telephone_keypad.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-welcome_to_freeswitch.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-you_are_about_to_provision_this_phone.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-you_are_now_logged_in.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-you_are_now_logged_out.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-you_have_dialed_an_invalid_extension.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-you_may.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/16000/ivr-you_may_exit_by_hanging_up.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/call_secured.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/error.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/followed.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/if_you_are_this_person.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/if_you_would_like_to.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/misc-your_call_has_been_terminated.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/misc-your_call_will_be_terminated_in.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/provide_reference_number.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/transfer1.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/transfer2.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/misc/16000/we_are_trying_to_reach.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/100.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/101.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/102.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/103.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/104.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/105.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/106.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/107.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/108.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/109.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/110.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/111.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/112.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/113.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/114.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/115.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/116.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/117.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/118.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/119.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/120.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/121.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/122.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/32.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/35.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/42.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/46.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/97.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/98.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/16000/99.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/a-m.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/at.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/day-0.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/day-1.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/day-2.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/day-3.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/day-4.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/day-5.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/day-6.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/hour.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/hours.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/minute.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/minutes.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-0.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-1.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-10.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-11.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-2.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-3.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-4.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-5.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-6.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-7.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-8.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/mon-9.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/oclock.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/oh.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/p-m.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/second.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/seconds.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/today.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/tomorrow.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/time/16000/yesterday.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-abort.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-advanced.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-advanced_alt.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-change_password.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-choose_greeting.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-choose_greeting_choose.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-choose_greeting_fail.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-continue.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-delete_recording.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-deleted.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-emailed.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-enter_id.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-enter_pass.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-fail_auth.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-followed_by.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-followed_by_pound.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-forward_add_intro.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-forward_enter_ext.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-forward_to_email.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-goodbye.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-greeting.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-hello.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-in_folder.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-listen_new.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-listen_saved.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-listen_to_recording.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-listen_to_recording_again.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-mailbox_full.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-main_menu.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-main_menu_alt.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-mark-urgent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-marked-urgent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-message.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-message_alt.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-message_number.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-messages.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-messages_alt.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-new.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-not_available.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-person.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-play_greeting.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-press.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-record_greeting.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-record_message.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-record_name1.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-record_name2.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-rerecord.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-return_call.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-save_recording.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-saved.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-selected.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-send_message_now.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-that_was_an_invalid_ext.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-to_exit.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-to_exit_alt.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-to_forward.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-to_record_greeting.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-too-small.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-urgent-new.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-urgent-saved.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-urgent.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/16000/vm-you_have.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Algol.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Apollo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Athens.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Atlantic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Aztec.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Babylon.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Belfast.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Bradbury.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Brazilian.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Burbank.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Burlington.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Camelot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Capricorn.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Cherokee.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Chicago.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Christmas.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Dakota.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/December.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Dupont.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Eskimo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Galveston.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Geiger.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Hamilton.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Istanbul.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Jamaica.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Jupiter.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Medusa.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Mohawk.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Montana.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Neptune.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Norwegian.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Oakland.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/October.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Ohio.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Orlando.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Pacific.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Pandora.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Pegasus.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Pluto.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Saturday.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Scotland.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Trojan.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Virginia.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Vulcan.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Waterloo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Wichita.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Wilmington.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Wyoming.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Yucatan.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/Zulu.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/aardvark.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/absurd.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/accrue.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/acme.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/adrift.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/adroitness.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/adult.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/adviser.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/afflict.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/aftermath.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/aggregate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ahead.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/aimless.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/alkali.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/allow.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/almighty.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/alone.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ammo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/amulet.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/amusement.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ancient.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/antenna.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/apple.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/applicant.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/armistice.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/article.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/artist.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/assume.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/asteroid.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/atlas.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/atmosphere.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/autopsy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/baboon.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/backfield.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/backward.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/backwater.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/banjo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/barbecue.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/beaming.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bedlamp.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/beehive.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/beeswax.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/befriend.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/belowground.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/berserk.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bifocals.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/billiard.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bison.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/blackjack.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/blockade.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/blowtorch.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bluebird.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bodyguard.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bombast.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bookseller.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bookshelf.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/borderline.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bottomless.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/brackish.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/bravado.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/breadline.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/breakaway.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/breakup.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/brickyard.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/briefcase.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/businessman.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/butterfat.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/button.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/buzzard.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/candidate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cannonball.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/caravan.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/caretaker.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/celebrate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cellulose.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cement.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/certify.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/chairlift.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/chambermaid.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/chatter.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/checkup.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/chisel.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/choking.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/chopper.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/clamshell.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/classic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/classroom.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cleanup.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/clergyman.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/clockwork.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cobra.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/coherence.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/combustion.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/commando.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/commence.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/company.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/component.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/concert.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/concurrent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/confidence.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/conformist.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/congregate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/consensus.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/consulting.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/corporate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/corrosion.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/councilman.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cowbell.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/crackdown.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cranky.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/crossover.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/crowfoot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/crucial.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/crucifix.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/crumpled.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/crusade.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cubic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/cumbersome.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/customer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/dashboard.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/deadbolt.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/decadence.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/decimal.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/deckhand.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/designing.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/detector.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/detergent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/determine.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/dictator.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/dinosaur.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/direction.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/disable.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/disbelief.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/disruptive.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/distortion.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/document.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/dogsled.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/dragnet.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/drainage.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/dreadful.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/drifter.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/dropper.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/drumbeat.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/drunken.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/dwelling.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/eating.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/edict.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/egghead.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/eightball.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/embezzle.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/enchanting.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/endorse.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/endow.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/enlist.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/enrollment.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/enterprise.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/equation.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/equipment.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/erase.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/escapade.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/escape.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/everyday.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/examine.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/exceed.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/existence.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/exodus.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/eyeglass.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/eyetooth.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/facial.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/fallout.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/fascinate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/filament.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/finicky.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/flagpole.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/flatfoot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/flytrap.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/forever.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/fortitude.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/fracture.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/framework.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/freedom.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/frequency.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/frighten.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/gadgetry.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/gazelle.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/getaway.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/glitter.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/glossary.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/glucose.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/goggles.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/goldfish.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/gossamer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/graduate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/gravity.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/gremlin.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/guidance.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/guitarist.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hamburger.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hamlet.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/handiwork.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hazardous.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/headwaters.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hemisphere.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hesitate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hideaway.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/highchair.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hockey.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/holiness.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hurricane.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/hydraulic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/impartial.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/impetus.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/inception.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/indigo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/indoors.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/indulge.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/inertia.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/infancy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/inferno.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/informant.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/insincere.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/insurgent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/integrate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/intention.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/inventive.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/inverse.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/involve.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/island.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/jawbone.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/keyboard.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/kickoff.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/kiwi.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/klaxon.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/leprosy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/letterhead.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/liberty.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/locale.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/lockup.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/maritime.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/matchmaker.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/maverick.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/megaton.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/merit.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/microscope.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/microwave.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/midsummer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/millionaire.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/minnow.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/miracle.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/miser.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/misnomer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/molasses.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/molecule.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/monument.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/mosquito.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/mural.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/music.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/narrative.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/nebula.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/necklace.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/newborn.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/newsletter.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/nightbird.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/obtuse.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/offload.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/onlooker.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/optic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/opulent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/orca.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/outfielder.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/pandemic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/paperweight.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/paragon.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/paragraph.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/paramount.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/passenger.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/payday.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/peachy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/pedigree.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/penetrate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/perceptive.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/performance.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/pharmacy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/pheasant.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/phonetic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/photograph.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/physique.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/pioneer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/playhouse.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/pocketful.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/politeness.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/positive.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/potato.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/preclude.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/prefer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/preshrunk.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/printer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/processor.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/provincial.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/prowler.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/proximate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/puberty.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/publisher.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/pupil.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/puppy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/pyramid.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/python.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/quadrant.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/quantity.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/quiver.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/quota.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/racketeer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ragtime.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ratchet.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/rebellion.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/rebirth.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/recipe.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/recover.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/reform.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/regain.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/reindeer.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/rematch.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/repay.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/repellent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/replica.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/reproduce.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/resistor.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/responsive.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/retouch.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/retraction.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/retrieval.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/retrospect.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/revenge.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/revenue.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/revival.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/revolver.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/reward.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/rhythm.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ribcage.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ringbolt.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/robust.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/rocker.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ruffled.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sailboat.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sandalwood.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sardonic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/savagery.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sawdust.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/scallion.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/scavenger.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/scenic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/scorecard.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/seabird.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/select.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sensation.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sentence.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/shadow.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/shamrock.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/showgirl.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/skullcap.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/skydive.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/slingshot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/slowdown.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/snapline.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/snapshot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/snowcap.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/snowslide.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sociable.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/solo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/southward.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/souvenir.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/soybean.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/spaniel.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/spearhead.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/specialist.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/speculate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/spellbind.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/spheroid.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/spigot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/spindle.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/spyglass.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stagehand.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stagnate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stairway.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/standard.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stapler.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/steamship.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sterling.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stethoscope.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stockman.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stopwatch.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stormy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/stupendous.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sugar.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/supportive.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/surmount.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/surrender.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/suspense.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/suspicious.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sweatband.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/swelter.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/sympathy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tactics.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/talon.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tambourine.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tapeworm.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/telephone.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tempest.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/therapist.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tiger.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tissue.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tobacco.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tolerance.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tomorrow.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tonic.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/topmost.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/torpedo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tracker.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tradition.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/transit.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/trauma.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/travesty.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/treadmill.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/trombonist.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/trouble.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/truncated.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tumor.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tunnel.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/tycoon.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/typewriter.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/ultimate.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/uncut.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/undaunted.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/underfoot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/unearth.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/unicorn.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/unify.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/universe.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/unravel.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/unwind.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/upcoming.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/uproot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/upset.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/upshot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/vacancy.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/vagabond.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/vapor.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/vertigo.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/village.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/virus.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/visitor.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/vocalist.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/voyager.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/waffle.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/wallet.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/warranty.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/watchword.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/wayside.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/whimsical.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/willow.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/woodlark.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/base256/32000/yesteryear.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/100.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/101.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/102.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/103.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/104.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/105.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/106.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/107.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/108.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/109.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/110.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/111.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/112.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/113.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/114.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/115.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/116.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/117.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/118.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/119.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/120.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/121.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/122.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/32.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/35.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/42.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/46.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/97.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/98.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/32000/99.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-alone.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-bad-pin.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-goodbye.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-is-locked.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-is-unlocked.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-kicked.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-locked.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-muted.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-pin.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-unmuted.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/conference/32000/conf-welcome.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/and.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/cent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/central.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/cents-per-minute.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/cents.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/dollar.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/dollars.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/minus.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/currency/32000/negative.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/0.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/1.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/10.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/11.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/12.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/13.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/14.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/15.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/16.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/17.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/18.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/19.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/2.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/20.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/3.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/30.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/4.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/40.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/5.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/50.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/6.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/60.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/7.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/70.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/8.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/80.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/9.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/90.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/dot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-1.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-10.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-11.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-12.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-13.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-14.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-15.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-16.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-17.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-18.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-19.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-2.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-20.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-3.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-30.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-4.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-5.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-6.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-7.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-8.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/h-9.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/hundred.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/million.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/period.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/point.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/pound.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/star.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/digits/32000/thousand.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-account_number.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-call.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-connect_to_caller.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-customer_service.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-enter_ext.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-enter_ext_pound.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-extension_to_provision_this_phone.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-first_name_first.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-for_this_person.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-hello.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-hold_connect_call.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-im_sorry.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-last_name_first.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-not.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-operator.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-or.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-pin_or_extension_is-invalid.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-please.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-please_enter_extension_followed_by_pound.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-please_enter_pin_followed_by_pound.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-please_reenter_your_pin.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-please_return_our_call_at.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-please_try_again.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-press_one_q_or_z.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-provision_phone_permanently_to_extension.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-recording_saved.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-regarding_reference_number.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-register_for_cluecon.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-sales.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-sample_submenu.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-save_review_record.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-say_name.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-send_to_voicemail.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-speak_to_a_customer_service_representative.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-spell_name.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-take_a_message.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-technical_support.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-thank_you.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-that_was_an_invalid_entry.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-this_is_a_call_from.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-this_ivr_will_let_you_test_features.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-this_phone_will_now_reboot.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_call_the_freeswitch_conference.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_do_a_freeswitch_echo_test.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_do_a_fwd_echo_test.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_hear_sample_submenu.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_hear_screaming_monkeys.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_listen_to_moh.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_log_in.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_log_out.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_repeat_these_options.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_return_to_previous_menu.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-to_speak_with_an_operator.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-unable_save.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-use_telephone_keypad.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-welcome_to_freeswitch.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-you_are_about_to_provision_this_phone.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-you_are_now_logged_in.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-you_are_now_logged_out.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-you_have_dialed_an_invalid_extension.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-you_may.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/32000/ivr-you_may_exit_by_hanging_up.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/call_secured.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/error.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/followed.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/if_you_are_this_person.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/if_you_would_like_to.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/misc-your_call_has_been_terminated.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/misc-your_call_will_be_terminated_in.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/provide_reference_number.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/transfer1.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/transfer2.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/misc/32000/we_are_trying_to_reach.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/100.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/101.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/102.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/103.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/104.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/105.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/106.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/107.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/108.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/109.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/110.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/111.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/112.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/113.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/114.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/115.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/116.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/117.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/118.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/119.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/120.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/121.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/122.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/32.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/35.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/42.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/46.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/97.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/98.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/32000/99.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/a-m.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/at.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/day-0.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/day-1.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/day-2.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/day-3.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/day-4.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/day-5.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/day-6.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/hour.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/hours.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/minute.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/minutes.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-0.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-1.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-10.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-11.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-2.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-3.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-4.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-5.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-6.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-7.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-8.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/mon-9.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/oclock.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/oh.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/p-m.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/second.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/seconds.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/today.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/tomorrow.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/time/32000/yesterday.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-abort.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-advanced.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-advanced_alt.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-change_password.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-choose_greeting.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-choose_greeting_choose.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-choose_greeting_fail.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-continue.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-delete_recording.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-deleted.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-emailed.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-enter_id.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-enter_pass.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-fail_auth.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-followed_by.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-followed_by_pound.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-forward_add_intro.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-forward_enter_ext.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-forward_to_email.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-goodbye.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-greeting.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-hello.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-in_folder.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-listen_new.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-listen_saved.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-listen_to_recording.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-listen_to_recording_again.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-mailbox_full.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-main_menu.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-main_menu_alt.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-mark-urgent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-marked-urgent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-message.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-message_alt.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-message_number.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-messages.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-messages_alt.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-new.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-not_available.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-person.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-play_greeting.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-press.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-record_greeting.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-record_message.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-record_name1.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-record_name2.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-rerecord.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-return_call.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-save_recording.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-saved.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-selected.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-send_message_now.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-that_was_an_invalid_ext.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-to_exit.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-to_exit_alt.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-to_forward.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-to_record_greeting.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-too-small.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-urgent-new.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-urgent-saved.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-urgent.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/32000/vm-you_have.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Algol.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Apollo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Athens.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Atlantic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Aztec.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Babylon.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Belfast.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Bradbury.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Brazilian.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Burbank.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Burlington.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Camelot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Capricorn.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Cherokee.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Chicago.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Christmas.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Dakota.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/December.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Dupont.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Eskimo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Galveston.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Geiger.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Hamilton.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Istanbul.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Jamaica.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Jupiter.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Medusa.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Mohawk.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Montana.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Neptune.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Norwegian.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Oakland.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/October.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Ohio.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Orlando.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Pacific.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Pandora.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Pegasus.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Pluto.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Saturday.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Scotland.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Trojan.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Virginia.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Vulcan.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Waterloo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Wichita.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Wilmington.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Wyoming.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Yucatan.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/Zulu.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/aardvark.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/absurd.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/accrue.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/acme.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/adrift.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/adroitness.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/adult.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/adviser.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/afflict.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/aftermath.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/aggregate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ahead.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/aimless.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/alkali.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/allow.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/almighty.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/alone.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ammo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/amulet.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/amusement.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ancient.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/antenna.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/apple.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/applicant.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/armistice.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/article.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/artist.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/assume.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/asteroid.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/atlas.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/atmosphere.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/autopsy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/baboon.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/backfield.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/backward.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/backwater.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/banjo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/barbecue.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/beaming.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bedlamp.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/beehive.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/beeswax.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/befriend.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/belowground.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/berserk.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bifocals.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/billiard.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bison.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/blackjack.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/blockade.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/blowtorch.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bluebird.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bodyguard.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bombast.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bookseller.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bookshelf.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/borderline.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bottomless.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/brackish.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/bravado.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/breadline.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/breakaway.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/breakup.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/brickyard.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/briefcase.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/businessman.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/butterfat.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/button.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/buzzard.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/candidate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cannonball.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/caravan.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/caretaker.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/celebrate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cellulose.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cement.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/certify.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/chairlift.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/chambermaid.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/chatter.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/checkup.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/chisel.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/choking.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/chopper.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/clamshell.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/classic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/classroom.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cleanup.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/clergyman.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/clockwork.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cobra.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/coherence.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/combustion.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/commando.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/commence.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/company.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/component.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/concert.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/concurrent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/confidence.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/conformist.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/congregate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/consensus.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/consulting.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/corporate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/corrosion.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/councilman.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cowbell.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/crackdown.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cranky.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/crossover.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/crowfoot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/crucial.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/crucifix.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/crumpled.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/crusade.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cubic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/cumbersome.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/customer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/dashboard.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/deadbolt.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/decadence.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/decimal.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/deckhand.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/designing.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/detector.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/detergent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/determine.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/dictator.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/dinosaur.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/direction.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/disable.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/disbelief.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/disruptive.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/distortion.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/document.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/dogsled.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/dragnet.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/drainage.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/dreadful.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/drifter.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/dropper.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/drumbeat.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/drunken.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/dwelling.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/eating.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/edict.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/egghead.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/eightball.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/embezzle.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/enchanting.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/endorse.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/endow.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/enlist.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/enrollment.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/enterprise.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/equation.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/equipment.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/erase.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/escapade.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/escape.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/everyday.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/examine.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/exceed.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/existence.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/exodus.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/eyeglass.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/eyetooth.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/facial.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/fallout.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/fascinate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/filament.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/finicky.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/flagpole.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/flatfoot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/flytrap.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/forever.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/fortitude.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/fracture.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/framework.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/freedom.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/frequency.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/frighten.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/gadgetry.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/gazelle.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/getaway.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/glitter.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/glossary.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/glucose.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/goggles.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/goldfish.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/gossamer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/graduate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/gravity.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/gremlin.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/guidance.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/guitarist.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hamburger.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hamlet.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/handiwork.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hazardous.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/headwaters.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hemisphere.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hesitate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hideaway.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/highchair.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hockey.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/holiness.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hurricane.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/hydraulic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/impartial.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/impetus.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/inception.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/indigo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/indoors.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/indulge.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/inertia.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/infancy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/inferno.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/informant.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/insincere.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/insurgent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/integrate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/intention.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/inventive.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/inverse.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/involve.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/island.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/jawbone.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/keyboard.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/kickoff.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/kiwi.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/klaxon.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/leprosy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/letterhead.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/liberty.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/locale.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/lockup.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/maritime.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/matchmaker.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/maverick.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/megaton.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/merit.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/microscope.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/microwave.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/midsummer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/millionaire.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/minnow.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/miracle.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/miser.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/misnomer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/molasses.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/molecule.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/monument.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/mosquito.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/mural.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/music.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/narrative.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/nebula.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/necklace.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/newborn.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/newsletter.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/nightbird.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/obtuse.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/offload.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/onlooker.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/optic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/opulent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/orca.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/outfielder.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/pandemic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/paperweight.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/paragon.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/paragraph.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/paramount.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/passenger.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/payday.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/peachy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/pedigree.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/penetrate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/perceptive.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/performance.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/pharmacy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/pheasant.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/phonetic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/photograph.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/physique.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/pioneer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/playhouse.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/pocketful.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/politeness.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/positive.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/potato.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/preclude.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/prefer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/preshrunk.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/printer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/processor.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/provincial.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/prowler.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/proximate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/puberty.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/publisher.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/pupil.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/puppy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/pyramid.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/python.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/quadrant.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/quantity.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/quiver.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/quota.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/racketeer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ragtime.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ratchet.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/rebellion.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/rebirth.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/recipe.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/recover.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/reform.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/regain.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/reindeer.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/rematch.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/repay.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/repellent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/replica.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/reproduce.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/resistor.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/responsive.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/retouch.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/retraction.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/retrieval.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/retrospect.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/revenge.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/revenue.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/revival.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/revolver.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/reward.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/rhythm.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ribcage.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ringbolt.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/robust.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/rocker.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ruffled.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sailboat.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sandalwood.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sardonic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/savagery.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sawdust.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/scallion.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/scavenger.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/scenic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/scorecard.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/seabird.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/select.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sensation.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sentence.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/shadow.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/shamrock.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/showgirl.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/skullcap.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/skydive.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/slingshot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/slowdown.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/snapline.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/snapshot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/snowcap.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/snowslide.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sociable.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/solo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/southward.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/souvenir.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/soybean.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/spaniel.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/spearhead.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/specialist.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/speculate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/spellbind.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/spheroid.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/spigot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/spindle.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/spyglass.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stagehand.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stagnate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stairway.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/standard.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stapler.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/steamship.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sterling.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stethoscope.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stockman.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stopwatch.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stormy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/stupendous.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sugar.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/supportive.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/surmount.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/surrender.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/suspense.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/suspicious.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sweatband.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/swelter.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/sympathy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tactics.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/talon.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tambourine.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tapeworm.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/telephone.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tempest.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/therapist.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tiger.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tissue.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tobacco.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tolerance.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tomorrow.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tonic.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/topmost.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/torpedo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tracker.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tradition.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/transit.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/trauma.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/travesty.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/treadmill.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/trombonist.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/trouble.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/truncated.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tumor.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tunnel.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/tycoon.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/typewriter.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/ultimate.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/uncut.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/undaunted.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/underfoot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/unearth.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/unicorn.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/unify.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/universe.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/unravel.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/unwind.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/upcoming.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/uproot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/upset.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/upshot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/vacancy.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/vagabond.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/vapor.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/vertigo.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/village.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/virus.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/visitor.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/vocalist.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/voyager.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/waffle.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/wallet.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/warranty.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/watchword.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/wayside.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/whimsical.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/willow.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/woodlark.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/base256/48000/yesteryear.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/100.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/101.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/102.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/103.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/104.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/105.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/106.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/107.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/108.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/109.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/110.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/111.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/112.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/113.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/114.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/115.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/116.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/117.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/118.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/119.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/120.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/121.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/122.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/32.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/35.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/42.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/46.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/97.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/98.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ascii/48000/99.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-alone.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-bad-pin.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-goodbye.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-is-locked.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-is-unlocked.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-kicked.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-locked.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-muted.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-pin.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-unmuted.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/conference/48000/conf-welcome.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/and.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/cent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/central.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/cents-per-minute.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/cents.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/dollar.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/dollars.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/minus.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/currency/48000/negative.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/0.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/1.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/10.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/11.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/12.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/13.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/14.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/15.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/16.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/17.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/18.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/19.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/2.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/20.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/3.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/30.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/4.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/40.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/5.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/50.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/6.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/60.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/7.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/70.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/8.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/80.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/9.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/90.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/dot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-1.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-10.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-11.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-12.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-13.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-14.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-15.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-16.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-17.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-18.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-19.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-2.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-20.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-3.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-30.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-4.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-5.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-6.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-7.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-8.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/h-9.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/hundred.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/million.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/period.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/point.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/pound.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/star.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/digits/48000/thousand.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-account_number.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-call.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-connect_to_caller.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-customer_service.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-enter_ext.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-enter_ext_pound.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-extension_to_provision_this_phone.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-first_name_first.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-for_this_person.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-hello.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-hold_connect_call.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-im_sorry.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-last_name_first.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-not.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-operator.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-or.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-pin_or_extension_is-invalid.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-please.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-please_enter_extension_followed_by_pound.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-please_enter_pin_followed_by_pound.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-please_reenter_your_pin.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-please_return_our_call_at.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-please_try_again.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-press_one_q_or_z.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-provision_phone_permanently_to_extension.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-recording_saved.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-regarding_reference_number.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-register_for_cluecon.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-sales.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-sample_submenu.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-save_review_record.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-say_name.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-send_to_voicemail.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-speak_to_a_customer_service_representative.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-spell_name.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-take_a_message.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-technical_support.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-thank_you.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-that_was_an_invalid_entry.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-this_is_a_call_from.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-this_ivr_will_let_you_test_features.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-this_phone_will_now_reboot.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_call_the_freeswitch_conference.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_do_a_freeswitch_echo_test.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_do_a_fwd_echo_test.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_hear_sample_submenu.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_hear_screaming_monkeys.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_listen_to_moh.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_log_in.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_log_out.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_repeat_these_options.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_return_to_previous_menu.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-to_speak_with_an_operator.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-unable_save.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-use_telephone_keypad.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-welcome_to_freeswitch.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-you_are_about_to_provision_this_phone.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-you_are_now_logged_in.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-you_are_now_logged_out.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-you_have_dialed_an_invalid_extension.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-you_may.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/ivr/48000/ivr-you_may_exit_by_hanging_up.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/call_secured.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/error.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/followed.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/if_you_are_this_person.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/if_you_would_like_to.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/misc-your_call_has_been_terminated.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/misc-your_call_will_be_terminated_in.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/provide_reference_number.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/transfer1.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/transfer2.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/misc/48000/we_are_trying_to_reach.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/100.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/101.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/102.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/103.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/104.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/105.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/106.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/107.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/108.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/109.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/110.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/111.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/112.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/113.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/114.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/115.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/116.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/117.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/118.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/119.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/120.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/121.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/122.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/32.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/35.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/42.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/46.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/97.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/98.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/48000/99.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/a-m.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/at.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/day-0.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/day-1.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/day-2.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/day-3.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/day-4.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/day-5.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/day-6.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/hour.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/hours.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/minute.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/minutes.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-0.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-1.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-10.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-11.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-2.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-3.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-4.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-5.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-6.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-7.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-8.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/mon-9.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/oclock.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/oh.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/p-m.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/second.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/seconds.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/today.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/tomorrow.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/time/48000/yesterday.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-abort.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-advanced.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-advanced_alt.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-change_password.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-choose_greeting.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-choose_greeting_choose.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-choose_greeting_fail.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-continue.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-delete_recording.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-deleted.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-emailed.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-enter_id.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-enter_pass.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-fail_auth.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-followed_by.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-followed_by_pound.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-forward_add_intro.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-forward_enter_ext.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-forward_to_email.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-goodbye.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-greeting.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-hello.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-in_folder.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-listen_new.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-listen_saved.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-listen_to_recording.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-listen_to_recording_again.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-mailbox_full.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-main_menu.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-main_menu_alt.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-mark-urgent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-marked-urgent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-message.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-message_alt.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-message_number.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-messages.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-messages_alt.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-new.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-not_available.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-person.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-play_greeting.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-press.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-record_greeting.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-record_message.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-record_name1.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-record_name2.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-rerecord.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-return_call.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-save_recording.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-saved.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-selected.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-send_message_now.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-that_was_an_invalid_ext.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-to_exit.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-to_exit_alt.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-to_forward.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-to_record_greeting.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-too-small.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-urgent-new.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-urgent-saved.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-urgent.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/voicemail/48000/vm-you_have.wav
 %%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-DeliveryorTakeout.wav
 %%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/extracheese.wav
 %%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/garlic.wav
@@ -1421,33 +3877,126 @@
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-status_secure.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-status_securing.wav
 %%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-thankyou_goodbye.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-check_sas.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-enroll_already_enrolled.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-enroll_confirmed.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-enroll_not_sip_registered.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-enroll_notzrtp.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-enroll_welcome.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-is_secure.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-is_unverified.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-is_verified.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-somethings_wrong.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-status_error.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-status_notsecure.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-status_secure.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-status_securing.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/16000/zrtp-thankyou_goodbye.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-check_sas.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-enroll_already_enrolled.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-enroll_confirmed.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-enroll_not_sip_registered.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-enroll_notzrtp.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-enroll_welcome.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-is_secure.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-is_unverified.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-is_verified.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-somethings_wrong.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-status_error.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-status_notsecure.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-status_secure.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-status_securing.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/32000/zrtp-thankyou_goodbye.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-check_sas.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-enroll_already_enrolled.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-enroll_confirmed.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-enroll_not_sip_registered.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-enroll_notzrtp.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-enroll_welcome.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-is_secure.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-is_unverified.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-is_verified.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-somethings_wrong.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-status_error.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-status_notsecure.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-status_secure.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-status_securing.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/en/us/callie/zrtp/48000/zrtp-thankyou_goodbye.wav
 %%WITH_SOUNDS%%freeswitch/sounds/music/8000/danza-espanola-op-37-h-142-xii-arabesca.wav
 %%WITH_SOUNDS%%freeswitch/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
 %%WITH_SOUNDS%%freeswitch/sounds/music/8000/ponce-preludio-in-e-major.wav
 %%WITH_SOUNDS%%freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/music/16000/danza-espanola-op-37-h-142-xii-arabesca.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/music/16000/ponce-preludio-in-e-major.wav
+%%WITH_HDSOUNDS%%freeswitch/sounds/music/16000/suite-espanola-op-47-leyenda.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/music/32000/danza-espanola-op-37-h-142-xii-arabesca.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/music/32000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/music/32000/ponce-preludio-in-e-major.wav
+%%WITH_UHDSOUNDS%%freeswitch/sounds/music/32000/suite-espanola-op-47-leyenda.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/music/48000/danza-espanola-op-37-h-142-xii-arabesca.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/music/48000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/music/48000/ponce-preludio-in-e-major.wav
+%%WITH_CDSOUNDS%%freeswitch/sounds/music/48000/suite-espanola-op-47-leyenda.wav
+@dirrm freeswitch/sounds/music/48000
+@dirrm freeswitch/sounds/music/32000
+@dirrm freeswitch/sounds/music/16000
 @dirrm freeswitch/sounds/music/8000
 @dirrm freeswitch/sounds/music
 @dirrm freeswitch/sounds/en/us/pizza
+@dirrm freeswitch/sounds/en/us/callie/zrtp/48000
+@dirrm freeswitch/sounds/en/us/callie/zrtp/32000
+@dirrm freeswitch/sounds/en/us/callie/zrtp/16000
 @dirrm freeswitch/sounds/en/us/callie/zrtp/8000
 @dirrm freeswitch/sounds/en/us/callie/zrtp
+@dirrm freeswitch/sounds/en/us/callie/voicemail/48000
+@dirrm freeswitch/sounds/en/us/callie/voicemail/32000
+@dirrm freeswitch/sounds/en/us/callie/voicemail/16000
 @dirrm freeswitch/sounds/en/us/callie/voicemail/8000
 @dirrm freeswitch/sounds/en/us/callie/voicemail
+@dirrm freeswitch/sounds/en/us/callie/time/48000
+@dirrm freeswitch/sounds/en/us/callie/time/32000
+@dirrm freeswitch/sounds/en/us/callie/time/16000
 @dirrm freeswitch/sounds/en/us/callie/time/8000
 @dirrm freeswitch/sounds/en/us/callie/time
+@dirrm freeswitch/sounds/en/us/callie/phonetic-ascii/48000
+@dirrm freeswitch/sounds/en/us/callie/phonetic-ascii/32000
+@dirrm freeswitch/sounds/en/us/callie/phonetic-ascii/16000
 @dirrm freeswitch/sounds/en/us/callie/phonetic-ascii/8000
 @dirrm freeswitch/sounds/en/us/callie/phonetic-ascii
+@dirrm freeswitch/sounds/en/us/callie/misc/48000
+@dirrm freeswitch/sounds/en/us/callie/misc/32000
+@dirrm freeswitch/sounds/en/us/callie/misc/16000
 @dirrm freeswitch/sounds/en/us/callie/misc/8000
 @dirrm freeswitch/sounds/en/us/callie/misc
+@dirrm freeswitch/sounds/en/us/callie/ivr/48000
+@dirrm freeswitch/sounds/en/us/callie/ivr/32000
+@dirrm freeswitch/sounds/en/us/callie/ivr/16000
 @dirrm freeswitch/sounds/en/us/callie/ivr/8000
 @dirrm freeswitch/sounds/en/us/callie/ivr
+@dirrm freeswitch/sounds/en/us/callie/digits/48000
+@dirrm freeswitch/sounds/en/us/callie/digits/32000
+@dirrm freeswitch/sounds/en/us/callie/digits/16000
 @dirrm freeswitch/sounds/en/us/callie/digits/8000
 @dirrm freeswitch/sounds/en/us/callie/digits
+@dirrm freeswitch/sounds/en/us/callie/currency/48000
+@dirrm freeswitch/sounds/en/us/callie/currency/32000
+@dirrm freeswitch/sounds/en/us/callie/currency/16000
 @dirrm freeswitch/sounds/en/us/callie/currency/8000
 @dirrm freeswitch/sounds/en/us/callie/currency
+@dirrm freeswitch/sounds/en/us/callie/conference/48000
+@dirrm freeswitch/sounds/en/us/callie/conference/32000
+@dirrm freeswitch/sounds/en/us/callie/conference/16000
 @dirrm freeswitch/sounds/en/us/callie/conference/8000
 @dirrm freeswitch/sounds/en/us/callie/conference
+@dirrm freeswitch/sounds/en/us/callie/base256/48000
+@dirrm freeswitch/sounds/en/us/callie/base256/32000
+@dirrm freeswitch/sounds/en/us/callie/base256/16000
 @dirrm freeswitch/sounds/en/us/callie/base256/8000
 @dirrm freeswitch/sounds/en/us/callie/base256
+@dirrm freeswitch/sounds/en/us/callie/ascii/48000
+@dirrm freeswitch/sounds/en/us/callie/ascii/32000
+@dirrm freeswitch/sounds/en/us/callie/ascii/16000
 @dirrm freeswitch/sounds/en/us/callie/ascii/8000
 @dirrm freeswitch/sounds/en/us/callie/ascii
 @dirrm freeswitch/sounds/en/us/callie
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2009-08-25 19:42:22 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix synopsis and class.
Comment 3 RIchard Neese 2009-08-25 19:55:13 UTC
On 8/25/2009 2:20 PM, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/138180'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=138180
>
>    
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       freeswitch update
>> Arrival-Date:   Tue Aug 25 18:20:00 UTC 2009
>>      
>
>    
uploading thr tar.gz give it 10 min
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-08-27 21:31:55 UTC
miwi        2009-08-27 20:31:46 UTC

  FreeBSD ports repository

  Modified files:
    net/freeswitch       Makefile distinfo pkg-plist 
  Added files:
    net/freeswitch/files pkg-message.in 
  Log:
  - Update to 1.0.4.2
  
  PR:             138180
  Submitted by:   Richard E Neese <r.neese@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.2       +70 -12    ports/net/freeswitch/Makefile
  1.2       +27 -3     ports/net/freeswitch/distinfo
  1.1       +18 -0     ports/net/freeswitch/files/pkg-message.in (new)
  1.2       +2549 -0   ports/net/freeswitch/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-08-27 21:32:04 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!