Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 4, 2019 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/a9f5d3d806cc468ef23c9e0d49d1a3ce to your computer and use it in GitHub Desktop.
Save ryantm/a9f5d3d806cc468ef23c9e0d49d1a3ce to your computer and use it in GitHub Desktop.
/nix/store/cwg1kaba9rq5bbvnl9m1k3x7sdpfi1w8-freeswitch-1.8.7
├── bin
│   ├── freeswitch
│   ├── fs_cli
│   ├── fs_encode
│   ├── fs_ivrd
│   ├── gentls_cert
│   ├── switch_console
│   ├── switch_core
│   ├── switch_event
│   ├── switch_hash
│   ├── switch_ivr_originate
│   ├── switch_utils
│   └── tone2wav
├── etc
│   └── freeswitch
│   ├── autoload_configs
│   │   ├── abstraction.conf.xml
│   │   ├── acl.conf.xml
│   │   ├── alsa.conf.xml
│   │   ├── amqp.conf.xml
│   │   ├── amr.conf.xml
│   │   ├── amrwb.conf.xml
│   │   ├── av.conf.xml
│   │   ├── avmd.conf.xml
│   │   ├── blacklist.conf.xml
│   │   ├── callcenter.conf.xml
│   │   ├── cdr_csv.conf.xml
│   │   ├── cdr_mongodb.conf.xml
│   │   ├── cdr_pg_csv.conf.xml
│   │   ├── cdr_sqlite.conf.xml
│   │   ├── cepstral.conf.xml
│   │   ├── cidlookup.conf.xml
│   │   ├── conference.conf.xml
│   │   ├── conference_layouts.conf.xml
│   │   ├── console.conf.xml
│   │   ├── curl.conf.xml
│   │   ├── db.conf.xml
│   │   ├── dialplan_directory.conf.xml
│   │   ├── dingaling.conf.xml
│   │   ├── directory.conf.xml
│   │   ├── distributor.conf.xml
│   │   ├── easyroute.conf.xml
│   │   ├── enum.conf.xml
│   │   ├── erlang_event.conf.xml
│   │   ├── event_multicast.conf.xml
│   │   ├── event_socket.conf.xml
│   │   ├── fax.conf.xml
│   │   ├── fifo.conf.xml
│   │   ├── format_cdr.conf.xml
│   │   ├── graylog2.conf.xml
│   │   ├── hash.conf.xml
│   │   ├── hiredis.conf.xml
│   │   ├── httapi.conf.xml
│   │   ├── http_cache.conf.xml
│   │   ├── ivr.conf.xml
│   │   ├── java.conf.xml
│   │   ├── kazoo.conf.xml
│   │   ├── lcr.conf.xml
│   │   ├── local_stream.conf.xml
│   │   ├── logfile.conf.xml
│   │   ├── lua.conf.xml
│   │   ├── memcache.conf.xml
│   │   ├── modules.conf.xml
│   │   ├── mongo.conf.xml
│   │   ├── msrp.conf.xml
│   │   ├── nibblebill.conf.xml
│   │   ├── opal.conf.xml
│   │   ├── opus.conf.xml
│   │   ├── oreka.conf.xml
│   │   ├── osp.conf.xml
│   │   ├── perl.conf.xml
│   │   ├── pocketsphinx.conf.xml
│   │   ├── portaudio.conf.xml
│   │   ├── post_load_modules.conf.xml
│   │   ├── presence_map.conf.xml
│   │   ├── python.conf.xml
│   │   ├── redis.conf.xml
│   │   ├── rss.conf.xml
│   │   ├── rtmp.conf.xml
│   │   ├── sangoma_codec.conf.xml
│   │   ├── shout.conf.xml
│   │   ├── skinny.conf.xml
│   │   ├── smpp.conf.xml
│   │   ├── sms_flowroute.conf.xml
│   │   ├── sofia.conf.xml
│   │   ├── spandsp.conf.xml
│   │   ├── switch.conf.xml
│   │   ├── syslog.conf.xml
│   │   ├── timezones.conf.xml
│   │   ├── translate.conf.xml
│   │   ├── tts_commandline.conf.xml
│   │   ├── unicall.conf.xml
│   │   ├── unimrcp.conf.xml
│   │   ├── v8.conf.xml
│   │   ├── verto.conf.xml
│   │   ├── voicemail.conf.xml
│   │   ├── voicemail_ivr.conf.xml
│   │   ├── vpx.conf.xml
│   │   ├── xml_cdr.conf.xml
│   │   ├── xml_curl.conf.xml
│   │   ├── xml_rpc.conf.xml
│   │   ├── xml_scgi.conf.xml
│   │   └── zeroconf.conf.xml
│   ├── chatplan
│   │   └── default.xml
│   ├── dialplan
│   │   ├── default
│   │   │   ├── 00_ladspa.xml
│   │   │   ├── 00_pizza_demo.xml
│   │   │   ├── 01_example.com.xml
│   │   │   └── 01_Talking_Clock.xml
│   │   ├── default.xml
│   │   ├── features.xml
│   │   ├── public
│   │   │   └── 00_inbound_did.xml
│   │   ├── public.xml
│   │   ├── skinny-patterns
│   │   │   ├── 20-Demo.xml
│   │   │   ├── 20-Local_extension.xml
│   │   │   ├── 90-External.xml
│   │   │   └── 99-Default_Drop.xml
│   │   └── skinny-patterns.xml
│   ├── directory
│   │   ├── default
│   │   │   ├── 1000.xml
│   │   │   ├── 1001.xml
│   │   │   ├── 1002.xml
│   │   │   ├── 1003.xml
│   │   │   ├── 1004.xml
│   │   │   ├── 1005.xml
│   │   │   ├── 1006.xml
│   │   │   ├── 1007.xml
│   │   │   ├── 1008.xml
│   │   │   ├── 1009.xml
│   │   │   ├── 1010.xml
│   │   │   ├── 1011.xml
│   │   │   ├── 1012.xml
│   │   │   ├── 1013.xml
│   │   │   ├── 1014.xml
│   │   │   ├── 1015.xml
│   │   │   ├── 1016.xml
│   │   │   ├── 1017.xml
│   │   │   ├── 1018.xml
│   │   │   ├── 1019.xml
│   │   │   ├── brian.xml
│   │   │   ├── default.xml
│   │   │   ├── example.com.xml
│   │   │   └── skinny-example.xml
│   │   └── default.xml
│   ├── extensions.conf
│   ├── freeswitch.xml
│   ├── fur_elise.ttml
│   ├── ivr_menus
│   │   ├── demo_ivr.xml
│   │   └── new_demo_ivr.xml
│   ├── jingle_profiles
│   │   ├── client.xml
│   │   └── server.xml
│   ├── lang
│   │   ├── de
│   │   │   ├── demo
│   │   │   │   └── demo.xml
│   │   │   ├── de.xml
│   │   │   └── vm
│   │   │   ├── sounds.xml
│   │   │   └── tts.xml
│   │   ├── en
│   │   │   ├── demo
│   │   │   │   ├── demo-ivr.xml
│   │   │   │   ├── demo.xml
│   │   │   │   ├── funnies.xml
│   │   │   │   └── new-demo-ivr.xml
│   │   │   ├── dir
│   │   │   │   ├── sounds.xml
│   │   │   │   └── tts.xml
│   │   │   ├── en.xml
│   │   │   ├── ivr
│   │   │   │   └── sounds.xml
│   │   │   └── vm
│   │   │   ├── sounds.xml
│   │   │   ├── tts.xml
│   │   │   └── voicemail_ivr.xml
│   │   ├── es
│   │   │   ├── demo
│   │   │   │   ├── demo-es-ES.xml
│   │   │   │   ├── demo-es-MX.xml
│   │   │   │   ├── demo-ivr-es-ES.xml
│   │   │   │   └── demo-ivr-es-MX.xml
│   │   │   ├── dir
│   │   │   │   ├── sounds-es-ES.xml
│   │   │   │   ├── sounds-es-MX.xml
│   │   │   │   ├── tts-es-ES.xml
│   │   │   │   └── tts-es-MX.xml
│   │   │   ├── es_ES.xml
│   │   │   ├── es_MX.xml
│   │   │   └── vm
│   │   │   ├── sounds-es-ES.xml
│   │   │   ├── sounds-es-MX.xml
│   │   │   ├── tts-es-ES.xml
│   │   │   └── tts-es-MX.xml
│   │   ├── fr
│   │   │   ├── demo
│   │   │   │   └── demo.xml
│   │   │   ├── dir
│   │   │   │   ├── sounds.xml
│   │   │   │   └── tts.xml
│   │   │   ├── fr.xml
│   │   │   └── vm
│   │   │   └── sounds.xml
│   │   ├── he
│   │   │   ├── demo
│   │   │   │   ├── demo-ivr.xml
│   │   │   │   └── demo.xml
│   │   │   ├── dir
│   │   │   │   └── sounds.xml
│   │   │   ├── he.xml
│   │   │   └── vm
│   │   │   └── sounds.xml
│   │   ├── pt
│   │   │   ├── demo
│   │   │   │   ├── demo-ivr-pt-BR.xml
│   │   │   │   ├── demo-ivr-pt-PT.xml
│   │   │   │   ├── demo-pt-BR.xml
│   │   │   │   └── demo-pt-PT.xml
│   │   │   ├── dir
│   │   │   │   ├── sounds-pt-BR.xml
│   │   │   │   ├── sounds-pt-PT.xml
│   │   │   │   ├── tts-pt-BR.xml
│   │   │   │   └── tts-pt-PT.xml
│   │   │   ├── pt_BR.xml
│   │   │   ├── pt_PT.xml
│   │   │   └── vm
│   │   │   ├── sounds-pt-BR.xml
│   │   │   ├── sounds-pt-PT.xml
│   │   │   ├── tts-pt-BR.xml
│   │   │   └── tts-pt-PT.xml
│   │   ├── ru
│   │   │   ├── demo
│   │   │   │   ├── demo-ivr.xml
│   │   │   │   └── demo.xml
│   │   │   ├── dir
│   │   │   │   ├── sounds.xml
│   │   │   │   └── tts.xml
│   │   │   ├── ru.xml
│   │   │   └── vm
│   │   │   ├── sounds.xml
│   │   │   └── tts.xml
│   │   └── sv
│   │   ├── sv.xml
│   │   └── vm
│   │   └── sounds.xml
│   ├── mime.types
│   ├── mrcp_profiles
│   │   ├── loquendo-7-mrcp-v2.xml
│   │   ├── nuance-1.0.0-mrcp-v1.xml
│   │   ├── nuance-5.0-mrcp-v1.xml
│   │   ├── nuance-5.0-mrcp-v2.xml
│   │   ├── unimrcpserver-mrcp-v1.xml
│   │   ├── vestec-mrcp-v1.xml
│   │   └── voxeo-prophecy-8.0-mrcp-v1.xml
│   ├── notify-voicemail.tpl
│   ├── sip_profiles
│   │   ├── external
│   │   │   └── example.xml
│   │   ├── external-ipv6
│   │   │   └── example.xml
│   │   ├── external-ipv6.xml
│   │   ├── external.xml
│   │   ├── internal-ipv6.xml
│   │   └── internal.xml
│   ├── skinny_profiles
│   │   └── internal.xml
│   ├── tetris.ttml
│   ├── vars.xml
│   ├── voicemail.tpl
│   └── web-vm.tpl
├── include
│   └── freeswitch
│   ├── libteletone_detect.h
│   ├── libteletone_generate.h
│   ├── libteletone.h
│   ├── switch_am_config.h
│   ├── switch_apr.h
│   ├── switch_buffer.h
│   ├── switch_caller.h
│   ├── switch_channel.h
│   ├── switch_cJSON.h
│   ├── switch_cJSON_Utils.h
│   ├── switch_config.h
│   ├── switch_console.h
│   ├── switch_core_db.h
│   ├── switch_core_event_hook.h
│   ├── switch_core.h
│   ├── switch_core_media.h
│   ├── switch_core_video.h
│   ├── switch_cpp.h
│   ├── switch_curl.h
│   ├── switch_dso.h
│   ├── switch_estimators.h
│   ├── switch_event.h
│   ├── switch_frame.h
│   ├── switch.h
│   ├── switch_hashtable.h
│   ├── switch_image.h
│   ├── switch_ivr.h
│   ├── switch_jitterbuffer.h
│   ├── switch_json.h
│   ├── switch_limit.h
│   ├── switch_loadable_module.h
│   ├── switch_log.h
│   ├── switch_module_interfaces.h
│   ├── switch_mprintf.h
│   ├── switch_msrp.h
│   ├── switch_nat.h
│   ├── switch_odbc.h
│   ├── switch_pgsql.h
│   ├── switch_platform.h
│   ├── switch_regex.h
│   ├── switch_resample.h
│   ├── switch_rtcp_frame.h
│   ├── switch_rtp.h
│   ├── switch_scheduler.h
│   ├── switch_stun.h
│   ├── switch_types.h
│   ├── switch_utf8.h
│   ├── switch_utils.h
│   ├── switch_vad.h
│   ├── switch_vpx.h
│   ├── switch_xml_config.h
│   ├── switch_xml.h
│   ├── test
│   │   ├── switch_fct.h
│   │   └── switch_test.h
│   └── tpl.h
├── lib
│   ├── freeswitch
│   │   └── mod
│   │   ├── mod_amr.la
│   │   ├── mod_amr.so
│   │   ├── mod_b64.la
│   │   ├── mod_b64.so
│   │   ├── mod_cdr_csv.la
│   │   ├── mod_cdr_csv.so
│   │   ├── mod_cdr_sqlite.la
│   │   ├── mod_cdr_sqlite.so
│   │   ├── mod_commands.la
│   │   ├── mod_commands.so
│   │   ├── mod_conference.la
│   │   ├── mod_conference.so
│   │   ├── mod_console.la
│   │   ├── mod_console.so
│   │   ├── mod_curl.la
│   │   ├── mod_curl.so
│   │   ├── mod_db.la
│   │   ├── mod_db.so
│   │   ├── mod_dialplan_asterisk.la
│   │   ├── mod_dialplan_asterisk.so
│   │   ├── mod_dialplan_xml.la
│   │   ├── mod_dialplan_xml.so
│   │   ├── mod_dptools.la
│   │   ├── mod_dptools.so
│   │   ├── mod_enum.la
│   │   ├── mod_enum.so
│   │   ├── mod_esf.la
│   │   ├── mod_esf.so
│   │   ├── mod_event_socket.la
│   │   ├── mod_event_socket.so
│   │   ├── mod_expr.la
│   │   ├── mod_expr.so
│   │   ├── mod_fifo.la
│   │   ├── mod_fifo.so
│   │   ├── mod_fsv.la
│   │   ├── mod_fsv.so
│   │   ├── mod_g723_1.la
│   │   ├── mod_g723_1.so
│   │   ├── mod_g729.la
│   │   ├── mod_g729.so
│   │   ├── mod_h26x.la
│   │   ├── mod_h26x.so
│   │   ├── mod_hash.la
│   │   ├── mod_hash.so
│   │   ├── mod_httapi.la
│   │   ├── mod_httapi.so
│   │   ├── mod_local_stream.la
│   │   ├── mod_local_stream.so
│   │   ├── mod_logfile.la
│   │   ├── mod_logfile.so
│   │   ├── mod_loopback.la
│   │   ├── mod_loopback.so
│   │   ├── mod_lua.la
│   │   ├── mod_lua.so
│   │   ├── mod_native_file.la
│   │   ├── mod_native_file.so
│   │   ├── mod_opus.la
│   │   ├── mod_opus.so
│   │   ├── mod_png.la
│   │   ├── mod_png.so
│   │   ├── mod_rtc.la
│   │   ├── mod_rtc.so
│   │   ├── mod_say_en.la
│   │   ├── mod_say_en.so
│   │   ├── mod_skinny.la
│   │   ├── mod_skinny.so
│   │   ├── mod_sms.la
│   │   ├── mod_sms.so
│   │   ├── mod_sndfile.la
│   │   ├── mod_sndfile.so
│   │   ├── mod_sofia.la
│   │   ├── mod_sofia.so
│   │   ├── mod_spandsp.la
│   │   ├── mod_spandsp.so
│   │   ├── mod_syslog.la
│   │   ├── mod_syslog.so
│   │   ├── mod_tone_stream.la
│   │   ├── mod_tone_stream.so
│   │   ├── mod_valet_parking.la
│   │   ├── mod_valet_parking.so
│   │   ├── mod_verto.la
│   │   ├── mod_verto.so
│   │   ├── mod_voicemail.la
│   │   ├── mod_voicemail.so
│   │   ├── mod_xml_cdr.la
│   │   ├── mod_xml_cdr.so
│   │   ├── mod_xml_rpc.la
│   │   ├── mod_xml_rpc.so
│   │   ├── mod_xml_scgi.la
│   │   └── mod_xml_scgi.so
│   ├── libfreeswitch.la
│   ├── libfreeswitch.so -> libfreeswitch.so.1.0.0
│   ├── libfreeswitch.so.1 -> libfreeswitch.so.1.0.0
│   ├── libfreeswitch.so.1.0.0
│   └── pkgconfig
│   └── freeswitch.pc
├── share
│   └── freeswitch
│   ├── fonts
│   │   ├── FreeMonoBoldOblique.ttf
│   │   ├── FreeMonoBold.ttf
│   │   ├── FreeMonoOblique.ttf
│   │   ├── FreeMono.ttf
│   │   ├── FreeSansBoldOblique.ttf
│   │   ├── FreeSansBold.ttf
│   │   ├── FreeSansOblique.ttf
│   │   ├── FreeSans.ttf
│   │   ├── FreeSerifBoldItalic.ttf
│   │   ├── FreeSerifBold.ttf
│   │   ├── FreeSerifItalic.ttf
│   │   ├── FreeSerif.ttf
│   │   ├── OFL.txt
│   │   └── README.fonts
│   ├── grammar
│   ├── htdocs
│   │   ├── license.txt
│   │   ├── portal
│   │   │   ├── assets
│   │   │   │   ├── bootstrap
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   │   │   └── bootstrap-responsive.min.css
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── glyphicons-halflings.png
│   │   │   │   │   │   └── glyphicons-halflings-white.png
│   │   │   │   │   └── js
│   │   │   │   │   ├── bootstrap.js
│   │   │   │   │   └── bootstrap.min.js
│   │   │   │   ├── bootstrap-3.1.1
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   │   ├── bootstrap-theme.css
│   │   │   │   │   │   └── bootstrap-theme.min.css
│   │   │   │   │   ├── fonts
│   │   │   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   │   │   └── js
│   │   │   │   │   ├── bootstrap.js
│   │   │   │   │   └── bootstrap.min.js
│   │   │   │   ├── bs_for_ember
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── bs-growl-notifications.min.css
│   │   │   │   │   └── js
│   │   │   │   │   ├── bs-alert.min.js
│   │   │   │   │   ├── bs-badge.min.js
│   │   │   │   │   ├── bs-basic.min.js
│   │   │   │   │   ├── bs-button.min.js
│   │   │   │   │   ├── bs-core.min.js
│   │   │   │   │   ├── bs-growl-notifications.min.js
│   │   │   │   │   ├── bs-items-action-bar.min.js
│   │   │   │   │   ├── bs-label.min.js
│   │   │   │   │   ├── bs-list-group.min.js
│   │   │   │   │   ├── bs-modal.min.js
│   │   │   │   │   ├── bs-nav.min.js
│   │   │   │   │   ├── bs-notifications.min.js
│   │   │   │   │   ├── bs-progressbar.min.js
│   │   │   │   │   └── bs-wizard.min.js
│   │   │   │   └── js
│   │   │   │   ├── ember-1.0.0-rc.1.js
│   │   │   │   ├── ember-1.0.0-rc.1.min.js
│   │   │   │   ├── ember-data.js
│   │   │   │   ├── ember-data.min.js
│   │   │   │   ├── ember.js
│   │   │   │   ├── ember.min.js
│   │   │   │   ├── fsportal.js
│   │   │   │   ├── handlebars.js
│   │   │   │   ├── handlebars.min.js
│   │   │   │   ├── ie-console.js
│   │   │   │   ├── jquery-1.9.1.min.js
│   │   │   │   └── jquery.min.js
│   │   │   ├── index.html
│   │   │   ├── LICENCE
│   │   │   └── README.md
│   │   ├── slim.swf
│   │   └── slimtest.htm
│   └── scripts
└── var
├── lib
│   └── freeswitch
│   ├── db
│   ├── images
│   │   ├── default-avatar.png
│   │   └── default-mute.png
│   └── recordings
├── log
│   └── freeswitch
│   └── xml_cdr
└── run
└── freeswitch
87 directories, 444 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment