yate.conf
但档案。粘贴下面的例子。不解释!除去非常灵活!只保留sip电话!
[general]
; General settings for the operation of Yate ; modload: boolean: Should a module be loaded by default if there is no
; reference to it in the [modules] section
modload=disable ; modpath: string: Overrides the runtime module directory path which is
; compiled in or specified with the -m command line option. Note that this
; setting takes priority over anything else
; Note that you MUST NOT add a path separator at the end
;modpath= ; extrapath: string: Relative path to an extra modules directory, gets loaded
; before those added by command line -x parameters
; Note that you MUST NOT add a path separator at the end
;extrapath= ; nodename: string: Name of this node in a cluster
;nodename= ; maxworkers: int: Maximum number of worker threads the engine can create
;maxworkers=10 ; maxevents: int: Maximum number of events kept per type
;maxevents=25 ; startevents: boolean: Capture all debug events at startup
;startevents=yes ; restarts: int: Time in seconds after startup the engine will try to restart
; to clean up any accumulating problems. Restarts are performed only when
; started in supervised mode
; If at restart time at least one of the modules is busy it will try again to
; restart every 10 seconds
;restarts=0 ; warntime: int: Warn time limit for message dispatch in milliseconds, a value
; of zero disables such warnings
;warntime=0 ; idlemsec: int: System idle time in milliseconds
; Set to zero to use platform default
; If not set the platform default is doubled only in client mode
;idlemsec= ; wintimer: int: Requested timer resolution in milliseconds (Windows only, does
; not work on 9x and ME). The default resolution depends on hardware, Windows
; version and currently running programs
;wintimer=0 ; trackparam: string: Name of the parameter used to track message through handlers
; If empty or boolean true the default "handlers" will be used instead
; Set to boolean false to disable tracking only if you are sure what you want
;trackparam=handlers ; msgsniff: bool: Activate message sniffer module (if loaded) at engine init time
;msgsniff=disable ; filtersniff: regexp: Default filter to apply to message sniffer at initialization
; If empty it will match all messages except engine.timer which is never displayed
; Example for a filter matching all chan.Anything messages and engine.halt:
; filtersniff=^\(chan\.\|engine\.halt$\)
;filtersniff= [modules]
; This section should hold one line for each module whose loading behaviour
; is to be changed from the default specified by modload= in section [general]
; Each line has to be of the form:
; modulename.yate=boolean
; Note that modules can be located only in the module directory so no path
; information should be specified register.yate=true
mysqldb.yate=true
cache.yate=true
cpuload.yate=true
ysipchan.yate=true
yrtpchan.yate=true yiaxchan.yate=false
SigTransport.yate=false
h323chan.yate=false
LkSCTP.yate=false
callcounters.yate=false
cdrcombine.yate=false
callfork.yate=false
cdrbuild.yate=false
cdrfile.yate=false
presence.yate=false
users.yate=false
accfile.yate=false
eventlogs.yate=false
analog.yate=false
camel_map.yate=false
ccongestion.yate=false
ciscosm.yate=false
clustering.yate=false
dbpbx.yate=false
dsoundchan.yate=false
enumroute.yate=false
extmodule.yate=false
fileinfo.yate=false
filetransfer.yate=false
gvoice.yate=false
heartbeat.yate=false
isupmangler.yate=false
jabberserver.yate=false
openssl.yate=false
jabberclient.yate=false
queuesnotify.yate=false
javascript.yate=false
jbfeatures.yate=false
mgcpca.yate=false
lateroute.yate=false
mgcpgw.yate=false
moh.yate=false
monitoring.yate=false
mux.yate=false
pbxassist.yate=false
queues.yate=false
rmanager.yate=false
sigtransport.yate=false
sip_cnam_lnp.yate=false
sipfeatures.yate=false
ss7_lnp_ansi.yate=false
subscription.yate=false
tdmcard.yate=false
tonegen.yate=false
wpcard.yate=false
yiaxchan.yate=false
ysnmpagent.yate=false
ysockschan.yate=false
ystunchan.yate=false
zlibcompress.yate=false
yjinglechan.yate=false
yradius.yate=false
ysigchan.yate=false
ysipchan.yate=false [localsym]
; This section is used to force some modules to be loaded without their
; symbols being globally available - if the operating system supports.
; Windows will ignore this section completely.
; Each line has to be of the form:
; modulename.yate=boolean ; pwlib does not clean up properly on Linux so we must disable global symbols
; unfortunately preventing all pwlib plugins from loading
h323chan.yate=yes [nounload]
; This section is used to prevent some modules from being unloaded from
; memory, although finalization will be attempted if possible.
; Each line has to be of the form:
; modulename.yate=boolean
Javascript.yate=false;
YJingle.yate=false; [preload]
; Put a line in this section for each shared library that you want to load
; before any Yate module
; Each line has to be of the form:
; /path/to/the/library.so=boolean
; You should specify the full path to the library. Extension is operating
; system specific - usually .so for *NIX systems and .dll for Windows [postload]
; Put a line in this section for each shared library that you want to load
; after all Yate modules
; Each line has to be of the form:
; /path/to/the/library.so=boolean
; You should specify the full path to the library. Extension is operating
; system specific - usually .so for *NIX systems and .dll for Windows [debug]
; Each line in this section generates an engine.debug message immediately
; after the first initialization. This is equivalent of issuing the debug
; command in the Remote Manager.
; Each line has to be of the form:
; modulename=parameters to debug
; Examples:
; tone=off
; h323=level 9
; sip=level 8
; sip=filter 127.0.0.1 [variables]
; Each line in this section initializes a variable in the Engine's shared list
; These variables can be accessed and modified from each module
; Examples:
; index1=5
; custom=EXAMPLE [telephony]
; Default settings for telephony drivers ; timeout: int: Default channel timeout in milliseconds
;timeout=0 ; maxroute: int: Maximum number of calls routed at once by each driver
;maxroute=0 ; maxchans: int: Maximum number of channels running at once in each driver
;maxchans=0 ; dtmfdups: bool: Allow duplicate DTMFs (detected with different methods)
;dtmfdups=disable
版权声明:本文博客原创文章,博客,未经同意,不得转载。
yate.conf的更多相关文章
- 编译和安装在Windows上橡胶树 (Compiling and Installing Yate on Windows)
编译和安装在Windows上橡胶树 有两种方法来安装橡胶树下窗口: 下载并安装橡胶树 下载后页面设置. 另一个选择是下载橡胶树从SVN并编译它. 内容 ( 隐藏] 1 安装使用设置橡胶树 2 ...
- Nginx配置文件nginx.conf中文详解(转)
######Nginx配置文件nginx.conf中文详解##### #定义Nginx运行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数. worker_ ...
- Apache主配置文件httpd.conf 详解
Apache的主配置文件:/etc/httpd/conf/httpd.conf 默认站点主目录:/var/www/html/ Apache服务器的配置信息全部存储在主配置文件/etc/httpd/co ...
- redis.conf配置详细解析
# redis 配置文件示例 # 当你需要为某个配置项指定内存大小的时候,必须要带上单位, # 通常的格式就是 1k 5gb 4m 等酱紫: # # 1k => 1000 bytes # 1kb ...
- ERROR: Unable to globalize '/usr/local/NONE/etc/php-fpm.d/*.conf' 问题的解决
今天继续作大死,趟php7的配置的坑. 照例,安装了昨天的各种扩展之后,解压php7的压缩文件到 /usr/local/. 然后开始配置config的扩展: ./configure --prefix= ...
- 两个坑-Linux下Network-Manager有线未托管-DNS resolv.conf文件开机被清空
Linux里面有两套管理网络连接的方案: 1./etc/network/interfaces(/etc/init.d/networking) 2.Network-Manager 两套方案是冲突的,不能 ...
- thinkphp 3.2.3 动态修改conf配置文件
thinkphp 3.2.3 的C()方法能修改配置文件,但是是动态修改的,没有真正的更改文件. 我查了网上网友分享的方法,都不怎么合适,我就自己摸索写了一个,配置写到text.php中,我的目录如下 ...
- Mac 配置 php-fpm 时出现'/private/etc/php-fpm.conf': No such file or directory (2)
https://github.com/musicode/test/issues/5 Mac 自带 php-fpm,在终端执行 php-fpm,会报如下错误: ERROR: failed to open ...
- Tomcat下conf下server.xml的文件配置信息
Tomcat下conf下server.xml的文件配置信息,基本上不用做任何修改就可以使用,修改的地方就是host区域的一些配置,此文件设置端口为80. 注意:Tomcat配置文件中(即server. ...
随机推荐
- UVa 1292 - Strategic game (树形dp)
本文出自 http://blog.csdn.net/shuangde800 题目链接: 点击打开链接 题目大意 给定一棵树,选择尽量少的节点,使得每个没有选中的结点至少和一个已选结点相邻. 思路 ...
- xcode project
An Xcode project is a repository for all the files, resources, and information required to build one ...
- sql语句查询数据库中的表名/列名/主键/自动增长值
原文地址:http://blog.csdn.net/pukuimin1226/article/details/7687538 ----查询数据库中用户创建的表 ----jsj01 为数据库名 sele ...
- SE 2014年4月13日
要求自治系统之间建立BGP邻居关系,AS 100 中由于配置疏忽R5上忘记启用BGP,从而导致了黑洞问题出现.从而需要网络工程师们就现状问题进行分析,并且使用相应技术进行完善,使得AS 400 和AS ...
- PHP:小数位计算
本文提供了两种方法,分数的方法成为字符串.然后,"."为了拦截.跟.子长后.另一个是关于小数*10的N钍.实例10的8再次钍8取余次.然后继续10余.取决于10结果的余数是不0. ...
- 大约 Apple Metal API 一些想法
看后 Metal 的开发文档后,除了官方所宣称的一些长处外(比方说更easy理解和使用的 API.更直接和精细的硬件控制,降低 GPU 使用过程中的 CPU 额外开销等等),从我有限的 GLES 开发 ...
- Jetty开发指导:Jetty Websocket API
Jetty WebSocket API使用 Jetty提供了功能更强的WebSocket API,使用一个公共的核心API供WebSockets的服务端和client使用. 他是一个基于WebSock ...
- hdu 4857 逃生 拓扑排序+PQ,剥层分析
pid=4857">hdu4857 逃生 题目是求拓扑排序,但不是依照字典序最小输出,而是要使较小的数排在最前面. 一開始的错误思路:给每一个点确定一个优先级(该点所能到达的最小的点) ...
- hibernate学习——Set集合配置
Set集合的配置 数据表的创建:表关系一个员工拥有多个身份 create table EMPLOYEE ( id INT NOT NULL auto_increment, first_name VAR ...
- android 设置默认启动network mode
network mode常见类型 WCDMA preferred : 0 GSM only : 1 WCDMA only : 2 GSM UMTS : 3 CDMA : 4 ... (参考RILCon ...