FreeBSD Bugzilla – Attachment 98907 Details for
Bug 137891
New port net/freeswitch: Voip SoftSwitch & OpenSource PBX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
freeswitch.shar
freeswitch.shar (text/plain), 105.50 KB, created by
RIchard Neese
on 2009-08-18 00:25:34 UTC
(
hide
)
Description:
freeswitch.shar
Filename:
MIME Type:
Creator:
RIchard Neese
Created:
2009-08-18 00:25:34 UTC
Size:
105.50 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># freeswitch ># freeswitch/files ># freeswitch/files/patch-build-modules.conf.in ># freeswitch/files/freeswitch.in ># freeswitch/distinfo ># freeswitch/pkg-descr ># freeswitch/Makefile ># freeswitch/pkg-plist ># >echo c - freeswitch >mkdir -p freeswitch > /dev/null 2>&1 >echo c - freeswitch/files >mkdir -p freeswitch/files > /dev/null 2>&1 >echo x - freeswitch/files/patch-build-modules.conf.in >sed 's/^X//' >freeswitch/files/patch-build-modules.conf.in << '2bde10288e68efadc1198656a0e9fe9b' >X--- build/modules.conf.in (revision 13746) >X+++ build/modules.conf.in (working copy) >X@@ -1,6 +1,7 @@ >X loggers/mod_console >X loggers/mod_logfile >X loggers/mod_syslog >X+#applications/mod_cidlookup >X applications/mod_commands >X applications/mod_conference >X applications/mod_dptools >X@@ -19,6 +20,7 @@ >X #applications/mod_soundtouch >X #applications/mod_rss >X #applications/mod_snom >X+#applications/mod_t38gateway >X #applications/mod_vmd >X #applications/mod_memcache >X #applications/mod_spy >2bde10288e68efadc1198656a0e9fe9b >echo x - freeswitch/files/freeswitch.in >sed 's/^X//' >freeswitch/files/freeswitch.in << 'b4546f9b71c8d713437285fc998f386e' >X#!/bin/sh >X >X# PROVIDE: freeswitch >X# REQUIRE: DAEMON >X# KEYWORD: FreeBSD >X >X. %%RC_SUBR%% >X >Xname=freeswitch >Xrcvar=`set_rcvar` >X >Xcommand=%%PREFIX%%/freeswitch/bin/freeswitch >Xcommand_args="-nc" >X >Xfreeswitch_enable=${freeswitch_enable-"YES"} >X >Xstart_cmd="freeswitch_start" >Xstop_precmd="freeswitch_stop" >Xrestart_cmd="freeswitch_restart" >X >Xsig_stop=KILL >X >Xload_rc_config $name >X >Xfreeswitch_stop () { >X echo "Stopping Freeswitch." >X %%PREFIX%%/freeswitch/bin/freeswitch -stop >X sleep 1 >X return 0 >X} >X >Xfreeswitch_start () { >X echo "Starting FreeSwitch." >X /usr/sbin/daemon -f /bin/sh -c "$command" >X sleep 1 >X return >X} >X >Xfreeswitch_restart () { >X echo "ReStarting FreeSwitch." >X freeswitch_stop >X freeswitch_start >X sleep 1 >X return >X} >X >Xpidfile=${freeswitch_pidfile:-"%%PREFIX%%/freeswitch/log/freeswitch.pid"} >X >Xrun_rc_command "$1" >X >b4546f9b71c8d713437285fc998f386e >echo x - freeswitch/distinfo >sed 's/^X//' >freeswitch/distinfo << '4b1287edd5da00bb894cdbb9d537fec3' >XMD5 (freeswitch-1.0.4.1.tar.gz) = f87db3994af3c2b34d52114399e35363 >XSHA256 (freeswitch-1.0.4.1.tar.gz) = df7f89f13f05103340e6c6d30900047efc1eb4517a443449e0992f471d0c68fa >XSIZE (freeswitch-1.0.4.1.tar.gz) = 56870200 >4b1287edd5da00bb894cdbb9d537fec3 >echo x - freeswitch/pkg-descr >sed 's/^X//' >freeswitch/pkg-descr << '2d9d4fa30941436238bf9f1b4db363e6' >XFreeSwitch Voip SoftSwitch & OpenSource PBX >X >XWWW: http://www.freeswitch.org/ >2d9d4fa30941436238bf9f1b4db363e6 >echo x - freeswitch/Makefile >sed 's/^X//' >freeswitch/Makefile << 'ae234a74f0b12c7984f27c08a0b3335e' >X# Ports collection makefile for: freeswitch >X# Date created: Augets 9, 2009 >X# Whom: Richard Neese <r.neese@gmail.com> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= freeswitch >XPORTVERSION= 1.0.4.1 >XCATEGORIES= net >XMASTER_SITES= http://files.freeswitch.org/ \ >X http://dl.getdropbox.com/u/152504/ >XDISTNAME= ${PORTNAME}-${PORTVERSION} >X >XMAINTAINER= r.neese@gmail.com >XCOMMENT= FreeSwitch SoftSwitch Port >X >XBUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \ >X bash:${PORTSDIR}/shells/bash \ >X pkg-config:${PORTSDIR}/devel/pkg-config >XLIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ >X gnutls:${PORTSDIR}/security/gnutls \ >X ncursesw:${PORTSDIR}/devel/ncurses >XRUN_DEPENDS= bash:${PORTSDIR}/shells/bash >X >XONLY_FOR_ARCHS= i386 amd64 >X >XUSE_AUTOTOOLS= autoconf:262:env automake:110:env libtool:22:env >X >XUSE_GMAKE= yes >XUSE_RC_SUBR= freeswitch >XUSE_GNOME= pkgconfig >XHAS_CONFIGURE= yes >XCONFIGURE_ARGS= --prefix=${PREFIX}/${PORTNAME} --with-libgnutls-prefix=${PREFIX} \ >X --with-ogg=${PREFIX} --with-ogg-libraries=${PREFIX}/lib \ >X --with-ogg-includes=${PREFIX}/include \ >X --enable-core-libedit-support \ >X --enable-core-odbc-support >X >XCONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include" \ >X LDFLAGS="-L${PREFIX}/lib" >XUSE_LDCONFIG= yes >XCPPFLAGS+= -I${PREFIX}/include >X >XOPTIONS= MODSHOUT "Enable mod_shout (streaming audio/mp3)" on \ >X MODFLITE "Enable mod_flite (Text to Speech)" on \ >X MODPOCKETSPHINX "Enable mod_pockectsphinx (voice control)" on \ >X MODCIDLOOKUP "Enable mod_cidlookup" on \ >X MODDPDIRECTORY "Enable mod_dialplan_directory" on \ >X MODEASYROUTE "Enable mod_easyroute(routeing tool)" on \ >X MODFAX "Enable mod_fax" on \ >X MODLCR "Enable mod_lcr (least cost routing)" on \ >X MODSOUNDTOUCH "Enable mod_soundtouch" on \ >X MODRSS "Enable mod_rss (rss feed reader)" on \ >X MODSNOM "Enable mod_snom (snom control)" on \ >X MODVMD "Enable mod_vmd (voice mail detection)" on \ >X MODSPY "Enable mod_spy" on \ >X MODAMRWB "Enable mod_amrwb (amrwb codec)" on \ >X MODSIREN "Enable mod_siren (siren codec)" on \ >X MODCELT "Enable mod_celt (celt codec)" on \ >X MODOPENZAP "Enable mod_openzap (zaptel support)" on \ >X MODMULTICAST "Enable mod_event_multicast" on \ >X MODPORTAUDIO "Enable mod_portaudio" on \ >X MODSPDRMNKYODBC "Enable mod_spidermonkey_odbc (req odbc)" on \ >X MODPERL "Enable mod_perl (perl support)" on \ >X MODXMLCURL "Enable mod_xml_curl" on \ >X MODSAYDE "Enable mod_say_de (German support)" on \ >X MODSAYES "Enable mod_say_se (Spanish support)" on \ >X MODSAYFR "Enable mod_say_fr (French support)" on \ >X MODSAYIT "Enable mod_say_it (Italian support)" on \ >X MODSAYNL "Enable mod_say_nl (Dutch support)" on \ >X MODSAYRU "Enable mod_say_ru (Russian support)" on \ >X MODSAYZH "Enable mod_say_zh (Chinese support)" on \ >X SAMPLES "Install Sample Config Files" on \ >X SOUNDS "Install 8k Sound Files" on \ >X PIZZADEMO "Install Pizza Demo (req mod_pcoketsphinx)" on \ >X FAXUTILS "Install Extra Fax Utils (MOD FAX)" on >X >X.include <bsd.port.pre.mk> >X >X.if !defined(WITH_MODOPENZAP) >XPLIST_SUB+= WITH_MODOPENZAP="@comment " >X.else >XPLIST_SUB+= WITH_MODOPENZAP="" >XBUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ >X ${LOCALBASE}/include/zaptel/zaptel.h:${PORTSDIR}/misc/zaptel >XLIB_DEPENDS+= pri:${PORTSDIR}/misc/libpri >XRUN_DEPENDS+= ${LOCALBASE}/include/zaptel/zaptel.h:${PORTSDIR}/misc/zaptel >X.endif >X >X.if !defined(WITH_MODSPDRMNKYODBC) >XPLIST_SUB+= WITH_MODSPDRMNKYODBC="@comment " >X.else >XPLIST_SUB+= WITH_MODSPDRMNKYODBC="" >XLIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC >X.endif >X >X.if !defined(WITH_MODSHOUT) >XPLIST_SUB+= WITH_MODSHOUT="@comment " >X.else >XPLIST_SUB+= WITH_MODSHOUT="" >XLIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis >X.endif >X >X.if !defined(WITH_MODPERL) >XPLIST_SUB+= WITH_MODPERL="@comment " >X.else >XPLIST_SUB+= WITH_MODPERL="" >XLIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm \ >X db:${PORTSDIR}/databases/db42 >X.endif >X >X.if !defined(WITH_MODFAX) >XPLIST_SUB+= WITH_MODFAX="@comment " >X.else >XPLIST_SUB+= WITH_MODFAX="" >XLIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff >X.endif >X >X.if !defined(WITH_MODFLITE) >XPLIST_SUB+= WITH_MODFLITE="@comment " >X.else >XPLIST_SUB+= WITH_MODFLITE="" >X.endif >X >X.if !defined(WITH_MODPOCKETSPHINX) >X PLIST_SUB+= WITH_MODPOCKETSPHINX="@comment " >X.else >XPLIST_SUB+= WITH_MODPOCKETSPHINX="" >X.endif >X >X.if !defined(WITH_MODCIDLOOKUP) >X PLIST_SUB+= WITH_MODCIDLOOKUO="@comment " >X.else >XPLIST_SUB+= WITH_MODCIDLOOKUP="" >X.endif >X >X.if !defined(WITH_MODDPDIRECTORY) >X PLIST_SUB+= WITH_MODDPDIRECTORY="@comment " >X.else >XPLIST_SUB+= WITH_MODDPDIRECTORY="" >X.endif >X >X.if !defined(WITH_MODEASYROUTE) >X PLIST_SUB+= WITH_MODEASYROUTE="@comment " >X.else >XPLIST_SUB+= WITH_MODEASYROUTE="" >X.endif >X >X.if !defined(WITH_MODLCR) >XPLIST_SUB+= WITH_MODLCR="@comment " >X.else >XPLIST_SUB+= WITH_MODLCR="" >X.endif >X >X.if !defined(WITH_MODSOUNDTOUCH) >XPLIST_SUB+= WITH_MODSOUNDTOUCH="@comment " >X.else >XPLIST_SUB+= WITH_MODSOUNDTOUCH="" >X.endif >X >X.if !defined(WITH_MODRSS) >XPLIST_SUB+= WITH_MODRSS="@comment " >X.else >XPLIST_SUB+= WITH_MODRSS="" >X.endif >X >X.if !defined(WITH_MODSNOM) >XPLIST_SUB+= WITH_MODSNOM="@comment " >X.else >XPLIST_SUB+= WITH_MODSNOM="" >X.endif >X >X.if !defined(WITH_MODVMD) >XPLIST_SUB+= WITH_MODVMD="@comment " >X.else >XPLIST_SUB+= WITH_MODVMD="" >X.endif >X >X.if !defined(WITH_MODSPY) >XPLIST_SUB+= WITH_MODSPY="@comment " >X.else >XPLIST_SUB+= WITH_MODSPY="" >X.endif >X >X.if !defined(WITH_MODAMRWB) >XPLIST_SUB+= WITH_MODAMRWB="@comment " >X.else >XPLIST_SUB+= WITH_MODAMRWB="" >X.endif >X >X.if !defined(WITH_MODSIREN) >XPLIST_SUB+= WITH_MODSIREN="@comment " >X.else >XPLIST_SUB+= WITH_MODSIREN="" >X.endif >X >X.if !defined(WITH_MODCELT) >XPLIST_SUB+= WITH_MODCELT="@comment " >X.else >XPLIST_SUB+= WITH_MODCELT="" >X.endif >X >X.if !defined(WITH_MODMULTICAST) >XPLIST_SUB+= WITH_MODMULTICAST="@comment " >X.else >XPLIST_SUB+= WITH_MODMULTICAST="" >X.endif >X >X.if !defined(WITH_MODPORTAUDIO) >XPLIST_SUB+= WITH_MODPORTAUDIO="" >X.else >XPLIST_SUB+= WITH_MODPORTAUDIO="" >X.endif >X >X.if !defined(WITH_MODXMLCURL) >XPLIST_SUB+= WITH_MODXMLCURL="@comment " >X.else >XPLIST_SUB+= WITH_MODXMLCURL="" >X.endif >X >X.if !defined(WITH_MODSAYDE) >XPLIST_SUB+= WITH_MODSAYDE="@comment " >X.else >XPLIST_SUB+= WITH_MODSAYDE="" >X.endif >X >X.if !defined(WITH_MODSAYES) >XPLIST_SUB+= WITH_MODSAYES="@comment " >X.else >XPLIST_SUB+= WITH_MODSAYES="" >X.endif >X >X.if !defined(WITH_MODSAYIT) >XPLIST_SUB+= WITH_MODSAYFR="@comment " >X.else >XPLIST_SUB+= WITH_MODSAYFR="" >X.endif >X >X.if !defined(WITH_MODSAYIT) >XPLIST_SUB+= WITH_MODSAYIT="@comment " >X.else >XPLIST_SUB+= WITH_MODSAYIT="" >X.endif >X >X.if !defined(WITH_MODSAYNL) >XPLIST_SUB+= WITH_MODSAYNL="@comment " >X.else >XPLIST_SUB+= WITH_MODSAYNL="" >X.endif >X >X.if !defined(WITH_MODSAYRU) >XPLIST_SUB+= WITH_MODSAYRU="@comment " >X.else >XPLIST_SUB+= WITH_MODSAYRU="" >X.endif >X >X.if !defined(WITH_MODSAYZH) >XPLIST_SUB+= WITH_MODSAYZH="@comment " >X.else >XPLIST_SUB+= WITH_MODSAYZH="" >X.endif >X >X.if !defined(WITH_SAMPLES) >XPLIST_SUB+= WITH_SAMPLES="@comment " >X.else >XPLIST_SUB+= WITH_SAMPLES="" >X.endif >X >X.if !defined(WITH_SOUNDS) >XPLIST_SUB+= WITH_SOUNDS="@comment " >X.else >XPLIST_SUB+= WITH_SOUNDS="" >X.endif >X >X.if !defined(WITH_PIZZADEMO) >XPLIST_SUB+= WITH_PIZZADEMO="@comment " >X.else >XPLIST_SUB+= WITH_PIZZADEMO="" >X.endif >X >X.if !defined(WITH_FAXUTILS) >XPLIST_SUB+= WITH_FAXUTILS="@comment " >X.else >XPLIST_SUB+= WITH_FAXUTILS="" >XRUN_DEPENDS+= tiff2png:${PORTSDIR}/graphics/tiff2png >X.endif >X >Xpre-configure: >X @cd ${WRKSRC} && ./bootstrap.sh >X @${CP} ${WRKSRC}/build/modules.conf.in ${WRKSRC}/modules.conf >X @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/${PORTNAME}/libdata/pkgconfig|g' ${WRKSRC}/libs/*/Makefile.am >X @${REINPLACE_CMD} -e 's|$(DESTDIR)$$(libdir)/pkgconfig|${PREFIX}/${PORTNAME}/libdata/pkgconfig|g' ${WRKSRC}/libs/*/Makefile.in >X >Xpost-configure: >X.if defined(WITH_MODSHOUT) >X @${REINPLACE_CMD} -e 's|#formats/mod_shout|formats/mod_shout|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODFLITE) >X @${REINPLACE_CMD} -e 's|#asr_tts/mod_flite|asr_tts/mod_flite|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODPOCKETSPHINX) >X @${REINPLACE_CMD} -e 's|#asr_tts/mod_pocketsphinx|asr_tts/mod_pocketsphinx|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODCIDLOOKUP) >X @${REINPLACE_CMD} -e 's|#applications/mod_cidlookup|applications/mod_cidlookup|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODDPDIRECTORY) >X @${REINPLACE_CMD} -e 's|#dialplans/mod_dialplan_directory|dialplans/mod_dialplan_directory|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODEASYROUTE) >X @${REINPLACE_CMD} -e 's|#applications/mod_easyroute|applications/mod_easyroute|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODFAX) >X @${REINPLACE_CMD} -e 's|#applications/mod_fax|applications/mod_fax|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODLCR) >X @${REINPLACE_CMD} -e 's|#applications/mod_lcr|applications/mod_lcr|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSOUNDTOUCH) >X @${REINPLACE_CMD} -e 's|#applications/mod_soundtouch|applications/mod_soundtouch|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODRSS) >X @${REINPLACE_CMD} -e 's|#applications/mod_rss|applications/mod_rss|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSNOM) >X @${REINPLACE_CMD} -e 's|#applications/mod_snom|applications/mod_snom|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODVMD) >X @${REINPLACE_CMD} -e 's|#applications/mod_vmd|applications/mod_vmd|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSPY) >X @${REINPLACE_CMD} -e 's|#applications/mod_spy|applications/mod_spy|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODAMRWB) >X @${REINPLACE_CMD} -e 's|#codecs/mod_amrwb|codecs/mod_amrwb|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSIREN) >X @${REINPLACE_CMD} -e 's|#codecs/mod_siren|codecs/mod_siren|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODCELT) >X @${REINPLACE_CMD} -e 's|#codecs/mod_celt|codecs/mod_celt|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODOPENZAP) >X @${REINPLACE_CMD} -e 's|NO_PACKAGE=|#NO_PACKAGE=|g' ${PORTSDIR}/misc/zaptel/Makefile >X @${REINPLACE_CMD} -e 's|#../../libs/openzap/mod_openzap|../../libs/openzap/mod_openzap|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODMULTICAST) >X @${REINPLACE_CMD} -e 's|#event_handlers/mod_event_multicast|event_handlers/mod_event_multicast|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSPDRMNKYODBC) >X @${REINPLACE_CMD} -e 's|#languages/mod_spidermonkey_odbc|languages/mod_spidermonkey_odbc|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODPORTAUDIO) >X @${REINPLACE_CMD} -e 's|#endpoints/mod_portaudio|endpoints/mod_portaudio|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODPERL) >X @${REINPLACE_CMD} -e 's|#languages/mod_perl|languages/mod_perl|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODXMLCURL) >X @${REINPLACE_CMD} -e 's|#xml_int/mod_xml_curl|xml_int/mod_xml_curl|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSAYDE) >X @${REINPLACE_CMD} -e 's|#say/mod_say_de|say/mod_say_de|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSAYES) >X @${REINPLACE_CMD} -e 's|#say/mod_say_es|say/mod_say_es|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSAYFR) >X @${REINPLACE_CMD} -e 's|#say/mod_say_fr|say/mod_say_fr|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSAYIT) >X @${REINPLACE_CMD} -e 's|#say/mod_say_it|say/mod_say_it|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSAYNL) >X @${REINPLACE_CMD} -e 's|#say/mod_say_nl|say/mod_say_nl|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSAYRU) >X @${REINPLACE_CMD} -e 's|#say/mod_say_ru|say/mod_say_ru|g' ${WRKSRC}/modules.conf >X.endif >X >X.if defined(WITH_MODSAYZH) >X @${REINPLACE_CMD} -e 's|#say/mod_say_zh|say/mod_say_zh|g' ${WRKSRC}/modules.conf >X.endif >X >Xpost-patch: >X @${GREP} -Rl '"/bin/bash"' ${WRKSRC} | \ >X ${XARGS} ${REINPLACE_CMD} -e 's|"/bin/bash"|"/usr/local/bin/bash"|g' >X >Xpost-install: >X.if defined(WITH_SAMPLES) >X @cd ${WRKSRC} && ${GMAKE} samples >X.endif >X >X.if defined(WITH_SOUNDS) >X @cd ${WRKSRC} && ${GMAKE} sounds-install >X @cd ${WRKSRC} && ${GMAKE} moh-install >X.endif >X >X.if defined(WITH_PIZZADEMO) >X @${REINPLACE_CMD} -e 's|js_modules/SpeechTools.jm|javascript/js_modules/SpeechTools.jm|g' ${WRKSRC}/scripts/javascript/ps_pizza.js >X @${REINPLACE_CMD} -e 's|/root/pizza|/usr/local/freeswitch/sounds/en/us/pizza/|g' ${WRKSRC}/scripts/javascript/ps_pizza.js >X @${CP} -r ${WRKSRC}/scripts/javascript ${PREFIX}/${PORTNAME}/scripts/ >X @${RM} -rf ${PREFIX}/${PORTNAME}/scripts/javascript/aadir >X @${RM} ${PREFIX}/${PORTNAME}/scripts/javascript/api.js >X @${RM} ${PREFIX}/${PORTNAME}/scripts/javascript/dtmftest.js >X @${RM} ${PREFIX}/${PORTNAME}/scripts/javascript/pizza.js >X @${RM} ${PREFIX}/${PORTNAME}/scripts/javascript/ps_pizza.js.bak >X @cd ${PREFIX}/${PORTNAME}/grammar \ >X && wget http://files.freeswitch.org/pizza_gram.tar.gz \ >X && tar xvzf pizza_gram.tar.gz \ >X && ${RM} pizza_gram.tar.gz >X @cd ${PREFIX}/${PORTNAME}/sounds/en/us \ >X && wget http://www.freeswitch.org/eg/pizza_sounds.tar.gz \ >X && tar xzvf pizza_sounds.tar.gz >X @${RM} ${PREFIX}/${PORTNAME}/sounds/en/us/pizza_sounds.tar.gz >X @${RM} -rf ${PREFIX}/${PORTNAME}/scripts/javascript/.svn >X @${RM} -rf ${PREFIX}/${PORTNAME}/scripts/javascript/js_modules/.svn >X.endif >X >X.include <bsd.port.post.mk> >ae234a74f0b12c7984f27c08a0b3335e >echo x - freeswitch/pkg-plist >sed 's/^X//' >freeswitch/pkg-plist << '75fc5d4aa7fbb4b657a2e6719059d4de' >Xetc/rc.d/freeswitch >X%%WITH_MODOPENZAP%%freeswitch/conf/m3ua.conf >X%%WITH_MODOPENZAP%%freeswitch/conf/openzap.conf >X%%WITH_MODOPENZAP%%freeswitch/conf/pika.conf >X%%WITH_MODOPENZAP%%freeswitch/conf/tones.conf >X%%WITH_MODOPENZAP%%freeswitch/conf/wanpipe.conf >X%%WITH_MODOPENZAP%%freeswitch/conf/zt.conf >Xfreeswitch/bin/freeswitch >Xfreeswitch/bin/fs_cli >Xfreeswitch/bin/fs_ivrd >Xfreeswitch/bin/fsxs >Xfreeswitch/bin/gentls_cert >Xfreeswitch/conf/autoload_configs/acl.conf.xml >Xfreeswitch/conf/autoload_configs/alsa.conf.xml >Xfreeswitch/conf/autoload_configs/cdr_csv.conf.xml >Xfreeswitch/conf/autoload_configs/cidlookup.conf.xml >Xfreeswitch/conf/autoload_configs/conference.conf.xml >Xfreeswitch/conf/autoload_configs/console.conf.xml >Xfreeswitch/conf/autoload_configs/dialplan_directory.conf.xml >Xfreeswitch/conf/autoload_configs/dingaling.conf.xml >Xfreeswitch/conf/autoload_configs/easyroute.conf.xml >Xfreeswitch/conf/autoload_configs/enum.conf.xml >Xfreeswitch/conf/autoload_configs/event_multicast.conf.xml >Xfreeswitch/conf/autoload_configs/event_socket.conf.xml >Xfreeswitch/conf/autoload_configs/fax.conf.xml >Xfreeswitch/conf/autoload_configs/fifo.conf.xml >Xfreeswitch/conf/autoload_configs/iax.conf.xml >Xfreeswitch/conf/autoload_configs/ivr.conf.xml >Xfreeswitch/conf/autoload_configs/java.conf.xml >Xfreeswitch/conf/autoload_configs/lcr.conf.xml >Xfreeswitch/conf/autoload_configs/limit.conf.xml >Xfreeswitch/conf/autoload_configs/local_stream.conf.xml >Xfreeswitch/conf/autoload_configs/logfile.conf.xml >Xfreeswitch/conf/autoload_configs/lua.conf.xml >Xfreeswitch/conf/autoload_configs/memcache.conf.xml >Xfreeswitch/conf/autoload_configs/modules.conf.xml >Xfreeswitch/conf/autoload_configs/nibblebill.conf.xml >Xfreeswitch/conf/autoload_configs/opal.conf.xml >X%%WITH_MODOPENZAP%%freeswitch/conf/autoload_configs/openzap.conf.xml >Xfreeswitch/conf/autoload_configs/perl.conf.xml >Xfreeswitch/conf/autoload_configs/pocketsphinx.conf.xml >Xfreeswitch/conf/autoload_configs/portaudio.conf.xml >Xfreeswitch/conf/autoload_configs/post_load_modules.conf.xml >Xfreeswitch/conf/autoload_configs/python.conf.xml >Xfreeswitch/conf/autoload_configs/rss.conf.xml >Xfreeswitch/conf/autoload_configs/shout.conf.xml >Xfreeswitch/conf/autoload_configs/sofia.conf.xml >Xfreeswitch/conf/autoload_configs/spidermonkey.conf.xml >Xfreeswitch/conf/autoload_configs/switch.conf.xml >Xfreeswitch/conf/autoload_configs/syslog.conf.xml >Xfreeswitch/conf/autoload_configs/timezones.conf.xml >Xfreeswitch/conf/autoload_configs/unicall.conf.xml >Xfreeswitch/conf/autoload_configs/unimrcp.conf.xml >Xfreeswitch/conf/autoload_configs/voicemail.conf.xml >Xfreeswitch/conf/autoload_configs/xml_cdr.conf.xml >Xfreeswitch/conf/autoload_configs/xml_curl.conf.xml >Xfreeswitch/conf/autoload_configs/xml_rpc.conf.xml >Xfreeswitch/conf/autoload_configs/zeroconf.conf.xml >Xfreeswitch/conf/dialplan/default.xml >Xfreeswitch/conf/dialplan/default/00_pizza_demo.xml >Xfreeswitch/conf/dialplan/default/01_example.com.xml >Xfreeswitch/conf/dialplan/default/99999_enum.xml >Xfreeswitch/conf/dialplan/features.xml >Xfreeswitch/conf/dialplan/public.xml >Xfreeswitch/conf/dialplan/public/00_inbound_did.xml >Xfreeswitch/conf/directory/default.xml >Xfreeswitch/conf/directory/default/1000.xml >Xfreeswitch/conf/directory/default/1001.xml >Xfreeswitch/conf/directory/default/1002.xml >Xfreeswitch/conf/directory/default/1003.xml >Xfreeswitch/conf/directory/default/1004.xml >Xfreeswitch/conf/directory/default/1005.xml >Xfreeswitch/conf/directory/default/1006.xml >Xfreeswitch/conf/directory/default/1007.xml >Xfreeswitch/conf/directory/default/1008.xml >Xfreeswitch/conf/directory/default/1009.xml >Xfreeswitch/conf/directory/default/1010.xml >Xfreeswitch/conf/directory/default/1011.xml >Xfreeswitch/conf/directory/default/1012.xml >Xfreeswitch/conf/directory/default/1013.xml >Xfreeswitch/conf/directory/default/1014.xml >Xfreeswitch/conf/directory/default/1015.xml >Xfreeswitch/conf/directory/default/1016.xml >Xfreeswitch/conf/directory/default/1017.xml >Xfreeswitch/conf/directory/default/1018.xml >Xfreeswitch/conf/directory/default/1019.xml >Xfreeswitch/conf/directory/default/brian.xml >Xfreeswitch/conf/directory/default/default.xml >Xfreeswitch/conf/directory/default/example.com.xml >Xfreeswitch/conf/extensions.conf >Xfreeswitch/conf/freeswitch.xml >Xfreeswitch/conf/fur_elise.ttml >Xfreeswitch/conf/jingle_profiles/client.xml >Xfreeswitch/conf/jingle_profiles/server.xml >Xfreeswitch/conf/lang/de/de.xml >Xfreeswitch/conf/lang/de/demo/demo.xml >Xfreeswitch/conf/lang/de/vm/tts.xml >Xfreeswitch/conf/lang/en/demo/demo-ivr.xml >Xfreeswitch/conf/lang/en/demo/demo.xml >Xfreeswitch/conf/lang/en/en.xml >Xfreeswitch/conf/lang/en/vm/sounds.xml >Xfreeswitch/conf/lang/en/vm/tts.xml >Xfreeswitch/conf/lang/fr/demo/demo.xml >Xfreeswitch/conf/lang/fr/fr.xml >Xfreeswitch/conf/lang/fr/vm/sounds.xml >Xfreeswitch/conf/lang/ru/demo/demo-ivr.xml >Xfreeswitch/conf/lang/ru/demo/demo.xml >Xfreeswitch/conf/lang/ru/ru.xml >Xfreeswitch/conf/lang/ru/vm/sounds.xml >Xfreeswitch/conf/lang/ru/vm/tts.xml >Xfreeswitch/conf/mime.types >Xfreeswitch/conf/mrcp_profiles/loquendo-7-mrcp-v2.xml >Xfreeswitch/conf/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml >Xfreeswitch/conf/mrcp_profiles/nuance-5.0-mrcp-v2.xml >Xfreeswitch/conf/mrcp_profiles/nuance-5.0-mrcp-v1.xml >Xfreeswitch/conf/mrcp_profiles/unimrcpserver-mrcp-v1.xml >Xfreeswitch/conf/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml >Xfreeswitch/conf/notify-voicemail.tpl >Xfreeswitch/conf/sip_profiles/external.xml >Xfreeswitch/conf/sip_profiles/external/example.xml >Xfreeswitch/conf/sip_profiles/internal-ipv6.xml >Xfreeswitch/conf/sip_profiles/internal.xml >Xfreeswitch/conf/sip_profiles/internal/example.xml >Xfreeswitch/conf/tetris.ttml >Xfreeswitch/conf/vars.xml >Xfreeswitch/conf/voicemail.tpl >Xfreeswitch/conf/web-vm.tpl >X%%WITH_PIZZADEMO%%freeswitch/grammar/pizza_arso.gram >X%%WITH_PIZZADEMO%%freeswitch/grammar/pizza_crust.gram >X%%WITH_PIZZADEMO%%freeswitch/grammar/pizza_order.gram >X%%WITH_PIZZADEMO%%freeswitch/grammar/pizza_size.gram >X%%WITH_PIZZADEMO%%freeswitch/grammar/pizza_specialty.gram >X%%WITH_PIZZADEMO%%freeswitch/grammar/pizza_toppings.gram >X%%WITH_PIZZADEMO%%freeswitch/grammar/pizza_type.gram >X%%WITH_PIZZADEMO%%freeswitch/grammar/pizza_yesno.gram >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/adsi.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/arctan2.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/async.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/at_interpreter.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/awgn.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/bell_r2_mf.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/bert.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/biquad.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/bit_operations.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/bitstream.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/complex.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/complex_filters.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/complex_vector_float.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/complex_vector_int.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/crc.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/dc_restore.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/dds.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/dtmf.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/echo.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/expose.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/fast_convert.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/fax.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/fax_modems.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/fir.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/fsk.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/g168models.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/g711.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/g722.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/g726.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/gsm0610.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/hdlc.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/ima_adpcm.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/logging.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/lpc10.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/modem_connect_tones.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/modem_echo.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/noise.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/oki_adpcm.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/playout.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/plc.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/power_meter.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/adsi.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/async.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/at_interpreter.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/awgn.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/bell_r2_mf.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/bert.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/bitstream.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/dtmf.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/fax.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/fax_modems.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/fsk.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/g711.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/g722.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/g726.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/gsm0610.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/hdlc.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/ima_adpcm.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/logging.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/lpc10.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/modem_connect_tones.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/noise.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/oki_adpcm.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/queue.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/schedule.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/sig_tone.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/silence_gen.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/super_tone_rx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/super_tone_tx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/t30.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/t31.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/t38_core.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/t38_gateway.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/t38_non_ecm_buffer.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/t38_terminal.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/t4.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/time_scale.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/tone_detect.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/tone_generate.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v17rx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v17tx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v18.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v22bis.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v27ter_rx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v27ter_tx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v29rx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v29tx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v42.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v42bis.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/private/v8.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/queue.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/saturated.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/schedule.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/sig_tone.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/silence_gen.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/super_tone_rx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/super_tone_tx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t30.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t30_api.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t30_fcf.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t30_logging.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t31.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t35.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t38_core.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t38_gateway.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t38_non_ecm_buffer.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t38_terminal.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/t4.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/telephony.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/time_scale.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/timing.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/tone_detect.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/tone_generate.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v17rx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v17tx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v18.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v22bis.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v27ter_rx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v27ter_tx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v29rx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v29tx.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v42.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v42bis.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/v8.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/vector_float.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/vector_int.h >X%%WITH_MODOPENZAP%%freeswitch/include/spandsp/version.h >X%%WITH_MODOPENZAP%%freeswitch/libdata/pkgconfig/spandsp.pc >Xfreeswitch/lib/libfreeswitch.a >Xfreeswitch/lib/libfreeswitch.la >Xfreeswitch/lib/libfreeswitch.so >Xfreeswitch/lib/libfreeswitch.so.1 >Xfreeswitch/lib/libjs.a >Xfreeswitch/lib/libjs.la >Xfreeswitch/lib/libjs.so >Xfreeswitch/lib/libjs.so.1 >Xfreeswitch/lib/libnspr4.a >Xfreeswitch/lib/libnspr4.so.1 >Xfreeswitch/lib/libplc4.a >Xfreeswitch/lib/libplc4.so.1 >Xfreeswitch/lib/libplds4.a >Xfreeswitch/lib/libplds4.so.1 >X%%WITH_MODOPENZAP%%freeswitch/lib/libspandsp.a >X%%WITH_MODOPENZAP%%freeswitch/lib/libspandsp.la >Xfreeswitch/mod/mod_amr.so >X%%WITH_MODAMRWB%%freeswitch/mod/mod_amrwb.so >Xfreeswitch/mod/mod_cdr_csv.so >X%%WITH_MODCELT%%freeswitch/mod/mod_celt.so >X%%WITH_MODCIDLOOKUP%%freeswitch/mod/mod_cidlookup.so >Xfreeswitch/mod/mod_cluechoo.so >Xfreeswitch/mod/mod_commands.so >Xfreeswitch/mod/mod_conference.so >Xfreeswitch/mod/mod_console.so >Xfreeswitch/mod/mod_dialplan_asterisk.so >X%%WITH_MODDPDIRECTORY%%freeswitch/mod/mod_dialplan_directory.so >Xfreeswitch/mod/mod_dialplan_xml.so >Xfreeswitch/mod/mod_dptools.so >X%%WITH_MODEASYROUTE%%freeswitch/mod/mod_easyroute.so >Xfreeswitch/mod/mod_enum.so >Xfreeswitch/mod/mod_esf.so >X%%WITH_MODMULTICAST%%freeswitch/mod/mod_event_multicast.so >Xfreeswitch/mod/mod_event_socket.so >Xfreeswitch/mod/mod_expr.so >X%%WITH_MODFAX%%freeswitch/mod/mod_fax.so >Xfreeswitch/mod/mod_fifo.so >Xfreeswitch/mod/mod_file_string.so >X%%WITH_MODFLITE%%freeswitch/mod/mod_flite.so >Xfreeswitch/mod/mod_fsv.so >Xfreeswitch/mod/mod_g723_1.so >Xfreeswitch/mod/mod_g729.so >Xfreeswitch/mod/mod_h26x.so >Xfreeswitch/mod/mod_iax.so >Xfreeswitch/mod/mod_ilbc.so >X%%WITH_MODLCR%%freeswitch/mod/mod_lcr.so >Xfreeswitch/mod/mod_limit.so >Xfreeswitch/mod/mod_local_stream.so >Xfreeswitch/mod/mod_logfile.so >Xfreeswitch/mod/mod_loopback.so >Xfreeswitch/mod/mod_lua.so >Xfreeswitch/mod/mod_native_file.so >X%%WITH_MODOPENZAP%%freeswitch/mod/mod_openzap.so >X%%WITH_MODPERL%%freeswitch/mod/mod_perl.so >X%%WITH_MODPOCKETSPHINX%%freeswitch/mod/mod_pocketsphinx.so >X%%WITH_MODPORTAUDIO%%freeswitch/mod/mod_portaudio.so >X%%WITH_MODRSS%%freeswitch/mod/mod_rss.so >X%%WITH_MODSAYDE%%freeswitch/mod/mod_say_de.so >Xfreeswitch/mod/mod_say_en.so >X%%WITH_MODSAYES%%freeswitch/mod/mod_say_es.so >X%%WITH_MODSAYFR%%freeswitch/mod/mod_say_fr.so >X%%WITH_MODSAYIT%%freeswitch/mod/mod_say_it.so >X%%WITH_MODSAYNL%%freeswitch/mod/mod_say_nl.so >X%%WITH_MODSAYRU%%freeswitch/mod/mod_say_ru.so >X%%WITH_MODSAYZH%%freeswitch/mod/mod_say_zh.so >X%%WITH_MODSHOUT%%freeswitch/mod/mod_shout.so >X%%WITH_MODSIREN%%freeswitch/mod/mod_siren.so >Xfreeswitch/mod/mod_sndfile.so >X%%WITH_MODSNOM%%freeswitch/mod/mod_snom.so >Xfreeswitch/mod/mod_sofia.a >Xfreeswitch/mod/mod_sofia.la >Xfreeswitch/mod/mod_sofia.so >X%%WITH_MODSOUNDTOUCH%%freeswitch/mod/mod_soundtouch.so >Xfreeswitch/mod/mod_speex.so >Xfreeswitch/mod/mod_spidermonkey.so >Xfreeswitch/mod/mod_spidermonkey_core_db.so >Xfreeswitch/mod/mod_spidermonkey_curl.so >X%%WITH_MODSPDRMNKYODBC%%freeswitch/mod/mod_spidermonkey_odbc.so >Xfreeswitch/mod/mod_spidermonkey_socket.so >Xfreeswitch/mod/mod_spidermonkey_teletone.so >X%%WITH_MODSPY%%freeswitch/mod/mod_spy.so >Xfreeswitch/mod/mod_syslog.so >Xfreeswitch/mod/mod_tone_stream.so >X%%WITH_MODVMD%%freeswitch/mod/mod_vmd.so >Xfreeswitch/mod/mod_voicemail.so >Xfreeswitch/mod/mod_voipcodecs.so >Xfreeswitch/mod/mod_xml_cdr.so >Xfreeswitch/mod/mod_xml_curl.so >Xfreeswitch/mod/mod_xml_rpc.so >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_analog.a >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_analog.la >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_analog.so >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_analog_em.a >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_analog_em.la >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_analog_em.so >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_isdn.a >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_isdn.la >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_isdn.so >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_skel.a >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_skel.la >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_skel.so >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_ss7_boost.a >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_ss7_boost.la >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_ss7_boost.so >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_zt.a >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_zt.la >X%%WITH_MODOPENZAP%%freeswitch/mod/ozmod_zt.so >X%%WITH_PIZZADEMO%%freeswitch/scripts/javascript/js_modules/SpeechTools.jm >X%%WITH_PIZZADEMO%%freeswitch/scripts/javascript/ps_pizza.js >X%%WITH_PIZZADEMO%%freeswitch/grammar/default.dic >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/communicator/COPYING >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/communicator/feat.params >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/communicator/mdef >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/communicator/means >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/communicator/noisedict >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/communicator/sendump >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/communicator/transition_matrices >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/communicator/variances >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/Makefile >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/Makefile.am >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/Makefile.in >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/feat.params >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/kdtrees >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/mdef >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/means >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/noisedict >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/sendump >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/transition_matrices >X%%WITH_PIZZADEMO%%freeswitch/grammar/model/wsj1/variances >Xfreeswitch/htdocs/license.txt >Xfreeswitch/htdocs/slim.swf >Xfreeswitch/htdocs/slimtest.htm >X%%WITH_MODOPENZAP%%freeswitch/include/fsk.h >X%%WITH_MODOPENZAP%%freeswitch/include/g711.h >X%%WITH_MODOPENZAP%%freeswitch/include/hashtable.h >X%%WITH_MODOPENZAP%%freeswitch/include/hashtable_itr.h >X%%WITH_MODOPENZAP%%freeswitch/include/hashtable_private.h >Xfreeswitch/include/libteletone.h >Xfreeswitch/include/libteletone_detect.h >Xfreeswitch/include/libteletone_generate.h >X%%WITH_MODOPENZAP%%freeswitch/include/openzap.h >X%%WITH_MODOPENZAP%%freeswitch/include/sangoma_tdm_api.h >Xfreeswitch/include/switch.h >Xfreeswitch/include/switch_am_config.h >Xfreeswitch/include/switch_apr.h >Xfreeswitch/include/switch_buffer.h >Xfreeswitch/include/switch_caller.h >Xfreeswitch/include/switch_channel.h >Xfreeswitch/include/switch_config.h >Xfreeswitch/include/switch_console.h >Xfreeswitch/include/switch_core.h >Xfreeswitch/include/switch_core_db.h >Xfreeswitch/include/switch_core_event_hook.h >Xfreeswitch/include/switch_cpp.h >Xfreeswitch/include/switch_dso.h >Xfreeswitch/include/switch_event.h >Xfreeswitch/include/switch_frame.h >Xfreeswitch/include/switch_ivr.h >Xfreeswitch/include/switch_loadable_module.h >Xfreeswitch/include/switch_log.h >Xfreeswitch/include/switch_module_interfaces.h >Xfreeswitch/include/switch_nat.h >Xfreeswitch/include/switch_odbc.h >Xfreeswitch/include/switch_platform.h >Xfreeswitch/include/switch_regex.h >Xfreeswitch/include/switch_resample.h >Xfreeswitch/include/switch_rtp.h >Xfreeswitch/include/switch_scheduler.h >Xfreeswitch/include/switch_stun.h >Xfreeswitch/include/switch_types.h >Xfreeswitch/include/switch_utils.h >Xfreeswitch/include/switch_xml.h >Xfreeswitch/include/switch_xml_config.h >X%%WITH_MODOPENZAP%%freeswitch/include/uart.h >X%%WITH_MODOPENZAP%%freeswitch/include/zap_buffer.h >X%%WITH_MODOPENZAP%%freeswitch/include/zap_config.h >X%%WITH_MODOPENZAP%%freeswitch/include/zap_dso.h >X%%WITH_MODOPENZAP%%freeswitch/include/zap_threadmutex.h >X%%WITH_MODOPENZAP%%freeswitch/include/zap_types.h >X%%WITH_MODOPENZAP%%freeswitch/lib/libopenzap.a >X%%WITH_MODOPENZAP%%freeswitch/lib/libopenzap.la >X%%WITH_MODOPENZAP%%freeswitch/lib/libopenzap.so >X%%WITH_MODOPENZAP%%freeswitch/lib/libopenzap.so.1 >X%%WITH_MODOPENZAP%%freeswitch/libdata/pkgconfig/openzap.pc >X%%WITH_MODOPENZAP%%freeswitch/perl/freeswitch.pm >X%%WITH_MODPERL%%freeswitch/perl/freeswitch.so >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Algol.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Apollo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Athens.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Atlantic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Aztec.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Babylon.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Belfast.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Bradbury.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Brazilian.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Burbank.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Burlington.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Camelot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Capricorn.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Cherokee.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Chicago.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Christmas.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Dakota.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/December.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Dupont.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Eskimo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Galveston.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Geiger.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Hamilton.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Istanbul.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Jamaica.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Jupiter.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Medusa.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Mohawk.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Montana.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Neptune.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Norwegian.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Oakland.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/October.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Ohio.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Orlando.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Pacific.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Pandora.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Pegasus.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Pluto.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Saturday.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Scotland.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Trojan.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Virginia.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Vulcan.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Waterloo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Wichita.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Wilmington.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Wyoming.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Yucatan.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/Zulu.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/aardvark.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/absurd.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/accrue.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/acme.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/adrift.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/adroitness.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/adult.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/adviser.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/afflict.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/aftermath.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/aggregate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ahead.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/aimless.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/alkali.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/allow.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/almighty.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/alone.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ammo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/amulet.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/amusement.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ancient.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/antenna.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/apple.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/applicant.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/armistice.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/article.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/artist.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/assume.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/asteroid.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/atlas.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/atmosphere.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/autopsy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/baboon.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/backfield.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/backward.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/backwater.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/banjo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/barbecue.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/beaming.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bedlamp.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/beehive.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/beeswax.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/befriend.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/belowground.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/berserk.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bifocals.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/billiard.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bison.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/blackjack.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/blockade.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/blowtorch.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bluebird.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bodyguard.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bombast.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bookseller.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bookshelf.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/borderline.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bottomless.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/brackish.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/bravado.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/breadline.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/breakaway.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/breakup.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/brickyard.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/briefcase.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/businessman.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/butterfat.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/button.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/buzzard.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/candidate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cannonball.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/caravan.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/caretaker.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/celebrate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cellulose.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cement.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/certify.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/chairlift.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/chambermaid.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/chatter.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/checkup.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/chisel.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/choking.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/chopper.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/clamshell.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/classic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/classroom.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cleanup.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/clergyman.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/clockwork.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cobra.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/coherence.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/combustion.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/commando.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/commence.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/company.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/component.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/concert.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/concurrent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/confidence.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/conformist.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/congregate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/consensus.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/consulting.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/corporate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/corrosion.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/councilman.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cowbell.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/crackdown.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cranky.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/crossover.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/crowfoot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/crucial.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/crucifix.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/crumpled.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/crusade.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cubic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/cumbersome.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/customer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/dashboard.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/deadbolt.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/decadence.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/decimal.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/deckhand.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/designing.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/detector.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/detergent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/determine.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/dictator.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/dinosaur.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/direction.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/disable.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/disbelief.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/disruptive.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/distortion.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/document.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/dogsled.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/dragnet.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/drainage.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/dreadful.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/drifter.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/dropper.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/drumbeat.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/drunken.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/dwelling.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/eating.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/edict.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/egghead.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/eightball.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/embezzle.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/enchanting.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/endorse.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/endow.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/enlist.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/enrollment.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/enterprise.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/equation.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/equipment.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/erase.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/escapade.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/escape.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/everyday.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/examine.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/exceed.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/existence.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/exodus.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/eyeglass.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/eyetooth.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/facial.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/fallout.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/fascinate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/filament.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/finicky.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/flagpole.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/flatfoot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/flytrap.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/forever.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/fortitude.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/fracture.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/framework.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/freedom.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/frequency.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/frighten.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/gadgetry.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/gazelle.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/getaway.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/glitter.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/glossary.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/glucose.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/goggles.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/goldfish.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/gossamer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/graduate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/gravity.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/gremlin.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/guidance.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/guitarist.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hamburger.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hamlet.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/handiwork.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hazardous.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/headwaters.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hemisphere.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hesitate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hideaway.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/highchair.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hockey.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/holiness.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hurricane.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/hydraulic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/impartial.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/impetus.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/inception.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/indigo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/indoors.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/indulge.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/inertia.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/infancy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/inferno.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/informant.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/insincere.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/insurgent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/integrate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/intention.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/inventive.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/inverse.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/involve.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/island.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/jawbone.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/keyboard.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/kickoff.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/kiwi.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/klaxon.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/leprosy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/letterhead.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/liberty.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/locale.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/lockup.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/maritime.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/matchmaker.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/maverick.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/megaton.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/merit.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/microscope.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/microwave.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/midsummer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/millionaire.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/minnow.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/miracle.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/miser.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/misnomer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/molasses.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/molecule.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/monument.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/mosquito.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/mural.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/music.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/narrative.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/nebula.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/necklace.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/newborn.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/newsletter.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/nightbird.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/obtuse.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/offload.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/onlooker.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/optic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/opulent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/orca.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/outfielder.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/pandemic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/paperweight.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/paragon.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/paragraph.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/paramount.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/passenger.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/payday.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/peachy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/pedigree.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/penetrate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/perceptive.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/performance.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/pharmacy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/pheasant.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/phonetic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/photograph.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/physique.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/pioneer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/playhouse.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/pocketful.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/politeness.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/positive.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/potato.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/preclude.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/prefer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/preshrunk.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/printer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/processor.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/provincial.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/prowler.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/proximate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/puberty.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/publisher.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/pupil.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/puppy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/pyramid.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/python.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/quadrant.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/quantity.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/quiver.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/quota.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/racketeer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ragtime.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ratchet.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/rebellion.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/rebirth.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/recipe.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/recover.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/reform.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/regain.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/reindeer.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/rematch.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/repay.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/repellent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/replica.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/reproduce.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/resistor.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/responsive.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/retouch.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/retraction.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/retrieval.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/retrospect.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/revenge.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/revenue.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/revival.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/revolver.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/reward.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/rhythm.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ribcage.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ringbolt.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/robust.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/rocker.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ruffled.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sailboat.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sandalwood.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sardonic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/savagery.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sawdust.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/scallion.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/scavenger.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/scenic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/scorecard.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/seabird.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/select.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sensation.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sentence.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/shadow.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/shamrock.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/showgirl.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/skullcap.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/skydive.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/slingshot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/slowdown.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/snapline.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/snapshot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/snowcap.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/snowslide.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sociable.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/solo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/southward.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/souvenir.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/soybean.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/spaniel.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/spearhead.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/specialist.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/speculate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/spellbind.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/spheroid.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/spigot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/spindle.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/spyglass.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stagehand.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stagnate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stairway.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/standard.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stapler.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/steamship.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sterling.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stethoscope.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stockman.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stopwatch.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stormy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/stupendous.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sugar.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/supportive.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/surmount.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/surrender.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/suspense.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/suspicious.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sweatband.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/swelter.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/sympathy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tactics.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/talon.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tambourine.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tapeworm.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/telephone.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tempest.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/therapist.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tiger.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tissue.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tobacco.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tolerance.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tomorrow.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tonic.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/topmost.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/torpedo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tracker.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tradition.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/transit.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/trauma.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/travesty.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/treadmill.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/trombonist.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/trouble.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/truncated.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tumor.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tunnel.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/tycoon.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/typewriter.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/ultimate.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/uncut.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/undaunted.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/underfoot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/unearth.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/unicorn.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/unify.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/universe.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/unravel.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/unwind.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/upcoming.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/uproot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/upset.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/upshot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/vacancy.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/vagabond.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/vapor.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/vertigo.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/village.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/virus.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/visitor.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/vocalist.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/voyager.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/waffle.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/wallet.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/warranty.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/watchword.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/wayside.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/whimsical.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/willow.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/woodlark.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/base256/8000/yesteryear.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/100.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/101.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/102.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/103.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/104.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/105.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/106.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/107.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/108.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/109.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/110.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/111.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/112.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/113.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/114.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/115.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/116.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/117.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/118.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/119.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/120.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/121.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/122.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/32.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/35.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/42.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/46.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/97.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/98.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ascii/8000/99.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-alone.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-bad-pin.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-goodbye.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-is-locked.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-is-unlocked.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-kicked.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-locked.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-muted.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-pin.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-unmuted.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/conference/8000/conf-welcome.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/and.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/cent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/central.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/cents-per-minute.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/cents.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/dollar.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/dollars.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/minus.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/currency/8000/negative.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/0.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/1.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/10.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/11.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/12.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/13.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/14.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/15.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/16.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/17.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/18.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/19.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/2.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/20.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/3.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/30.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/4.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/40.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/5.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/50.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/6.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/60.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/7.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/70.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/8.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/80.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/9.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/90.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/dot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-1.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-10.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-11.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-12.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-13.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-14.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-15.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-16.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-17.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-18.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-19.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-2.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-20.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-3.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-30.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-4.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-5.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-6.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-7.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-8.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/h-9.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/hundred.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/million.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/period.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/point.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/pound.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/star.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/digits/8000/thousand.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-account_number.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-call.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-connect_to_caller.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-customer_service.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-enter_ext.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-enter_ext_pound.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-extension_to_provision_this_phone.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-first_name_first.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-for_this_person.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-hello.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-hold_connect_call.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-im_sorry.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-last_name_first.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-not.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-operator.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-or.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-pin_or_extension_is-invalid.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-please.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-please_enter_extension_followed_by_pound.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-please_enter_pin_followed_by_pound.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-please_reenter_your_pin.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-please_return_our_call_at.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-please_try_again.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-press_one_q_or_z.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-provision_phone_permanently_to_extension.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-regarding_reference_number.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-register_for_cluecon.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-sales.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-sample_submenu.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-say_name.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-send_to_voicemail.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-speak_to_a_customer_service_representative.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-spell_name.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-take_a_message.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-technical_support.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-thank_you.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-that_was_an_invalid_entry.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-this_is_a_call_from.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-this_ivr_will_let_you_test_features.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-this_phone_will_now_reboot.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_call_the_freeswitch_conference.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_do_a_freeswitch_echo_test.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_do_a_fwd_echo_test.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_hear_sample_submenu.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_hear_screaming_monkeys.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_listen_to_moh.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_log_in.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_log_out.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_repeat_these_options.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_return_to_previous_menu.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-to_speak_with_an_operator.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-use_telephone_keypad.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-welcome_to_freeswitch.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-you_are_about_to_provision_this_phone.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-you_are_now_logged_in.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-you_are_now_logged_out.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-you_have_dialed_an_invalid_extension.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-you_may.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/ivr/8000/ivr-you_may_exit_by_hanging_up.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/call_secured.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/error.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/followed.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/if_you_are_this_person.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/if_you_would_like_to.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/misc-your_call_has_been_terminated.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/misc-your_call_will_be_terminated_in.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/provide_reference_number.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/transfer1.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/transfer2.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/misc/8000/we_are_trying_to_reach.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/100.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/101.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/102.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/103.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/104.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/105.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/106.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/107.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/108.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/109.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/110.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/111.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/112.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/113.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/114.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/115.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/116.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/117.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/118.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/119.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/120.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/121.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/122.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/32.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/35.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/42.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/46.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/97.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/98.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/phonetic-ascii/8000/99.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/a-m.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/at.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/day-0.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/day-1.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/day-2.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/day-3.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/day-4.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/day-5.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/day-6.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/hour.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/hours.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/minute.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/minutes.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-0.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-1.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-10.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-11.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-2.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-3.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-4.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-5.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-6.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-7.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-8.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/mon-9.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/oclock.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/oh.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/p-m.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/second.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/seconds.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/today.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/tomorrow.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/time/8000/yesterday.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-abort.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-advanced.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-advanced_alt.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-change_password.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-choose_greeting.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-choose_greeting_choose.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-choose_greeting_fail.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-continue.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-delete_recording.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-deleted.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-emailed.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-enter_id.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-enter_pass.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-fail_auth.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-followed_by.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-followed_by_pound.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-forward_add_intro.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-forward_enter_ext.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-forward_to_email.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-goodbye.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-greeting.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-hello.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-in_folder.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-listen_new.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-listen_saved.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-listen_to_recording.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-listen_to_recording_again.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-mailbox_full.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-main_menu.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-main_menu_alt.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-mark-urgent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-marked-urgent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-message.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-message_alt.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-message_number.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-messages.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-messages_alt.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-new.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-not_available.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-person.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-play_greeting.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-press.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-record_greeting.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-record_message.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-record_name1.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-record_name2.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-rerecord.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-return_call.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-save_recording.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-saved.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-selected.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-send_message_now.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-that_was_an_invalid_ext.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-to_exit.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-to_exit_alt.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-to_forward.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-to_record_greeting.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-too-small.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-urgent-new.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-urgent-saved.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-urgent.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/voicemail/8000/vm-you_have.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-DeliveryorTakeout.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/extracheese.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/garlic.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Pickle.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmDali.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmStartOver.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/MeatLovers.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/TotallyHumongous.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmPickle.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/goatcheese.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Small.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/canadianbacon.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ham.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Medium.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmHawaiian.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-ChangeSpec.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmCustom.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmTotallyHumongous.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/pickles.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmMedium.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/olives.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmPan.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Vegetarian.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-WasThisRight.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/shrimp.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ExtraLarge.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/HandTossed.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-Wanted-No.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/salami.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-SpecialtyList.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-Crust.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmExtraLarge.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Pan.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-SpecialtyorCustom.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Hawaiian.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/artichoke.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Dali.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmLarge.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmHandTossed.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmPickup.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/spinach.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/everything.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Delivery.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-NI.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/sausage.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmVegetarian.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/mango.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-Remove.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/bellpepper.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-You_ordered_a.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/mushroom.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Thin.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/onions.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/pizza.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmRemove.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmNone.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/pineapple.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-ARSO.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-Size.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-Adding.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-Toppings.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-Greeting.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmDelivery.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmThin.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmSpeciality.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmSmall.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/ConfirmMeatLovers.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/pepperoni.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-With.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Large.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Pickup.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/GP-NoDeliveryorTake-out.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/anchovies.wav >X%%WITH_PIZZADEMO%%freeswitch/sounds/en/us/pizza/Crust.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-check_sas.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-enroll_already_enrolled.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-enroll_confirmed.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-enroll_not_sip_registered.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-enroll_notzrtp.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-enroll_welcome.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-is_secure.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-is_unverified.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-is_verified.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-somethings_wrong.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-status_error.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-status_notsecure.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-status_secure.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-status_securing.wav >X%%WITH_SOUNDS%%freeswitch/sounds/en/us/callie/zrtp/8000/zrtp-thankyou_goodbye.wav >X%%WITH_SOUNDS%%freeswitch/sounds/music/8000/danza-espanola-op-37-h-142-xii-arabesca.wav >X%%WITH_SOUNDS%%freeswitch/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >X%%WITH_SOUNDS%%freeswitch/sounds/music/8000/ponce-preludio-in-e-major.wav >X%%WITH_SOUNDS%%freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav >X@dirrm freeswitch/sounds/music/8000 >X@dirrm freeswitch/sounds/music >X@dirrm freeswitch/sounds/en/us/pizza >X@dirrm freeswitch/sounds/en/us/callie/zrtp/8000 >X@dirrm freeswitch/sounds/en/us/callie/zrtp >X@dirrm freeswitch/sounds/en/us/callie/voicemail/8000 >X@dirrm freeswitch/sounds/en/us/callie/voicemail >X@dirrm freeswitch/sounds/en/us/callie/time/8000 >X@dirrm freeswitch/sounds/en/us/callie/time >X@dirrm freeswitch/sounds/en/us/callie/phonetic-ascii/8000 >X@dirrm freeswitch/sounds/en/us/callie/phonetic-ascii >X@dirrm freeswitch/sounds/en/us/callie/misc/8000 >X@dirrm freeswitch/sounds/en/us/callie/misc >X@dirrm freeswitch/sounds/en/us/callie/ivr/8000 >X@dirrm freeswitch/sounds/en/us/callie/ivr >X@dirrm freeswitch/sounds/en/us/callie/digits/8000 >X@dirrm freeswitch/sounds/en/us/callie/digits >X@dirrm freeswitch/sounds/en/us/callie/currency/8000 >X@dirrm freeswitch/sounds/en/us/callie/currency >X@dirrm freeswitch/sounds/en/us/callie/conference/8000 >X@dirrm freeswitch/sounds/en/us/callie/conference >X@dirrm freeswitch/sounds/en/us/callie/base256/8000 >X@dirrm freeswitch/sounds/en/us/callie/base256 >X@dirrm freeswitch/sounds/en/us/callie/ascii/8000 >X@dirrm freeswitch/sounds/en/us/callie/ascii >X@dirrm freeswitch/sounds/en/us/callie >X@dirrm freeswitch/sounds/en/us >X@dirrm freeswitch/sounds/en >X@dirrm freeswitch/sounds >X@dirrm freeswitch/perl >X@dirrm freeswitch/grammar/model/wsj1 >X@dirrm freeswitch/grammar/model/communicator >X@dirrm freeswitch/grammar/model >X@dirrm freeswitch/grammar >X@dirrm freeswitch/scripts/javascript/js_modules >X@dirrm freeswitch/scripts/javascript >X@dirrm freeswitch/scripts >X@dirrm freeswitch/recordings >X@dirrm freeswitch/mod >X@dirrm freeswitch/log/xml_cdr >X@dirrm freeswitch/log >X@dirrm freeswitch/libdata/pkgconfig >X@dirrm freeswitch/libdata >X@dirrm freeswitch/lib >X@dirrm freeswitch/include/spandsp/private >X@dirrm freeswitch/include/spandsp >X@dirrm freeswitch/include >X@dirrm freeswitch/htdocs >X@dirrm freeswitch/db >X@dirrm freeswitch/conf/sip_profiles/internal >X@dirrm freeswitch/conf/sip_profiles/external >X@dirrm freeswitch/conf/sip_profiles >X@dirrm freeswitch/conf/mrcp_profiles >X@dirrm freeswitch/conf/lang/ru/vm >X@dirrm freeswitch/conf/lang/ru/demo >X@dirrm freeswitch/conf/lang/ru >X@dirrm freeswitch/conf/lang/fr/vm >X@dirrm freeswitch/conf/lang/fr/demo >X@dirrm freeswitch/conf/lang/fr >X@dirrm freeswitch/conf/lang/en/vm >X@dirrm freeswitch/conf/lang/en/demo >X@dirrm freeswitch/conf/lang/en >X@dirrm freeswitch/conf/lang/de/vm >X@dirrm freeswitch/conf/lang/de/demo >X@dirrm freeswitch/conf/lang/de >X@dirrm freeswitch/conf/lang >X@dirrm freeswitch/conf/jingle_profiles >X@dirrm freeswitch/conf/directory/default >X@dirrm freeswitch/conf/directory >X@dirrm freeswitch/conf/dialplan/public >X@dirrm freeswitch/conf/dialplan/default >X@dirrm freeswitch/conf/dialplan >X@dirrm freeswitch/conf/autoload_configs >X@dirrm freeswitch/conf >X@dirrm freeswitch/bin >X@dirrm freeswitch >X@exec mkdir -p %D/freeswitch/scripts/javascript/js_modules >X@exec mkdir -p %D/freeswitch/scripts/javascript >X@exec mkdir -p %D/freeswitch/recordings >X@exec mkdir -p %D/freeswitch/log/xml_cdr >X@exec mkdir -p %D/freeswitch/htdocs >X@exec mkdir -p %D/freeswitch/db >X@exec mkdir -p %D/freeswitch/conf >75fc5d4aa7fbb4b657a2e6719059d4de >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 137891
: 98907 |
98908