--- Makefile (revision 0) +++ Makefile (working copy) @@ -0,0 +1,124 @@ +# Created by: Corey Smith +# $FreeBSD$ + +PORTNAME= freeswitch +PORTVERSION= 1.6.5 +CATEGORIES= net +MASTER_SITES= http://files.freeswitch.org/ +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTFILES} + +MAINTAINER= corsmith@gmail.com +COMMENT= Multi-protocol soft switch for telephony applications + +LICENSE= MPL + +BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ + ${LOCALBASE}/bin/aclocal:${PORTSDIR}/devel/automake +RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libspeex.so:${PORTSDIR}/audio/speex \ + libldns.so:${PORTSDIR}/dns/ldns \ + libyuv.so:${PORTSDIR}/graphics/libyuv \ + libvpx.so:${PORTSDIR}/multimedia/libvpx \ + libopus.so:${PORTSDIR}/audio/opus \ + libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libavformat.so:${PORTSDIR}/multimedia/ffmpeg \ + libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ + libhiredis.so:${PORTSDIR}/databases/hiredis \ + libmemcached.so:${PORTSDIR}/databases/libmemcached \ + libSoundTouch.so:${PORTSDIR}/audio/soundtouch \ + libasound.so:${PORTSDIR}/audio/alsa-lib \ + libportaudio.so:${PORTSDIR}/audio/portaudio \ + libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 \ + libshout.so:${PORTSDIR}/audio/libshout \ + libmpg123.so:${PORTSDIR}/audio/mpg123 \ + libmp3lame.so:${PORTSDIR}/audio/lame \ + libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp \ + libvlc.so:${PORTSDIR}/multimedia/vlc \ + libyaml.so:${PORTSDIR}/textproc/libyaml \ + libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 + +USES= gmake jpeg pkgconfig lua libtool shebangfix + +8K_DESC= 8kHz Audio Files +16K_DESC= 16kHz Audio Files +32K_DESC= 32kHz Audio Files +48K_DESC= 48kHz Audio Files +ENGLISH_DESC= US English Language Sounds +FRENCH_DESC= French Canadian Language Sounds +RUSSIAN_DESC= Russian Language Sounds + +OPTIONS_MULTI= BITRATE LANGUAGE +OPTIONS_MULTI_BITRATE= 8K 16K 32K 48K +OPTIONS_MULTI_LANGUAGE= ENGLISH FRENCH RUSSIAN +OPTIONS_DEFAULT= 8K 16K ENGLISH +NO_OPTIONS_SORT= yes +OPTIONS_SUB= yes + +GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip +SHEBANG_FILES= scripts/fsxs.in +USE_RC_SUBR= freeswitch +USE_OPENLDAP= yes +USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes + +USERS= ${PORTNAME} +GROUPS= ${USERS} +SUB_FILES= pkg-message + +CFLAGS+= -Wno-c11-extensions -Wno-deprecated-declarations \ + -Wno-zero-length-array -Wno-incompatible-pointer-types + +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + --enable-zrtp + +.include + +EDPRE= freeswitch-sounds +EDPOST= 1.0.50.tar.gz + +.if ${PORT_OPTIONS:M8K} +BITRATES+= 8000 +.endif +.if ${PORT_OPTIONS:M16K} +BITRATES+= 16000 +.endif +.if ${PORT_OPTIONS:M32K} +BITRATES+= 32000 +.endif +.if ${PORT_OPTIONS:M48K} +BITRATES+= 48000 +.endif + +.for rate in ${BITRATES} +EXTRADISTFILES+= ${EDPRE}-music-${rate}-${EDPOST} +.if ${PORT_OPTIONS:MENGLISH} +EXTRADISTFILES+= ${EDPRE}-en-us-callie-${rate}-${EDPOST} +.endif +.if ${PORT_OPTIONS:MFRENCH} +EXTRADISTFILES+= ${EDPRE}-fr-ca-june-${rate}-${EDPOST} +.endif +.if ${PORT_OPTIONS:MRUSSIAN} +EXTRADISTFILES+= ${EDPRE}-ru-RU-elena-${rate}-${EDPOST} +.endif +.endfor + +DISTFILES+= ${EXTRADISTFILES} + +post-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/sounds +.for distfile in ${EXTRADISTFILES} + ${TAR} --cd ${STAGEDIR}${DATADIR}/sounds -xf ${DISTDIR}/${distfile} +.endfor + ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} + ${RM} -r ${STAGEDIR}${ETCDIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/freeswitch/mod/mod_png.so + (cd ${WRKSRC}/conf && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + +.include --- distinfo (revision 0) +++ distinfo (working copy) @@ -0,0 +1,34 @@ +SHA256 (freeswitch-1.6.5.tar.gz) = e15b62df7d602e9991c9fd4a2843a3906be342b12d0e6d2c1bc5db657bf05213 +SIZE (freeswitch-1.6.5.tar.gz) = 56273912 +SHA256 (freeswitch-sounds-music-8000-1.0.50.tar.gz) = 557807409688e4a00be2597bd1a0e88907c48d8229a81d5a317b08a38bc905a4 +SIZE (freeswitch-sounds-music-8000-1.0.50.tar.gz) = 3277701 +SHA256 (freeswitch-sounds-en-us-callie-8000-1.0.50.tar.gz) = c1901d6df1bf0aa550e6ce035d7573c010168f625f4605813b153a0e9e0e48e2 +SIZE (freeswitch-sounds-en-us-callie-8000-1.0.50.tar.gz) = 18657616 +SHA256 (freeswitch-sounds-fr-ca-june-8000-1.0.50.tar.gz) = 213bd9cd1ef57870ad5e83a5beeb84c217e796372dcf2b802a19441dd638b9b2 +SIZE (freeswitch-sounds-fr-ca-june-8000-1.0.50.tar.gz) = 13405131 +SHA256 (freeswitch-sounds-ru-RU-elena-8000-1.0.50.tar.gz) = d3a67f8983470056b48212935177e9996891081ca01ba5fb468dd9ccd593f981 +SIZE (freeswitch-sounds-ru-RU-elena-8000-1.0.50.tar.gz) = 12652049 +SHA256 (freeswitch-sounds-music-16000-1.0.50.tar.gz) = d0578d19c0eef5a85de715cde4d2b86f9ff3c8e3a06715ae1612fb6291967772 +SIZE (freeswitch-sounds-music-16000-1.0.50.tar.gz) = 5900656 +SHA256 (freeswitch-sounds-en-us-callie-16000-1.0.50.tar.gz) = fb99c5df21fd73c99aa9d8fb8219a098952f8c22e5c0757f70972e2767a09342 +SIZE (freeswitch-sounds-en-us-callie-16000-1.0.50.tar.gz) = 37173722 +SHA256 (freeswitch-sounds-fr-ca-june-16000-1.0.50.tar.gz) = 6543cc94d6bda87f9e9f7aec8fec720163e8462114c444569c0b79820a54074c +SIZE (freeswitch-sounds-fr-ca-june-16000-1.0.50.tar.gz) = 26471879 +SHA256 (freeswitch-sounds-ru-RU-elena-16000-1.0.50.tar.gz) = 5cf4ac2ad85bb4903272bf462581cb73867038408bce4aa3073d2200ef5d734d +SIZE (freeswitch-sounds-ru-RU-elena-16000-1.0.50.tar.gz) = 25024815 +SHA256 (freeswitch-sounds-music-32000-1.0.50.tar.gz) = ab9c502d0242f85bf2ea951af6c5a39996df0de851007ef73e1bab3412e343fd +SIZE (freeswitch-sounds-music-32000-1.0.50.tar.gz) = 10168999 +SHA256 (freeswitch-sounds-en-us-callie-32000-1.0.50.tar.gz) = 74cc7ef7b64d1b51fdb669d2b8db89afdd3cd678b94679b2d6636443c8c63ed8 +SIZE (freeswitch-sounds-en-us-callie-32000-1.0.50.tar.gz) = 73012938 +SHA256 (freeswitch-sounds-fr-ca-june-32000-1.0.50.tar.gz) = c9c0063b87e6f4fff1899010f7382321783855a3bbfc2dc05337c9390640bf01 +SIZE (freeswitch-sounds-fr-ca-june-32000-1.0.50.tar.gz) = 51792422 +SHA256 (freeswitch-sounds-ru-RU-elena-32000-1.0.50.tar.gz) = 6b68ad561c617ede92c830eb7d27f8dd47b0ebe566874d468c16958d3148ba98 +SIZE (freeswitch-sounds-ru-RU-elena-32000-1.0.50.tar.gz) = 49169913 +SHA256 (freeswitch-sounds-music-48000-1.0.50.tar.gz) = d72e416ded81e0e8749145c82fee5c475841c143ee7b85f570f4cfb95c93c7e6 +SIZE (freeswitch-sounds-music-48000-1.0.50.tar.gz) = 13267579 +SHA256 (freeswitch-sounds-en-us-callie-48000-1.0.50.tar.gz) = 4bfa974cacb56cd99540831716bf7974dc1c99569a202b57120dc79e74877f1b +SIZE (freeswitch-sounds-en-us-callie-48000-1.0.50.tar.gz) = 105321190 +SHA256 (freeswitch-sounds-fr-ca-june-48000-1.0.50.tar.gz) = 54ac5c7ea4e59bf00c9123cbbf85915631726d542303d5fd11a6c6c90b38b91f +SIZE (freeswitch-sounds-fr-ca-june-48000-1.0.50.tar.gz) = 76271495 +SHA256 (freeswitch-sounds-ru-RU-elena-48000-1.0.50.tar.gz) = fc67a97ef4db62b4559ecd30ee7da710a7f848f585cf7190c9d0ca39946c2999 +SIZE (freeswitch-sounds-ru-RU-elena-48000-1.0.50.tar.gz) = 72201659 --- files/freeswitch.in (revision 0) +++ files/freeswitch.in (working copy) @@ -0,0 +1,30 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: freeswitch +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# freeswitch_enable (bool): Set to NO by default. +# Set it to YES to enable freeswitch. + +. /etc/rc.subr + +name=freeswitch +rcvar=${name}_enable + +load_rc_config $name + +: ${freeswitch_enable:="NO"} +: ${freeswitch_user:=freeswitch} +: ${freeswitch_group:=freeswitch} + +command=%%PREFIX%%/bin/freeswitch + +command_args="-nc" + +run_rc_command "$1" --- files/patch-modules.conf (revision 0) +++ files/patch-modules.conf (working copy) @@ -0,0 +1,250 @@ +--- modules.conf.orig 2015-11-20 21:00:44 UTC ++++ modules.conf +@@ -1,162 +1,162 @@ +-#applications/mod_abstraction +-#applications/mod_av +-#applications/mod_avmd +-#applications/mod_bert +-#applications/mod_blacklist +-#applications/mod_callcenter +-#applications/mod_cidlookup +-#applications/mod_cluechoo ++applications/mod_abstraction ++applications/mod_av ++applications/mod_avmd ++applications/mod_bert ++applications/mod_blacklist ++applications/mod_callcenter ++applications/mod_cidlookup ++applications/mod_cluechoo + applications/mod_commands + applications/mod_conference +-#applications/mod_curl +-#applications/mod_cv ++applications/mod_curl ++applications/mod_cv + applications/mod_db +-#applications/mod_directory +-#applications/mod_distributor ++applications/mod_directory ++applications/mod_distributor + applications/mod_dptools +-#applications/mod_easyroute ++applications/mod_easyroute + applications/mod_enum + applications/mod_esf +-#applications/mod_esl ++applications/mod_esl + applications/mod_expr + applications/mod_fifo +-#applications/mod_fsk ++applications/mod_fsk + applications/mod_fsv + applications/mod_hash +-#applications/mod_hiredis ++applications/mod_hiredis + applications/mod_httapi +-#applications/mod_http_cache +-#applications/mod_ladspa +-#applications/mod_lcr +-#applications/mod_memcache ++applications/mod_http_cache ++applications/mod_ladspa ++applications/mod_lcr ++applications/mod_memcache + #applications/mod_mongo +-#applications/mod_mp4 ++applications/mod_mp4 + #applications/mod_mp4v2 +-#applications/mod_nibblebill +-#applications/mod_oreka ++applications/mod_nibblebill ++applications/mod_oreka + #applications/mod_osp +-#applications/mod_prefix ++applications/mod_prefix + #applications/mod_rad_auth +-#applications/mod_redis +-#applications/mod_rss ++applications/mod_redis ++applications/mod_rss + applications/mod_sms +-#applications/mod_snapshot +-#applications/mod_snom +-#applications/mod_sonar +-#applications/mod_soundtouch ++applications/mod_snapshot ++applications/mod_snom ++applications/mod_sonar ++applications/mod_soundtouch + applications/mod_spandsp +-#applications/mod_spy +-#applications/mod_stress +-#applications/mod_translate ++applications/mod_spy ++applications/mod_stress ++applications/mod_translate + applications/mod_valet_parking +-#applications/mod_vmd ++applications/mod_vmd + applications/mod_voicemail +-#applications/mod_voicemail_ivr ++applications/mod_voicemail_ivr + #asr_tts/mod_cepstral + #asr_tts/mod_flite + #asr_tts/mod_pocketsphinx +-#asr_tts/mod_tts_commandline +-#asr_tts/mod_unimrcp ++asr_tts/mod_tts_commandline ++asr_tts/mod_unimrcp + codecs/mod_amr +-#codecs/mod_amrwb ++codecs/mod_amrwb + codecs/mod_b64 + #codecs/mod_bv + #codecs/mod_codec2 +-#codecs/mod_com_g729 ++codecs/mod_com_g729 + #codecs/mod_dahdi_codec + codecs/mod_g723_1 + codecs/mod_g729 + codecs/mod_h26x + #codecs/mod_ilbc +-#codecs/mod_isac +-#codecs/mod_mp4v ++codecs/mod_isac ++codecs/mod_mp4v + codecs/mod_opus + #codecs/mod_sangoma_codec + #codecs/mod_silk + #codecs/mod_siren +-#codecs/mod_theora ++codecs/mod_theora + codecs/mod_vpx + dialplans/mod_dialplan_asterisk +-#dialplans/mod_dialplan_directory ++dialplans/mod_dialplan_directory + dialplans/mod_dialplan_xml +-#directories/mod_ldap +-#endpoints/mod_alsa +-#endpoints/mod_dingaling ++directories/mod_ldap ++endpoints/mod_alsa ++endpoints/mod_dingaling + #endpoints/mod_gsmopen + #endpoints/mod_h323 + #endpoints/mod_khomp + endpoints/mod_loopback + #endpoints/mod_opal +-#endpoints/mod_portaudio ++endpoints/mod_portaudio + endpoints/mod_rtc +-#endpoints/mod_rtmp ++endpoints/mod_rtmp + endpoints/mod_skinny +-#endpoints/mod_skypopen ++endpoints/mod_skypopen + endpoints/mod_sofia + endpoints/mod_verto + #event_handlers/mod_amqp + event_handlers/mod_cdr_csv +-#event_handlers/mod_cdr_mongodb ++event_handlers/mod_cdr_mongodb + #event_handlers/mod_cdr_pg_csv + event_handlers/mod_cdr_sqlite + #event_handlers/mod_erlang_event +-#event_handlers/mod_event_multicast ++event_handlers/mod_event_multicast + event_handlers/mod_event_socket +-#event_handlers/mod_format_cdr +-#event_handlers/mod_json_cdr ++event_handlers/mod_format_cdr ++event_handlers/mod_json_cdr + #event_handlers/mod_radius_cdr +-#event_handlers/mod_odbc_cdr ++event_handlers/mod_odbc_cdr + #event_handlers/mod_kazoo +-#event_handlers/mod_rayo ++event_handlers/mod_rayo + #event_handlers/mod_smpp +-#event_handlers/mod_snmp ++event_handlers/mod_snmp + #event_handlers/mod_event_zmq +-#formats/mod_imagick ++formats/mod_imagick + formats/mod_local_stream + formats/mod_native_file + formats/mod_png +-#formats/mod_portaudio_stream +-#formats/mod_shell_stream +-#formats/mod_shout ++formats/mod_portaudio_stream ++formats/mod_shell_stream ++formats/mod_shout + formats/mod_sndfile +-#formats/mod_ssml ++formats/mod_ssml + formats/mod_tone_stream +-#formats/mod_vlc +-#languages/mod_basic ++formats/mod_vlc ++languages/mod_basic + #languages/mod_java + languages/mod_lua + #languages/mod_managed + #languages/mod_perl + #languages/mod_python + #languages/mod_v8 +-#languages/mod_yaml ++languages/mod_yaml + loggers/mod_console +-#loggers/mod_graylog2 ++loggers/mod_graylog2 + loggers/mod_logfile + loggers/mod_syslog +-#say/mod_say_de ++say/mod_say_de + say/mod_say_en +-#say/mod_say_es +-#say/mod_say_es_ar +-#say/mod_say_fa +-#say/mod_say_fr +-#say/mod_say_he +-#say/mod_say_hr +-#say/mod_say_hu +-#say/mod_say_it +-#say/mod_say_ja +-#say/mod_say_nl +-#say/mod_say_pl +-#say/mod_say_pt +-#say/mod_say_ru +-#say/mod_say_sv +-#say/mod_say_th +-#say/mod_say_zh +-#timers/mod_posix_timer ++say/mod_say_es ++say/mod_say_es_ar ++say/mod_say_fa ++say/mod_say_fr ++say/mod_say_he ++say/mod_say_hr ++say/mod_say_hu ++say/mod_say_it ++say/mod_say_ja ++say/mod_say_nl ++say/mod_say_pl ++say/mod_say_pt ++say/mod_say_ru ++say/mod_say_sv ++say/mod_say_th ++say/mod_say_zh ++timers/mod_posix_timer + #timers/mod_timerfd + xml_int/mod_xml_cdr +-#xml_int/mod_xml_curl +-#xml_int/mod_xml_ldap ++xml_int/mod_xml_curl ++xml_int/mod_xml_ldap + #xml_int/mod_xml_radius + xml_int/mod_xml_rpc + xml_int/mod_xml_scgi --- files/patch-src_mod_applications_mod__redis_credis.c (revision 0) +++ files/patch-src_mod_applications_mod__redis_credis.c (working copy) @@ -0,0 +1,10 @@ +--- src/mod/applications/mod_redis/credis.c.orig 2015-11-20 21:00:44 UTC ++++ src/mod/applications/mod_redis/credis.c +@@ -45,6 +45,7 @@ + #include + #include + #include ++#include + #include + #endif + #include --- files/patch-src_mod_endpoints_mod__verto_ws.c (revision 0) +++ files/patch-src_mod_endpoints_mod__verto_ws.c (working copy) @@ -0,0 +1,7 @@ +--- src/mod/endpoints/mod_verto/ws.c.orig 2015-11-20 21:00:44 UTC ++++ src/mod/endpoints/mod_verto/ws.c +@@ -1,3 +1,4 @@ ++#include + #include "ws.h" + #include + --- files/patch-src_mod_endpoints_mod__verto_ws.h (revision 0) +++ files/patch-src_mod_endpoints_mod__verto_ws.h (working copy) @@ -0,0 +1,20 @@ +--- src/mod/endpoints/mod_verto/ws.h.orig 2015-11-20 21:00:44 UTC ++++ src/mod/endpoints/mod_verto/ws.h +@@ -25,6 +25,17 @@ + //#include "sha1.h" + #include + ++#if defined(_MSC_VER) || defined(__APPLE__) || defined(__FreeBSD__) ++#define __bswap_64(x) \ ++ x = (x>>56) | \ ++ ((x<<40) & 0x00FF000000000000) | \ ++ ((x<<24) & 0x0000FF0000000000) | \ ++ ((x<<8) & 0x000000FF00000000) | \ ++ ((x>>8) & 0x00000000FF000000) | \ ++ ((x>>24) & 0x0000000000FF0000) | \ ++ ((x>>40) & 0x000000000000FF00) | \ ++ (x<<56) ++#endif + #ifdef _MSC_VER + #ifndef strncasecmp + #define strncasecmp _strnicmp --- files/patch-src_mod_formats_mod__shout_mod__shout.c (revision 0) +++ files/patch-src_mod_formats_mod__shout_mod__shout.c (working copy) @@ -0,0 +1,11 @@ +--- src/mod/formats/mod_shout/mod_shout.c.orig 2015-11-20 21:00:44 UTC ++++ src/mod/formats/mod_shout/mod_shout.c +@@ -35,7 +35,7 @@ + #include + #include "mpg123.h" + #include +-#include ++#include + #include + + #define OUTSCALE 8192 * 2 --- files/pkg-message.in (revision 0) +++ files/pkg-message.in (working copy) @@ -0,0 +1,11 @@ +################################# + +Example configurations are available in: + +%%EXAMPLESDIR%%/ + +A working initial configuration can be installed by running: + +( cd %%EXAMPLESDIR%%/vanilla/ && pax -rw -p e . %%ETCDIR%% ) + +################################# --- pkg-descr (revision 0) +++ pkg-descr (working copy) @@ -0,0 +1,8 @@ +FreeSWITCH is a scalable open source cross-platform telephony platform +designed to route and interconnect popular communication protocols using audio, +video, text or any other form of media. It was created in 2006 to fill the +void left by proprietary commercial solutions. FreeSWITCH also provides a +stable telephony platform on which many applications can be developed using a +wide range of free tools. + +WWW: https://freeswitch.org --- pkg-plist (revision 0) +++ pkg-plist (working copy) @@ -0,0 +1,862 @@ +bin/freeswitch +bin/fs_cli +bin/fs_encode +bin/fs_ivrd +bin/fsxs +bin/gentls_cert +bin/tone2wav +include/freeswitch/libteletone.h +include/freeswitch/libteletone_detect.h +include/freeswitch/libteletone_generate.h +include/freeswitch/switch.h +include/freeswitch/switch_am_config.h +include/freeswitch/switch_apr.h +include/freeswitch/switch_buffer.h +include/freeswitch/switch_caller.h +include/freeswitch/switch_channel.h +include/freeswitch/switch_config.h +include/freeswitch/switch_console.h +include/freeswitch/switch_core.h +include/freeswitch/switch_core_db.h +include/freeswitch/switch_core_event_hook.h +include/freeswitch/switch_core_media.h +include/freeswitch/switch_core_video.h +include/freeswitch/switch_cpp.h +include/freeswitch/switch_curl.h +include/freeswitch/switch_dso.h +include/freeswitch/switch_event.h +include/freeswitch/switch_frame.h +include/freeswitch/switch_hashtable.h +include/freeswitch/switch_image.h +include/freeswitch/switch_ivr.h +include/freeswitch/switch_jitterbuffer.h +include/freeswitch/switch_json.h +include/freeswitch/switch_limit.h +include/freeswitch/switch_loadable_module.h +include/freeswitch/switch_log.h +include/freeswitch/switch_module_interfaces.h +include/freeswitch/switch_mprintf.h +include/freeswitch/switch_nat.h +include/freeswitch/switch_odbc.h +include/freeswitch/switch_pgsql.h +include/freeswitch/switch_platform.h +include/freeswitch/switch_regex.h +include/freeswitch/switch_resample.h +include/freeswitch/switch_rtcp_frame.h +include/freeswitch/switch_rtp.h +include/freeswitch/switch_scheduler.h +include/freeswitch/switch_stun.h +include/freeswitch/switch_types.h +include/freeswitch/switch_utf8.h +include/freeswitch/switch_utils.h +include/freeswitch/switch_vpx.h +include/freeswitch/switch_xml.h +include/freeswitch/switch_xml_config.h +include/freeswitch/tpl.h +lib/freeswitch/mod/mod_abstraction.so +lib/freeswitch/mod/mod_alsa.so +lib/freeswitch/mod/mod_amr.so +lib/freeswitch/mod/mod_amrwb.so +lib/freeswitch/mod/mod_av.so +lib/freeswitch/mod/mod_avmd.so +lib/freeswitch/mod/mod_b64.so +lib/freeswitch/mod/mod_basic.so +lib/freeswitch/mod/mod_bert.so +lib/freeswitch/mod/mod_blacklist.so +lib/freeswitch/mod/mod_callcenter.so +lib/freeswitch/mod/mod_cdr_csv.so +lib/freeswitch/mod/mod_cdr_mongodb.so +lib/freeswitch/mod/mod_cdr_sqlite.so +lib/freeswitch/mod/mod_cidlookup.so +lib/freeswitch/mod/mod_cluechoo.so +lib/freeswitch/mod/mod_commands.so +lib/freeswitch/mod/mod_conference.so +lib/freeswitch/mod/mod_console.so +lib/freeswitch/mod/mod_curl.so +lib/freeswitch/mod/mod_cv.so +lib/freeswitch/mod/mod_db.so +lib/freeswitch/mod/mod_dialplan_asterisk.so +lib/freeswitch/mod/mod_dialplan_directory.so +lib/freeswitch/mod/mod_dialplan_xml.so +lib/freeswitch/mod/mod_dingaling.so +lib/freeswitch/mod/mod_directory.so +lib/freeswitch/mod/mod_distributor.so +lib/freeswitch/mod/mod_dptools.so +lib/freeswitch/mod/mod_easyroute.so +lib/freeswitch/mod/mod_enum.so +lib/freeswitch/mod/mod_esf.so +lib/freeswitch/mod/mod_esl.so +lib/freeswitch/mod/mod_event_multicast.so +lib/freeswitch/mod/mod_event_socket.so +lib/freeswitch/mod/mod_expr.so +lib/freeswitch/mod/mod_fifo.so +lib/freeswitch/mod/mod_format_cdr.so +lib/freeswitch/mod/mod_fsk.so +lib/freeswitch/mod/mod_fsv.so +lib/freeswitch/mod/mod_g723_1.so +lib/freeswitch/mod/mod_g729.so +lib/freeswitch/mod/mod_graylog2.so +lib/freeswitch/mod/mod_h26x.so +lib/freeswitch/mod/mod_hash.so +lib/freeswitch/mod/mod_hiredis.so +lib/freeswitch/mod/mod_httapi.so +lib/freeswitch/mod/mod_http_cache.so +lib/freeswitch/mod/mod_imagick.so +lib/freeswitch/mod/mod_isac.so +lib/freeswitch/mod/mod_json_cdr.so +lib/freeswitch/mod/mod_ladspa.so +lib/freeswitch/mod/mod_lcr.so +lib/freeswitch/mod/mod_ldap.so +lib/freeswitch/mod/mod_local_stream.so +lib/freeswitch/mod/mod_logfile.so +lib/freeswitch/mod/mod_loopback.so +lib/freeswitch/mod/mod_lua.so +lib/freeswitch/mod/mod_memcache.so +lib/freeswitch/mod/mod_mp4.so +lib/freeswitch/mod/mod_mp4v.so +lib/freeswitch/mod/mod_native_file.so +lib/freeswitch/mod/mod_nibblebill.so +lib/freeswitch/mod/mod_odbc_cdr.so +lib/freeswitch/mod/mod_opus.so +lib/freeswitch/mod/mod_oreka.so +lib/freeswitch/mod/mod_png.so +lib/freeswitch/mod/mod_portaudio.so +lib/freeswitch/mod/mod_portaudio_stream.so +lib/freeswitch/mod/mod_posix_timer.so +lib/freeswitch/mod/mod_prefix.so +lib/freeswitch/mod/mod_rayo.so +lib/freeswitch/mod/mod_redis.so +lib/freeswitch/mod/mod_rss.so +lib/freeswitch/mod/mod_rtc.so +lib/freeswitch/mod/mod_rtmp.so +lib/freeswitch/mod/mod_say_de.so +lib/freeswitch/mod/mod_say_en.so +lib/freeswitch/mod/mod_say_es.so +lib/freeswitch/mod/mod_say_es_ar.so +lib/freeswitch/mod/mod_say_fa.so +lib/freeswitch/mod/mod_say_fr.so +lib/freeswitch/mod/mod_say_he.so +lib/freeswitch/mod/mod_say_hr.so +lib/freeswitch/mod/mod_say_hu.so +lib/freeswitch/mod/mod_say_it.so +lib/freeswitch/mod/mod_say_ja.so +lib/freeswitch/mod/mod_say_nl.so +lib/freeswitch/mod/mod_say_pl.so +lib/freeswitch/mod/mod_say_pt.so +lib/freeswitch/mod/mod_say_ru.so +lib/freeswitch/mod/mod_say_sv.so +lib/freeswitch/mod/mod_say_th.so +lib/freeswitch/mod/mod_say_zh.so +lib/freeswitch/mod/mod_shell_stream.so +lib/freeswitch/mod/mod_shout.so +lib/freeswitch/mod/mod_skinny.so +lib/freeswitch/mod/mod_skypopen.so +lib/freeswitch/mod/mod_sms.so +lib/freeswitch/mod/mod_snapshot.so +lib/freeswitch/mod/mod_sndfile.so +lib/freeswitch/mod/mod_snmp.so +lib/freeswitch/mod/mod_snom.so +lib/freeswitch/mod/mod_sofia.so +lib/freeswitch/mod/mod_sonar.so +lib/freeswitch/mod/mod_soundtouch.so +lib/freeswitch/mod/mod_spandsp.so +lib/freeswitch/mod/mod_spy.so +lib/freeswitch/mod/mod_ssml.so +lib/freeswitch/mod/mod_stress.so +lib/freeswitch/mod/mod_syslog.so +lib/freeswitch/mod/mod_theora.so +lib/freeswitch/mod/mod_tone_stream.so +lib/freeswitch/mod/mod_translate.so +lib/freeswitch/mod/mod_tts_commandline.so +lib/freeswitch/mod/mod_unimrcp.so +lib/freeswitch/mod/mod_valet_parking.so +lib/freeswitch/mod/mod_verto.so +lib/freeswitch/mod/mod_vlc.so +lib/freeswitch/mod/mod_vmd.so +lib/freeswitch/mod/mod_voicemail.so +lib/freeswitch/mod/mod_voicemail_ivr.so +lib/freeswitch/mod/mod_vpx.so +lib/freeswitch/mod/mod_xml_cdr.so +lib/freeswitch/mod/mod_xml_curl.so +lib/freeswitch/mod/mod_xml_ldap.so +lib/freeswitch/mod/mod_xml_rpc.so +lib/freeswitch/mod/mod_xml_scgi.so +lib/freeswitch/mod/mod_yaml.so +lib/libfreeswitch.a +lib/libfreeswitch.so +lib/libfreeswitch.so.1 +lib/libfreeswitch.so.1.0.0 +libdata/pkgconfig/freeswitch.pc +%%DATADIR%%/fonts/FreeMono.ttf +%%DATADIR%%/fonts/FreeMonoBold.ttf +%%DATADIR%%/fonts/FreeMonoBoldOblique.ttf +%%DATADIR%%/fonts/FreeMonoOblique.ttf +%%DATADIR%%/fonts/FreeSans.ttf +%%DATADIR%%/fonts/FreeSansBold.ttf +%%DATADIR%%/fonts/FreeSansBoldOblique.ttf +%%DATADIR%%/fonts/FreeSansOblique.ttf +%%DATADIR%%/fonts/FreeSerif.ttf +%%DATADIR%%/fonts/FreeSerifBold.ttf +%%DATADIR%%/fonts/FreeSerifBoldItalic.ttf +%%DATADIR%%/fonts/FreeSerifItalic.ttf +%%DATADIR%%/fonts/OFL.txt +%%DATADIR%%/fonts/README.fonts +%%DATADIR%%/htdocs/license.txt +%%DATADIR%%/htdocs/portal/LICENCE +%%DATADIR%%/htdocs/portal/README.md +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.css +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.css +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.min.css +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.js +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.min.js +%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.css +%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.min.css +%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap.css +%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap.min.css +%%DATADIR%%/htdocs/portal/assets/bootstrap/img/glyphicons-halflings-white.png +%%DATADIR%%/htdocs/portal/assets/bootstrap/img/glyphicons-halflings.png +%%DATADIR%%/htdocs/portal/assets/bootstrap/js/bootstrap.js +%%DATADIR%%/htdocs/portal/assets/bootstrap/js/bootstrap.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/css/bs-growl-notifications.min.css +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-alert.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-badge.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-basic.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-button.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-core.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-growl-notifications.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-items-action-bar.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-label.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-list-group.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-modal.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-nav.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-notifications.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-progressbar.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-wizard.min.js +%%DATADIR%%/htdocs/portal/assets/js/ember-1.0.0-rc.1.js +%%DATADIR%%/htdocs/portal/assets/js/ember-1.0.0-rc.1.min.js +%%DATADIR%%/htdocs/portal/assets/js/ember-data.js +%%DATADIR%%/htdocs/portal/assets/js/ember-data.min.js +%%DATADIR%%/htdocs/portal/assets/js/ember.js +%%DATADIR%%/htdocs/portal/assets/js/ember.min.js +%%DATADIR%%/htdocs/portal/assets/js/fsportal.js +%%DATADIR%%/htdocs/portal/assets/js/handlebars.js +%%DATADIR%%/htdocs/portal/assets/js/handlebars.min.js +%%DATADIR%%/htdocs/portal/assets/js/ie-console.js +%%DATADIR%%/htdocs/portal/assets/js/jquery-1.9.1.min.js +%%DATADIR%%/htdocs/portal/assets/js/jquery.min.js +%%DATADIR%%/htdocs/portal/index.html +%%DATADIR%%/htdocs/slim.swf +%%DATADIR%%/htdocs/slimtest.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/alsa.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/conference.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/dialplan_directory.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/dingaling.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/enum.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/event_multicast.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/fax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/fifo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/iax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/ivr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/java.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/limit.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/local_stream.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/lua.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/opal.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/openmrcp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/perl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/pocketsphinx.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/portaudio.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/post_load_modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/python.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/rss.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/shout.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/sofia.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/switch.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/syslog.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/timezones.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/v8.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/voicemail.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/xml_cdr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/xml_curl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/xml_rpc.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/zeroconf.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/mime.types +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/alsa.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/conference.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/dialplan_directory.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/enum.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/event_multicast.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/fax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/fifo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/iax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/ivr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/java.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/limit.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/local_stream.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/lua.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/opal.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/perl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/pocketsphinx.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/portaudio.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/post_load_modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/python.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/rss.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/shout.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/sofia.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/switch.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/syslog.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/timezones.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/translate.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/v8.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/voicemail.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/xml_cdr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/xml_curl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/xml_rpc.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/zeroconf.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/dialplan/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/dialplan/default/00_pizza_demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/dialplan/default/01_example.com.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/dialplan/default/02_conferences.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/dialplan/default/99999_enum.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/dialplan/features.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/dialplan/public.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/dialplan/public/00_inbound_did.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1000.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1001.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1002.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1003.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1004.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1005.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1006.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1007.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1008.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1009.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1010.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1011.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1012.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1013.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1014.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1015.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1016.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1017.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1018.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/1019.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/brian.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/directory/default/example.com.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/extensions.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/fur_elise.ttml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/de/de.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/de/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/de/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/en/demo/demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/en/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/en/en.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/en/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/en/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/fr/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/fr/fr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/lang/fr/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/mime.types +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/notify-voicemail.tpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/openzap.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/sip_profiles/external.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/sip_profiles/external/example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/sip_profiles/internal-ipv6.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/sip_profiles/internal.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/sip_profiles/internal/example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/tetris.ttml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/tones.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/vars.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/voicemail.tpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/web-vm.tpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/conference.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/db.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/sofia.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/switch.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/timezones.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/autoload_configs/xml_rpc.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/dialplan/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/dialplan/public.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/dialplan/public/00_stub.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/modules.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/sip_profiles/external.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/sip_profiles/external/stub.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/sip_profiles/internal.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minimal/vars.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/conference.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/http_cache.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/local_stream.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/pocketsphinx.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/post_load_modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/presence_map.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/rayo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/shout.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/sofia.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/spandsp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/ssml.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/switch.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/autoload_configs/timezones.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/cacert.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/dialplan/public.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/directory/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/directory/default/usera.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/directory/default/userb.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/directory/default/userc.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/directory/default/userd.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/de/de.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/de/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/de/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/de/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/demo/demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/demo/funnies.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/demo/new-demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/dir/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/en.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/ivr/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/en/vm/voicemail_ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/demo/demo-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/demo/demo-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/demo/demo-ivr-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/demo/demo-ivr-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/dir/sounds-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/dir/sounds-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/dir/tts-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/dir/tts-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/es_ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/es_MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/vm/sounds-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/vm/sounds-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/vm/tts-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/es/vm/tts-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/fr/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/fr/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/fr/dir/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/fr/fr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/fr/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/he/demo/demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/he/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/he/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/he/he.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/he/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/demo/demo-ivr-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/demo/demo-ivr-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/demo/demo-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/demo/demo-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/dir/sounds-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/dir/sounds-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/dir/tts-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/dir/tts-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/pt_BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/pt_PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/vm/sounds-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/vm/sounds-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/vm/tts-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/pt/vm/tts-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/ru/demo/demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/ru/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/ru/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/ru/dir/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/ru/ru.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/ru/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/ru/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/sv/sv.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/lang/sv/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/mime.types +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/sip_profiles/external.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/sip_profiles/external/example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rayo/vars.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/enum.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/limit.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/post_load_modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/sofia.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/switch.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/syslog.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/timezones.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/translate.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/xml_cdr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/autoload_configs/xml_rpc.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/dialplan/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/dialplan/default/00_pizza_demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/dialplan/default/01_example.com.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/dialplan/default/99999_enum.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/dialplan/features.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/dialplan/public.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/dialplan/public/00_inbound_did.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/mime.types +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/sbc_profiles/external.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/sbc_profiles/external/example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/sbc_profiles/internal-ipv6.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/sbc_profiles/internal.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/sbc_profiles/internal/example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sbc/vars.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/softphone/accounts/example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/softphone/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/amd.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/conference.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/conference_layouts.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/directory.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/fifo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/hash.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/local_stream.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/lua.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/opus.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/post_load_modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/presence_map.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/shout.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/sofia.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/spandsp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/switch.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/timezones.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/verto.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/voicemail.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/autoload_configs/xml_curl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/chatplan/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0000_local_extensions.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0001_vmain.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0002_leave_videomail.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0004_record_video.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0006_set_video_on_hold.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0007_pre_answer.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0008_eavesdrop.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0009_condition_regex_all.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0010_condition_xor.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0011_play_video_local_stream.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0012_play_audio_local_stream.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0013_hangup_testing.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0019_conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0020_record_on_answer_video.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0022_mod_com_amd_testing.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0023_video_eavesdrop.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0024_play_video.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/0026_fax.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/default/9999_date_time_match.xml.noload +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/public.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/public/000000.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/public/000001.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/dialplan/public/0000_local_extensions.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1000.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1001.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1002.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1003.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1004.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1005.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1006.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1007.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1008.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1009.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1010.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1011.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1012.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1013.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1014.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1015.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1016.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1017.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1018.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/1019.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/directory/default/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/demo/demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/demo/funnies.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/demo/new-demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/dir/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/en.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/ivr/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/lang/en/vm/voicemail_ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/sip_profiles/external-ipv6.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/sip_profiles/external.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/sip_profiles/internal-ipv6.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/sip_profiles/internal.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testing/vars.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/README_IMPORTANT.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/abstraction.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/alsa.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/amqp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/blacklist.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/callcenter.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/cdr_mongodb.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/cdr_pg_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/cdr_sqlite.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/cepstral.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/cidlookup.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/conference.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/conference_layouts.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/db.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/dialplan_directory.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/dingaling.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/directory.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/distributor.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/easyroute.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/enum.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/erlang_event.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/event_multicast.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/fax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/fifo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/format_cdr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/graylog2.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/hash.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/hiredis.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/httapi.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/http_cache.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/ivr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/java.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/kazoo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/lcr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/local_stream.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/lua.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/memcache.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/mongo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/nibblebill.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/opal.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/opus.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/oreka.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/osp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/perl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/pocketsphinx.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/portaudio.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/post_load_modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/presence_map.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/python.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/redis.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/rss.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/rtmp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/sangoma_codec.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/shout.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/skinny.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/smpp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/sofia.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/spandsp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/switch.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/syslog.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/timezones.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/translate.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/tts_commandline.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/unicall.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/unimrcp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/v8.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/verto.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/voicemail.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/voicemail_ivr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/xml_cdr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/xml_curl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/xml_rpc.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/xml_scgi.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/autoload_configs/zeroconf.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/chatplan/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/config.FS0 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/00_ladspa.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/00_pizza_demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/01_Talking_Clock.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/01_example.com.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/ideasip.com.noload +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/pulver.com.noload +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/sipbroker.com.noload +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/sipphone.com.noload +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/default/tollfreegateway.com.noload +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/features.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/public.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/public/00_inbound_did.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/skinny-patterns.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/skinny-patterns/20-Demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/skinny-patterns/20-Local_extension.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/skinny-patterns/90-External.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/dialplan/skinny-patterns/99-Default_Drop.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1000.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1001.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1002.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1003.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1004.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1005.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1006.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1007.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1008.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1009.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1010.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1011.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1012.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1013.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1014.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1015.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1016.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1017.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1018.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/1019.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/brian.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/default.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/example.com.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/directory/default/skinny-example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/extensions.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/fur_elise.ttml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/ivr_menus/demo_ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/ivr_menus/new_demo_ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/jingle_profiles/client.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/jingle_profiles/server.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/de/de.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/de/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/de/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/de/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/demo/demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/demo/funnies.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/demo/new-demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/dir/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/en.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/ivr/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/en/vm/voicemail_ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/demo/demo-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/demo/demo-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/demo/demo-ivr-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/demo/demo-ivr-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/dir/sounds-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/dir/sounds-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/dir/tts-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/dir/tts-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/es_ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/es_MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/vm/sounds-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/vm/sounds-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/vm/tts-es-ES.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/es/vm/tts-es-MX.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/fr/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/fr/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/fr/dir/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/fr/fr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/fr/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/he/demo/demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/he/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/he/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/he/he.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/he/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/demo/demo-ivr-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/demo/demo-ivr-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/demo/demo-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/demo/demo-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/dir/sounds-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/dir/sounds-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/dir/tts-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/dir/tts-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/pt_BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/pt_PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/vm/sounds-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/vm/sounds-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/vm/tts-pt-BR.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/pt/vm/tts-pt-PT.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/ru/demo/demo-ivr.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/ru/demo/demo.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/ru/dir/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/ru/dir/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/ru/ru.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/ru/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/ru/vm/tts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/sv/sv.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/lang/sv/vm/sounds.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/mime.types +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/mrcp_profiles/loquendo-7-mrcp-v2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/mrcp_profiles/nuance-5.0-mrcp-v1.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/mrcp_profiles/nuance-5.0-mrcp-v2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/mrcp_profiles/unimrcpserver-mrcp-v1.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/mrcp_profiles/vestec-mrcp-v1.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/notify-voicemail.tpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/sip_profiles/external-ipv6.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/sip_profiles/external-ipv6/example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/sip_profiles/external.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/sip_profiles/external/example.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/sip_profiles/internal-ipv6.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/sip_profiles/internal.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/skinny_profiles/internal.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/tetris.ttml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/vars.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/voicemail.tpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/web-vm.tpl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/yaml/extensions.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vanilla/yaml/mod_yaml.yaml +/var/lib/freeswitch/images/default-avatar.png +/var/lib/freeswitch/images/default-mute.png +@dir %%DATADIR%%/grammar +@dir %%DATADIR%%/scripts +@owner freeswitch +@group freeswitch +@dir /var/lib/freeswitch/db +@dir /var/lib/freeswitch/images +@dir /var/lib/freeswitch/recordings +@dir /var/lib/freeswitch +@dir(freeswitch,freeswitch,) /var/log/freeswitch/xml_cdr +@dir(freeswitch,freeswitch,) /var/log/freeswitch +@dir(freeswitch,freeswitch,) /var/run/freeswitch +@owner +@group +@dir /var/lib