FreeSWITCH mod_conference 的按键会控

又是一篇命题作文

mod_conference 官方文档:

https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Modules/mod_conference_3965534/

英文不好的可以看中文:

http://www.freeswitch.org.cn/books/references/1.7-mod_conference.html

我主要参考官方文档,文档写的非常清楚

本人并没有特别要补充的

这里仅仅普及下常识

首先,member 分二种,一种是主持人(moderator),本人习惯配置二个按键;另外一种是普通参会者,本人习惯配置单个按键。

下面是普通参会者的按键配置:

<group name="default">

<control action="mute" digits="0"/>

<control action="deaf mute" digits="*"/>

<control action="energy up" digits="9"/>

<control action="energy equ" digits="8"/>

<control action="energy dn" digits="7"/>

<control action="vol talk up" digits="3"/>

<control action="vol talk zero" digits="2"/>

<control action="vol talk dn" digits="1"/>

<control action="vol listen up" digits="6"/>

<control action="vol listen zero" digits="5"/>

<control action="vol listen dn" digits="4"/>

<control action="execute_application" digits="#" data="execute_extension call_hotline XML cnf"/>

</group>

其中,按 # 字键之后执行 dialplan,等于是热线求助,写一段路由就可以支持

下面是主持人的按键配置:

<group name="moderator">

<control action="execute_application" digits="*1" data="execute_extension ASK_FOR_NUMBER__callout_joinconference_moderator XML cnf"/>

<control action="mute" digits="66"/>

<control action="mute on" digits="*6"/>

<control action="mute off" digits="#6"/>

<control action="execute_application" digits="*9" data="playback moderator_help.wav"/> <!--普通参会者的语音提示-->

<control action="execute_application" digits="*#" data="execute_extension ANNOUNCE_CONF_COUNT_PRIVATE XML cnf"/>

</group>

到底怎么实现,官方文档其实讲的很清楚的,仔细找就可以找到

execute conference 123 跟 execute conference 123@default 是一样的,艾特右边的是会议的 profile

比如 execute conference 123@wideband,则需要配置 wideband 这个 profile

profile 配置部分有三个配置项要留意:

  1. <param name="caller-controls" value="default"/> 普通参会者的按键控制

  2. <param name="moderator-controls" value="moderator"/> 支持人的按键控制

  3. <param name="ivr-dtmf-timeout" value="2000"/> 2 个 dtmf 之间的间隔时间

那么什么是主持人(moderator)呢?

很简单

execute conference 123@default+flags{moderator}

相关推荐
Fibocom广和通6 天前
广和通推出RU311 5G RedCap模组,让中速终端更轻量接入5G
物联网·5g·redcap·通信·广和通·ru311
liulilittle7 天前
REALITY 代理隧道的有效检测方法: 被动、主动与确定性三层实证研究
linux·服务器·网络·网络协议·安全·网络安全·通信
liulilittle8 天前
加密扩展记录 37B(含头口径):Go TLS 栈形态特征的适用域与配对勘误
网络·网络协议·计算机网络·网络安全·通信·tls·reality
无名3878 天前
siremis 使用手册
通信
祖力559 天前
进程间通信(IPC机制):消息队列与共享内存
linux·消息队列·共享内存·通信·进程间通信
祖力5512 天前
进程间通信(IPC机制):无名通道与有名通道
linux·运维·服务器·进程·通信·进程间通信·ipc
2501_9298072514 天前
考研初试专业课140+总分400+重庆邮电大学801信号与系统考研经验重邮,电子信息与通信工程,真题,大纲,参考书,博睿泽信息通信Jenny。
考研·信息与通信·信号处理·通信·电子信息
Logintern0916 天前
opcua如何在确认server端准备接收请求的时候,client再下发连接
opcua·通信
liulilittle17 天前
XTCP简述
网络·c++·tcp/ip·ip·tcp·通信
lsz15259017 天前
港口自动控制系统技术白皮书与核心模块全解
控制·通信·基础设施·plc编程·自动控制系统·港口