【1】总体结构

【2】代码结构目录

【3】模块简介

Applications应用

  • mod_abstraction – 提供了一个抽象的API调用(未来有更多功能)Provides an abstraction to API call (and more in the future).
  • mod_avmd – 使用一个通用的方法检测语音信箱响铃Detects voicemail beeps using a generalized approach.
  • mod_blacklist – 黑名单模块 Blacklist module.
  • mod_callcenter – 排队叫号的应用程序,可用于呼叫中心的需求 Call queuing application that can be used for call center needs.
  • mod_cidlookup – 使用电话号码从数据,url等中查询来电显示名称 Provides a means (database, url) to lookup the callerid name from a number.
  • mod_cluechoo – 一个简单的框架,演示模块 A simple framework demo module.
  • mod_commands – API接口命令集 A mass plethora of API interface commands.
  • mod_conference – 会议模块 Conference room module.
  • mod_curl – 允许脚本发出HTTP请求,接收响应为纯文本或JSON  Allows scripts to make HTTP requests as receive responses as plain text or JSON.
  • mod_db – 数据库键/值存储功能,组拨号,以及限制后端。 Database key/value store functionality, group dialing, and limit backend.
  • mod_directory – 用户名称目录 Dial by Name directory.
  • mod_distributor – 简单的轮循式分发 Simple round-robin style distributions.
  • mod_dptools – Dialplan Tools: provides a number of apps and utilities for the dialplan.
  • mod_easyroute – A simple DID routing engine that uses a database lookup to determine how to route an incoming call.
  • mod_enum – Route PSTN numbers over internet according to ENUM servers, such as e164.org
  • mod_esf – Holds the multi cast paging application for SIP.
  • mod_esl – 允许生成远程ESL命令 Allows to generate remote ESL commands.
  • mod_expr – Brian Allen Vanderburg’s expression evaluation library.
  • mod_fifo – FIFO module.
  • mod_fsk – FSK (Frequency-Shift Keying) data transfer
  • mod_fsv – FreeSWITCH Video application (Recording and playback)
  • mod_hash – Hashtable key/value store functionality and limit backend
  • mod_httapi – HT-TAPI Hypertext Telephony API (Twilio FreeSWITCH style)
  • mod_http_cache – HTTP GET缓存 HTTP GET with caching.
  • mod_ladspa – use Auto-tune on your call.
  • mod_lcr – Implements LCR (Least Cost Routing)
  • mod_limit – pulled into core. See: Limit.
  • mod_memcache – API that integrates with memcached (a distributed key/value object store)
  • mod_mongo – http://www.mongodb.org/
    • describtion needed!
  • mod_mp4 – MP4 File Format support for video apps.
  • mod_nibblebill – Billing module (“nibbles” at credit/cash amounts during calls)
  • mod_oreka – Module for Media Recording with Oreka
  • mod_osp – Open Settlement Protocol (OSP) Module.
  • mod_rad_auth – use RADIUS for authentication
  • mod_redis – supplies a limit back-end that uses Redis.
  • mod_rss – Reads RSS feeds via a TTS engine.
  • mod_skel – Dummy module.
  • mod_sms – Apps for chat messages
  • mod_snapshot – Records a sliding window of audio and can take snapshots to disk.
  • mod_snipe_hunt – A simple framework demo module.
  • mod_snmp – SNMP module.
  • mod_snom – Controlling softkeys on Snom phones (button function, led state, label etc.)
  • mod_soundtouch – Modify the pitch of the audio and other sound effects.
  • mod_spandsp – Spandsp tone and DTMF detectors. A combination of mod_fax and mod_voipcodecs and mod_t38gateway.
  • mod_spy – User spy module.
  • mod_stress – Module for detecting voice stress.
  • mod_tone_detect – Tone detection module.
  • mod_valet_parking – Allows calls to be parked and picked up easily.
  • mod_vmd – Voicemail beep detection module.
  • mod_voicemail – Full-featured voicemail module.
  • mod_voicemail_ivr – VoiceMail IVR Interface.
  • mod_xml_odbc – Allows user directory to be accessed from a database in realtime.

Speech Recognition / Text-to-Speech

Codecs

Codec Negotiation explained

Dialplan

Directories

  • mod_ldap – LDAP module made to obtain dialplans, user accounts, etc.

Endpoints

  • mod_dingaling – Jabber/Google Talk Talk integration module.
  • mod_h323 – Endpoint module based on the h323plus library.
  • mod_html5 – HTML5 Endpoint Module
  • mod_khomp – All Khomp Cards module.
  • mod_loopback – Loopback endpoint module – A loopback channel driver to make an outbound call as an inbound call.
  • mod_opal – Multi-protocol (H.323/IAX2) endpoint module based on the Opal library.
  • mod_openzap – Interface to Zaptel hardware.
  • mod_freetdm – Interface to Zaptel hardware. Replaces mod_openzap
  • mod_portaudio – Voice through a local soundcard.
  • mod_skinny – SCCP module
  • mod_skypopen – Skype compatible module.
  • mod_gsmopen – FreeSWITCH GSM interface module
  • mod_sofia – SIP module.
  • mod_rtmp – “Real time media protocol” endpoint for FreeSWITCH.
  • mod_wanpipe – T1/E1 Sangoma Card module.
  • mod_woomera – H.323/Woomera module.

Event Handlers

See cdr

Unsupported

  • mod_cdr – Call detail record handler

File Formats

Languages

Languages for Call Control explained.

Languages (unsupported / out of tree)

Loggers

Timers

  • softtimer – Timer for FreeSWITCH. No hardware needed, now in-core (but still optional)
  • mod_posix_timer – POSIX timers. Runs on older kernels like the ones in Centos 5.
  • mod_timerfd – a new kernel that supports this option kernel >= 2.6.25 and libc >= 2.8

External API’s

  • mod_xml_curl – XML Gateway Code. Configure FreeSWITCH™ from a web server on boot and on the fly.
  • mod_xml_ldap – LDAP XML Gateway.
  • mod_xml_rpc – XML Remote Procedure Calls. Issue commands from your web application.
  • mod_xml_scgi – Simple Common Gateway Interface

External modules

Good Good Study, Day Day Up.

顺序 选择 循环 总结

FreeSWITCH 总体架构的更多相关文章

  1. jQuery总体架构

    第一章  总体架构 1.设计理念 jQuery的理念就是“写更少的代码,做更多的事”,而且做到代码的高度兼容性. 2.总体架构 大致可以分为三个部分:构造模块,底层支持模块和功能模块. 3.使用自调用 ...

  2. [转]新型智慧城市总体架构 华为 新ICT 一云二网三平台

    本文转自:http://www.jpsycn.com/hangyexinwen/20160801142354.html “十三五”规划提出,充分运用现代信息技术和大数据,建设一批新型示范性智慧城市.日 ...

  3. Openvswitch原理与代码分析(1):总体架构

      一.Opevswitch总体架构   Openvswitch的架构网上有如下的图表示:       每个模块都有不同的功能 ovs-vswitchd 为主要模块,实现交换机的守护进程daemon ...

  4. jQuery源码分析-01总体架构

    1. 总体架构 1.1自调用匿名函数 self-invoking anonymous function 打开jQuery源码,首先你会看到这样的代码结构: (function( window, und ...

  5. Apache Mesos总体架构

    http://developer.51cto.com/art/201401/426507.htm 1. 前言 同其他大部分分布式系统一样,Apache Mesos为了简化设计,也是采用了master/ ...

  6. Android MediaScanner:(一)MediaScanner总体架构

    Android MediaScanner:(一)MediaScanner总体架构 分类: Android android.multimedia2012-05-19 18:29 5050人阅读 评论(5 ...

  7. Web Magic 总体架构

    1.2 总体架构 WebMagic的结构分为Downloader.PageProcessor.Scheduler.Pipeline四大组件,并由Spider将它们彼此组织起来.这四大组件对应爬虫生命周 ...

  8. 2019-1-24 Spark 学习 --总体架构

    2019-1-24 Spark 学习 --总体架构 新建 模板 小书匠 1548339392539.jpg 1548339357270.jpg 1548339372461.jpg 1548339345 ...

  9. jquery 1.7.2源码解析(一)总体架构

    总体架构 jquery模块分类和依赖关系: 自调用匿名函数: /** * 自调用匿名函数,jquery加载完后立即被调用,用来加载各个模块 * 为什么使用自调用匿名函数: * 通过使用自调用匿名函数, ...

随机推荐

  1. 百度地图API操作实战

    什么是百度地图API: 百度地图API是为开发者免费提供的一套基于百度地图服务的应用接口,包括JavaScript API,web服务API,Android等多种开发工具服务.提供基本地图展现,搜索, ...

  2. JavaWeb 过滤敏感词汇

    提交的表单数据,常常要检查有没有敏感词汇,如果有,需要给出提示,或者替换为*. 检查.替换敏感词汇有3种常用的方式 (1)在Servlet中操作. (2)在Filter中先检查.如果要替换敏感词汇,r ...

  3. JavaWeb 文件的上传、下载

    文件上传 表单 <form action="HandlerServlet" method="post" enctype="multipart/f ...

  4. windows10 docker安装使用

    一.安装部署 1.下载安装 https://hub.docker.com/editions/community/docker-ce-desktop-windows 需要注册完后,才可以下载.点击安装 ...

  5. JS数据打印的几种方式

    /** * 在页面输出内容! */ document.write("This's Great!"); /** * 控制台打印: */ console.log("This ...

  6. Linux服务器PHP后门查杀

    shell脚本一句话查找PHP一句话木马 # find ./ -name "*.php" |xargs egrep "phpspy|c99sh|milw0rm|eval( ...

  7. 三、requests模块

    Requests: 让 HTTP 服务人类 虽然Python的标准库中 urllib2 模块已经包含了平常我们使用的大多数功能,但是它的 API 使用起来让人感觉不太好,而 Requests 自称 “ ...

  8. 如何开启telnet服务LINUX&Windows

    一.LINUX centos 1.Linux安装telnet包 # yum install telnet* # rpm -qa |grep telnet telnet-server-0.17-47.e ...

  9. Huawei S系列交换机 Easydeploy 特性

    参考 HW S2750, S5700, S6720 V200R008C00 配置指南-基础配置-EasyDeploy配置 原理,DHCP&TFTP部署等 四. HW EasyDeploy HW ...

  10. Cutting Bamboos(2019年牛客多校第九场H题+二分+主席树)

    题目链接 传送门 题意 有\(n\)棵竹子,然后有\(q\)次操作,每次操作给你\(l,r,x,y\),表示对\([l,r]\)区间的竹子砍\(y\)次,每次砍伐的长度和相等(自己定砍伐的高度\(le ...