https://github.com/mitchcapper/fsmisc
fs_logger.pl and other FreeSWITCH utils, tools, examples.
https://github.com/mitchcapper/fsmisc
Last synced: 9 months ago
JSON representation
fs_logger.pl and other FreeSWITCH utils, tools, examples.
- Host: GitHub
- URL: https://github.com/mitchcapper/fsmisc
- Owner: mitchcapper
- Created: 2015-12-01T23:33:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T20:24:46.000Z (about 10 years ago)
- Last Synced: 2025-01-17T12:15:51.908Z (over 1 year ago)
- Language: Perl
- Size: 54.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fs_logger.pl & Misc Tools for FreeSWITCH
=================================
OVERVIEW
-----
A repo for various tools and samples developed for FreeSWITCH.
- [fs_logger.pl](fs_logger.md) - a log capture, submission, and obfuscation tool that wraps (and can be used as a direct interface for) fs_cli. Full details at https://github.com/mitchcapper/FSMisc/blob/master/fs_logger.md
- SampleClient - a .net client example for using FreeSWITCH lib with .net and Windows. It is a sample for creating a softphone like FSClient (https://github.com/mitchcapper/FSClient) or just as a good starting point for embedded FreeSWITCH
- missing_modules.pl - simple perl script to look for any modules missing between perl installs, useful if you need to recompile perl for threading or similar for FreeSWITCH