Trixbox:MeetMe配置

2023-11-21 06:40
文章标签 配置 trixbox meetme

本文主要是介绍Trixbox:MeetMe配置,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

1 MeetMe – Teleconference 
Meetme Tele-conference can be configured through FreePBX. 
Meetme is pretty easy to set up, as there is very little to do. However, to set up Meetme, a Zaptel card will be required (at least in my case as I don’t seem to be able to get it working without a Zaptel card installed). There may be a workaround for it and I hope someone will be able to tell me what it is so it can be included in this guide (see Appendix E - user suggestions for work around). 
The Meetme function of Asterisk is similar to a Tele-conference call where multiple callers can call in and participate in a two-way conference like in a party room where everyone can talk and listen to one another or just to listen to a Tele-presentation. 
In TRIXBOX, there are 2 .conf files that relates to conferencing. They are:  
meetme.conf
meetme_additional.conf
 
meetme.conf
Ensure that you have the following 2 lines (only 2 lines in the file): 
[rooms]
#include meetme_additional.conf 
All these lines do is point to the meetme_additional.conf where the conference room extensions are being created when you create a conference room through freePBX conference set-up option. 
 meetme_additional.conf
This is where the extensions for the meeting rooms is created.  One line per room.  You may have just one extension for your meeting room or you may have several meeting rooms.  In my case, I have 1 meeting room and therefore my meetme_additional.conf contains the following extension: 
; Extensions for my meeting rooms
conf => 8200| 
 
1.1 Create Conference 
FreePBX allows you to create one or more conference room through the Setup -> Conference screen. All you have to do is fill in the appropriate fields on the screen and you are on your way to a voice conference. 
Naturally there are some options that you may wish to have for the conference room. They are entirely up to you. The main important things are for you to create the conference room number and the conference name for you to know what that conference room is for. The rest of the fields are optional. 
Below is what my conference configuration page looks like: 
  
  • This conference room number is 8200
  • I call this conference room General Conference
  • Users are required to enter a PIN number of 1234
  • Admin PIN number is 1235 for the conference to wait for the leader to conduct the conference.
  • I have a joining message greeting when someone joins the conference.
  • I have Yes in the leader wait option for the conference to wait for the conference chairman.
  • I require a user count so I have Yes in the user count field.
  • I need to be informed when a user join or leave the conference. I have Yes here.
  • The music on hold is also flagged as Yes as I want music on while waiting. 
Once these are done, from one of your phones dial, 8200 and you will be asked to enter the PIN number and to confirm it. 
You are now in the conference room and every time someone joins or leaves the conference, it will also be announced. 
To test this, go to another phone and also dial 8200. You should hear an announcement (if you are listening on the first phone), indicating that someone has joined the conference. 
If there are 2 (or more) of you, you will be able to talk to each other. If one of you hangs up, you will know about it.
 
1.1.1 /var/spool/asterisk/meetme 
It seems that the meetme directory does not exist in /var/spool/asterisk. 
It will be necessary for this directory to be created otherwise if you have the user join/leave feature enabled, meetme will not function correctly. 
Do the following at root command prompt: 
mkdir /var/spool/asterisk/meetme  
then change the ownership of this directory 
chown asterisk.asterisk /var/spool/asterisk/meetme 
next you need to change the permission, 
chmod 775 /var/spool/asterisk/meetme
 

这篇关于Trixbox:MeetMe配置的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/400536

相关文章

Linux内核参数配置与验证详细指南

《Linux内核参数配置与验证详细指南》在Linux系统运维和性能优化中,内核参数(sysctl)的配置至关重要,本文主要来聊聊如何配置与验证这些Linux内核参数,希望对大家有一定的帮助... 目录1. 引言2. 内核参数的作用3. 如何设置内核参数3.1 临时设置(重启失效)3.2 永久设置(重启仍生效

IDEA自动生成注释模板的配置教程

《IDEA自动生成注释模板的配置教程》本文介绍了如何在IntelliJIDEA中配置类和方法的注释模板,包括自动生成项目名称、包名、日期和时间等内容,以及如何定制参数和返回值的注释格式,需要的朋友可以... 目录项目场景配置方法类注释模板定义类开头的注释步骤类注释效果方法注释模板定义方法开头的注释步骤方法注

如何在Mac上安装并配置JDK环境变量详细步骤

《如何在Mac上安装并配置JDK环境变量详细步骤》:本文主要介绍如何在Mac上安装并配置JDK环境变量详细步骤,包括下载JDK、安装JDK、配置环境变量、验证JDK配置以及可选地设置PowerSh... 目录步骤 1:下载JDK步骤 2:安装JDK步骤 3:配置环境变量1. 编辑~/.zshrc(对于zsh

售价599元起! 华为路由器X1/Pro发布 配置与区别一览

《售价599元起!华为路由器X1/Pro发布配置与区别一览》华为路由器X1/Pro发布,有朋友留言问华为路由X1和X1Pro怎么选择,关于这个问题,本期图文将对这二款路由器做了期参数对比,大家看... 华为路由 X1 系列已经正式发布并开启预售,将在 4 月 25 日 10:08 正式开售,两款产品分别为华

SQL server配置管理器找不到如何打开它

《SQLserver配置管理器找不到如何打开它》最近遇到了SQLserver配置管理器打不开的问题,尝试在开始菜单栏搜SQLServerManager无果,于是将自己找到的方法总结分享给大家,对SQ... 目录方法一:桌面图标进入方法二:运行窗口进入方法三:查找文件路径方法四:检查 SQL Server 安

Python Transformer 库安装配置及使用方法

《PythonTransformer库安装配置及使用方法》HuggingFaceTransformers是自然语言处理(NLP)领域最流行的开源库之一,支持基于Transformer架构的预训练模... 目录python 中的 Transformer 库及使用方法一、库的概述二、安装与配置三、基础使用:Pi

SpringQuartz定时任务核心组件JobDetail与Trigger配置

《SpringQuartz定时任务核心组件JobDetail与Trigger配置》Spring框架与Quartz调度器的集成提供了强大而灵活的定时任务解决方案,本文主要介绍了SpringQuartz定... 目录引言一、Spring Quartz基础架构1.1 核心组件概述1.2 Spring集成优势二、J

Android Studio 配置国内镜像源的实现步骤

《AndroidStudio配置国内镜像源的实现步骤》本文主要介绍了AndroidStudio配置国内镜像源的实现步骤,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,... 目录一、修改 hosts,解决 SDK 下载失败的问题二、修改 gradle 地址,解决 gradle

如何配置Spring Boot中的Jackson序列化

《如何配置SpringBoot中的Jackson序列化》在开发基于SpringBoot的应用程序时,Jackson是默认的JSON序列化和反序列化工具,本文将详细介绍如何在SpringBoot中配置... 目录配置Spring Boot中的Jackson序列化1. 为什么需要自定义Jackson配置?2.

鸿蒙中Axios数据请求的封装和配置方法

《鸿蒙中Axios数据请求的封装和配置方法》:本文主要介绍鸿蒙中Axios数据请求的封装和配置方法,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录1.配置权限 应用级权限和系统级权限2.配置网络请求的代码3.下载在Entry中 下载AxIOS4.封装Htt