FreeSWITCH 总体架构

Stella981
• 阅读 1031

【1】总体结构

FreeSWITCH 总体架构

【2】代码结构目录

FreeSWITCH 总体架构

【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.

顺序 选择 循环 总结

点赞
收藏
评论区
推荐文章
blmius blmius
2年前
MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1
文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s
Jacquelyn38 Jacquelyn38
2年前
2020年前端实用代码段,为你的工作保驾护航
有空的时候,自己总结了几个代码段,在开发中也经常使用,谢谢。1、使用解构获取json数据let jsonData  id: 1,status: "OK",data: 'a', 'b';let  id, status, data: number   jsonData;console.log(id, status, number )
皕杰报表之UUID
​在我们用皕杰报表工具设计填报报表时,如何在新增行里自动增加id呢?能新增整数排序id吗?目前可以在新增行里自动增加id,但只能用uuid函数增加UUID编码,不能新增整数排序id。uuid函数说明:获取一个UUID,可以在填报表中用来创建数据ID语法:uuid()或uuid(sep)参数说明:sep布尔值,生成的uuid中是否包含分隔符'',缺省为
Wesley13 Wesley13
2年前
P2P技术揭秘.P2P网络技术原理与典型系统开发
Modular.Java(2009.06)\.Craig.Walls.文字版.pdf:http://www.t00y.com/file/59501950(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.t00y.com%2Ffile%2F59501950)\More.E
Stella981 Stella981
2年前
Android So动态加载 优雅实现与原理分析
背景:漫品Android客户端集成适配转换功能(基于目标识别(So库35M)和人脸识别库(5M)),导致apk体积50M左右,为优化客户端体验,决定实现So文件动态加载.!(https://oscimg.oschina.net/oscnet/00d1ff90e4b34869664fef59e3ec3fdd20b.png)点击上方“蓝字”关注我
Wesley13 Wesley13
2年前
mysql设置时区
mysql设置时区mysql\_query("SETtime\_zone'8:00'")ordie('时区设置失败,请联系管理员!');中国在东8区所以加8方法二:selectcount(user\_id)asdevice,CONVERT\_TZ(FROM\_UNIXTIME(reg\_time),'08:00','0
Wesley13 Wesley13
2年前
00:Java简单了解
浅谈Java之概述Java是SUN(StanfordUniversityNetwork),斯坦福大学网络公司)1995年推出的一门高级编程语言。Java是一种面向Internet的编程语言。随着Java技术在web方面的不断成熟,已经成为Web应用程序的首选开发语言。Java是简单易学,完全面向对象,安全可靠,与平台无关的编程语言。
Stella981 Stella981
2年前
Django中Admin中的一些参数配置
设置在列表中显示的字段,id为django模型默认的主键list_display('id','name','sex','profession','email','qq','phone','status','create_time')设置在列表可编辑字段list_editable
Wesley13 Wesley13
2年前
MySQL部分从库上面因为大量的临时表tmp_table造成慢查询
背景描述Time:20190124T00:08:14.70572408:00User@Host:@Id:Schema:sentrymetaLast_errno:0Killed:0Query_time:0.315758Lock_
Python进阶者 Python进阶者
3个月前
Excel中这日期老是出来00:00:00,怎么用Pandas把这个去除
大家好,我是皮皮。一、前言前几天在Python白银交流群【上海新年人】问了一个Pandas数据筛选的问题。问题如下:这日期老是出来00:00:00,怎么把这个去除。二、实现过程后来【论草莓如何成为冻干莓】给了一个思路和代码如下:pd.toexcel之前把这