- 浏览: 233001 次
- 性别:
- 来自: 上海
文章分类
最新评论
-
newLinuxJava:
http://www.voip-info.org/wiki/v ...
asterisk App Dial 拨号 发起外呼 -
newLinuxJava:
http://www.voip-info.org/wiki/v ...
asterisk App Dial 拨号 发起外呼 -
tsinglongwu:
这种做法在Server端getValue()方法是能获得修改后 ...
client-side programming客户端修改值,但服务端获取仍然旧值的解决办法 -
Listen_ing:
zk+spring+hibernate如何配置hibernat ...
zk+hibernate+spring零配置 -
peterxq181:
严重: Method not found in org.apa ...
zk+hibernate+spring零配置
Math( ) Performs mathematical operations and returns the result
执行数学操作并返回结果
Math(returnvar,number1 operator number2)
Performs a floating-point calculation on number1 to number2, and assigns the result to the variable named returnvar. Valid operators are +, -, /, *, %, <, >, >=, <=, and ==, and they behave as their C equivalents.
在数字1和数字2之间执行浮点操作并将指定结果保存在变量returnvar中。缺省操作符号为:+,-,/,*,%,<,>,>=,<=,和==,并且其等同于C语言中的符号.
Always returns 0. 总是返回0.
; add two numbers, and say the result 添加两个数字,并返回结果.
exten => 123,1,Math(SUM,2+2)
exten => 123,2,SayNumber(${SUM})
; subtract two numbers, and say the difference 两数字相减,返回结果.
exten => 124,1,Math(DIFFERENCE,5-3)
exten => 124,2,SayNumber(${DIFFERENCE})
MeetMe( ) Puts the caller into a MeetMe conference bridge
将呼叫放置于MeetMe会议网桥.
MeetMe([confno][,[options][,pin])
Joins the caller on the current channel into the MeetMe conference specified by the confno
argument. If the conference number is omitted, the user will be prompted to enter one. The options string may contain zero or more of the characters in the following list.
通过会议参数将当前呼叫者加入当前正在进行的MeetMe会议,如果会议号码缺省,将提示用户输入一个。字符选项可能包含0或者下面列表中的其它字符。
m Sets monitor-only mode (listen only, no talking). 设置为监控模式(只能听不能交谈)
t Sets talk-only mode (talk only, no listening). 设置为交谈模式(只能交谈不能听)
T Sets talker detection (sent to Manager interface and MeetMe list). 设置交谈检测(发送管理端口和MeetMe列表)
i Announces user join/leave. 通告用户加入/离开
p Allows user to exit the conference by pressing #.允许用户按#键离开会议
X Allows user to exit the conference by entering a valid single-digit extension (set via the variable ${MEETME_EXIT_CONTEXT}), or the number of an extension in the current context if that variable is not defined.
允许用户通过输入一个合法的数字范围离开会议(通过设置变量${MEETME_EXIT_CONTEXT}), 如果变量未定义则从当前环境来确定数字范围.
d Dynamically adds conference. 动态添加会议
D Dynamically adds conference, prompting for a PIN. 动态添加会议并提示PIN
e Selects an empty conference. 选择一个空闲的会议
E Selects an empty pinless conference. 选择一个空闲的无人的会议
v Sets video mode. 设置视频模式
r Records conference (as ${MEETME_RECORDINGFILE} using format ${MEETME_ RECORDINGFORMAT}). The default filename is meetme-conf-rec-${CONFNO}-${UNIQUEID} and the default format is .wav. 会议记录(作为${MEETME_RECORDINGFILE} 使用格式${MEETME_RECORDINGFORMAT}),缺省文件 名是.....${(CONFNO)-${UNIQUEID}缺省的格式是.....
q Sets quiet mode (don’t play enter/leave sounds). 设置静音模式(不能播放输入/输出声音)
M Enables Music on Hold when the conference has a single caller. 当会议中只有一个人的时候能够开启音乐
x Closes the conference when the last marked user exits. 当最后一个用户离开的时候关闭会议室
w Waits until the marked user enters the conference. 等待标识用户进入会议室才开始会议
b Runs the AGI script specified in ${MEETME_AGI_BACKGROUND}. Default: conf-background.agi.
(Note: this does not work with non-Zap channels in the same conference.)
运行在${MEETME_AGI_BACKGROUND}变量中指定的AGI脚本,缺省......(注意:在相同的会议中 不能工作在non-Zap信道)
s Presents the menu (user or admin) when * is received (“send” to menu). 当收到*符号时出现菜单( 用户或者管理员)
a Sets admin mode. 设置管理模式
A Sets marked mode. 设置标识模式
If the pin argument is passed, the caller must enter that pin number to successfully enter the conference. 如果pin变量通过的话,用户必须输入pin号码才能成功进入会议室。
MeetMe( ) returns 0 if the caller presses # to exit (see option p); otherwise, it returns -1.
如果用户按#号键离开则MeetMe()返回0,否则返回-1
A suitable Zaptel timing interface must be installed for MeetMe con- ferencing to work.
要想MeetMe会议工作的话你必须安装一个适当的Zaptel计时器端口。
exten => 123,1,Answer( )
; add the caller to conference number 501 with pin 1234
exten => 123,2,MeetMe(501,DpM,1234)
See Also
MeetMeAdmin( ), MeetMeCount( )
MeetMeAdmin( ) Performs MeetMe conference administration
执行MeetMe会议管理
MeetMeAdmin(confno,command[,pin])
Runs the specified MeetMe administration command on the specified conference. The command may be one of the following (note that the pin argument is used only for the k option):
在指定的会议中执行指定的MeetMe管理命令。命令可能包含以下的其中之一(注意pin参数仅仅用于K选项)
K Kicks all users out of the conference将所有用户踢出会议
k Kicks one user (with the specified PIN as the third argument) out of the conference
将某一用户踢出(指定的PIN号码做为第三方参数)
e Ejects the last user that joined 将最后加入的用户踢出
L Locks the conference 锁定会议
l Unlocks the conference 解除会议锁定
M Mutes the conference 将会议设置为静音
m Unmutes the conference 将会议的静音设置解除
N Mutes the entire conference (except admin) 将整个会议静音(管理员除外)
n Unmutes the entire conference (except admin) 将整个会议静音解除(管理除外)
; mute conference 501 将501会议设置为静音
exten => 123,1,MeetMeAdmin(501,M)
; kick user with PIN number 1234 from conference 501 从501会议将PIN号码为1234的用户踢出去
exten => 124,1,MeetMeAdmin(501,k,1234)
See Also
MeetMe( ), MeetMeCount( )
MeetMeCount( ) Counts the number of participants in a MeetMe conference
计算参加MeetMe会议的人的数量
MeetMeCount(confno[,variable])
Plays back the number of users in the MeetMe conference identified by confno. If a variable is specified by the variable argument, playback will be skipped and the count will be assigned to variable.
程序返回通过confno标识的在MeetMe会议中的人的数量。如果变量参数被指定,该程序将被跳过并将数量保存到指定变量中。
Returns 0 on success or -1 on a hangup.
成功返回0否则返回-1
; count the number of users in conference 501, and assign that number to ${COUNT}
统计在会议501中的用户数量,并将值保存到${count}
exten => 123,1,MeetMeCount(501,COUNT)
See Also
MeetMe( ), MeetMeAdmin( )
Milliwatt( ) Generates a 1,000-Hz tone
产生1000Hz声音
Milliwatt( )
Generates a constant 1,000-Hztone at 0 dbm (mu-law). This application is often used for testing the audio properties of a particular channel.
在0dbm(mu-law)生成一个1000Hz声音。该程序经常用来测试指定通道的音频属性
; generate a milliwatt tone for testing 生成一个milliwatt声音用于测试
exten => 123,1,Milliwatt( )
See Also
Echo( )
Monitor( ) Monitors (records) the audio on the current channel
监控当前通道中的音频
Monitor([file_format[:urlbase][,fname_base][,options]])
Starts monitoring a channel. The channel’s input and output voice packets are logged to files until the channel hangs up or monitoring is stopped by the StopMonitor( ) application. Monitor( ) takes the following arguments:
开始监控信道。信道的输入和输出语音将被保存到文件直到信道被挂起或者信道被StopMonitor()程序停止掉。Monitor()使用如下参数:
file_format
Specifies the file format. If not set, defaults to wav.
指定保存文件格式,如果没有设置,则缺省为wav.
fname_base
If set, changes the filename used to the one specified.
如果被设置,则用指定的参数来改变文件名称
options
One of two options can be specified:
一到两个选项被指定
m
When the recording ends, mix the two leg files into one and delete the original leg files. If the variable ${MONITOR_EXEC} is set, the application referenced in it will be executed instead of soxmix, and the raw leg files will not be deleted automatically. soxmix (or ${MONITOR_EXEC}) is handed three arguments: the two leg files and the file- name for the target mixed file, which is the same as the leg filenames but without the in/out designator. If ${MONITOR_EXEC_ARGS} is set, the contents will be passed on as additional arguments to ${MONITOR_EXEC}. Both ${MONITOR_EXEC} and the m flag can be set from the administrator interface
当记录结束后,将两个文件合并为一个并删除原始文件。如果变量${MONITOR_EXEC}被指定,the application referenced in it will be executed instead of....并且原始文件将被自动删除
(或者${MONITOR_EXEC})有三个参数:the two leg files and the filename
for the target mixed file, which is the same as the leg filenames but without the
in/out designator.如果${MONITOR_EXEC_ARGS}被设置,相关内容将被做为附加参数输出到变量${MONITOR_EXEC}并通过.${MONITOR_EXEC}和m标识可以通过管理端口来设置.
b
Don’t begin recording unless a call is bridged to another channel.
Returns -1 if monitor files can’t be opened or if the channel is already monitored; other- wise, returns 0.
除非调用被桥接到另一个信道否则不开始记录,如果监控文件未被打开或者信道已经被监控则返回-1,其它情况则返回0
exten => 123,1,Answer( )
; record the current channel, and mix the audio channels at the end of
记录当前信道,并且在语音记录结束时合并文件。
; recording
exten => 123,2,Monitor(wav,monitor_test,mb) exten => 123,3,SayDigits(12345678901234567890) exten => 123,4,StopMonitor( )
See Also
ChangeMonitor( ), StopMonitor( )
MP3Player( ) Plays an MP3 file or stream
播放MP3文件或流
MP3Player(location)
Uses the mpg123 program to play the given location to the caller. The specified location
can be either a filename or a valid URL. The caller can exit by pressing any key.
使用.....程序播放给定的呼叫。指定的呼叫可以是文件名称或者有效的URL。通过按任意键退出
The correct version of mpg123 must be installed for this application to work properly. Asterisk currently works best with mpg123-0.59r.
Returns -1 on hangup; otherwise, returns 0. 如果挂起则返回-1,否则返回0
exten => 123,1,Answer( )
exten => 123,2,MP3Player(test.mp3)
exten => 123,1,Answer( )
exten => 123,2,MP3Player(http://server.tld/test.mp3)
MusicOnHold( ) Plays Music on Hold indefinitely
播放音乐通过不确定的句柄
MusicOnHold(class)
Plays hold music specified by class, as configured in musiconhold.conf. If omitted, the default music class for the channel will be used. You can use the SetMusicOnHold( ) applica- tion to set the default music class for the channel.
Returns -1 on hangup; otherwise, does not return.
通过类来播放指定的句柄音乐。as configured in.........如果忽略,将使用系统缺省的音乐。可以通过SetMusicOnHold()应用程序为信道设置缺省的音乐类。如果挂起则返回-1,否则没有返回值。
; transfer telemarketers to this extension to keep them busy
exten => 123,1,Answer( )
exten => 123,2,Playback(tt-allbusy)
exten => 123,3,MusicOnHold(default)
See Also
SetMusicOnHold( ), WaitMusicOnHold( )
NBScat( ) Plays an NBS local stream
播放NBS本地流
NBScat( )
Uses the nbscat8k program to listen to the local Network Broadcast Sound (NBS) stream.
(For more information, see the nbs module in Digium’s CVS server.) The caller can exit by pressing any key.
使用nbscat8k程序监控本地网络广播声音(NBS)流。(更多信息请参见...module in Digium's CVS server).按任意键退出。
Returns -1 on hangup; otherwise, does not return. 如果挂起则返回-1,否则没有返回值。
exten => 123,1,Answer( )
exten => 123,2,NBScat( )
NoCDR( ) Disables Call Detail Records for the current call
禁止当前呼叫使用CDR
NoCDR( )
Disables CDRs for the current call. 禁止当前呼叫使用CDR
; don't log calls to 555-1212 不要记录555-1212的呼叫
exten => 5551212,1,Answer( )
exten => 5551212,2,NoCDR( )
exten => 5551212,3,Dial(Zap/4/5551212)
See Also
AppendCDRUserField( ), ForkCDR( ), SetCDRUserField
NoOp( ) Does nothing
没有任何操作
NoOp(text)
Does nothing—this application is simply a placeholder. As a side effect, the application evaluates text and prints the result to the Asterisk command-line interface, which can be useful for debugging.
Does nothing--该应用只是一个简单的占位符。另外,该应用对文本进行求值并打印结果到Asterisk命令行端口,而且可以通过debugging来调用。
You don’t have to place quotes around the text. If quotes are placed within the brackets, they will show up on the console.
不要在文本上加“”,如果引号加到方括号中,则引号将显示在控制台中。
exten => 123,1,NoOp(CallerID is ${CALLERID})
Park( ) Parks the current call
停放当前呼叫
Park(exten)
Parks the current call (typically in combination with a supervised transfer to determine the parking space number). This application is always registered internally and does not need to be explicitly added into the dialplan, although you should include the parkedcalls context. Parking configuration is set in features.conf.
停放当前呼叫(typically in combination with a supervised transfer to determine the parking space number).该应用总是在中心注册并且不需要明确的添加到拨号盘中,虽然应该包含在归位环境中。
; park the caller in parking space 701 停放呼叫到701
include => parkedcalls exten => 123,1,Answer( ) exten => 123,2,Park(701)
See Also
ParkAndAnnounce, ParkedCall( )
发表评论
-
解决elastix登录显示非常慢以及禁用新闻的展示的问题
2011-06-10 11:12 1253解决登录显示非常慢的问题以及禁用新闻的展示 ... -
FreePBX 2.7.0.3 汉化
2011-06-09 15:46 18191,FreePBX 2.7.0.3 右侧语言选项,默认无 ... -
Asterisk 1.6的配置文件:chan_dahdi.conf
2010-12-24 13:56 2164Asterisk 1.6的配置文件:chan_dahdi.co ... -
Asterisk 安装笔记(2)- Zaptel 和 Dahdi 的配置
2010-12-24 13:53 2028Zap Channel Module Configurat ... -
Asterisk Extension中的Application命令详解七
2010-12-22 09:51 1170StripLSD( ) ... -
Asterisk Extension中的Application命令详解六
2010-12-22 09:50 1586MailboxExists() ... -
Asterisk Extension中的Application命令详解四
2010-12-22 09:44 2106Hangup( ) Unconditionall ... -
Asterisk Extension中的Application命令详解三
2010-12-22 09:43 3262CheckGroup( )检查特定组中的信道数。CheckG ... -
Asterisk Extension中的Application命令详解二
2010-12-22 09:41 2101AgentLogin( )允许呼叫代理 ... -
Asterisk Extension中的Application命令详解一
2010-12-22 09:39 1671AbsoluteTimeout() 设置呼叫最大呼叫时长 A ... -
拨号方案基础
2010-12-22 09:28 1265ApplicationAnswer(),Playback()和 ... -
模拟卡的疑难杂症
2010-12-22 09:23 4919, 不能编译zaptel和asterisk ... -
Asterisk的拨号计划命令
2010-12-22 09:21 1795Asterisk的拨号计划命 ... -
Asterisk 配置文详解和Freepbx功能键逐个数
2010-12-22 09:19 12898Asterisk 配置文详解 转自:http://www.ha ... -
Asterisk manager API(AMI)文档(中文版
2010-12-22 03:04 1504Asterisk控制接口(AMI)允许管理客户端程序连接到一个 ... -
SIP 中文翻译
2010-12-22 03:01 29851.介绍 extensions.conf中使用sip设备的语 ... -
队列振铃方式
2010-12-22 02:58 980队列振铃方式有:ringall,roundrobin,leas ... -
asterisk App Dial 拨号 发起外呼
2010-12-22 02:54 2887Synopsis Attempts to establi ... -
asterisk 集群配置的完全解决方案
2010-12-22 02:53 1196IAX 设置详细两台Asterisk服务器设置步骤如下:* 设 ... -
Asterisk命令MeetMe详解
2010-12-22 02:50 1205转贴:http://www.ctiforum.com/ ...
相关推荐
Asterisk命令详解 Asterisk是一款开源的电话交换机软件,提供了丰富的命令来管理和控制电话系统。下面是Asterisk的一些常用的命令: 1. amportal 命令 amportal 命令是FreePBX搞的,负责管控Asterisk。amportal ...
Asterisk CLI 命令列表 Asterisk 是一个开源的 VoIP 系统平台,提供了一个命令行接口(CLI),允许用户通过命令行控制 Asterisk 系统。下面是 Asterisk CLI 命令列表: 1. ! 命令:执行 shell 命令 使用格式:! ...
3. **重新加载**:完成配置更改后,需要重新加载Asterisk配置,通常通过执行`asterisk -r`进入命令行模式,然后输入`reload`命令,让Asterisk应用新的设置。 4. **测试**:为了确认中文语音包已正确安装并工作,你...
"asterisk拨号方案中应用使用详解" Asterisk拨号方案中应用使用详解是指在Asterisk系统中使用拨号方案来实现各种应用的技术手段。本文将对Asterisk拨号方案中的各种应用进行详细地解释和示例。 1. Authenticate:...
Asterisk权威指南中文(第3版) Asterisk权威指南(第3版)第15章自动话务员 Asterisk权威指南(第3版)第02章Asterisk体系结构 Asterisk权威指南(第3版)第05章用户设备配置 Asterisk权威指南(第3版)第06章Dialplan基础 ...
在高级主题中,你可能会学到如何集成Asterisk与其他系统,如CRM(Customer Relationship Management)或ERP(Enterprise Resource Planning)系统,以实现更复杂的业务流程自动化。此外,故障排查和日志分析也是重要...
以下是一些Asterisk常用命令的详细解释: 1. **启动与调试命令**: - `./asterisk &`:将Asterisk服务在后台运行。 - `./asterisk -vvvc`:以调试模式启动Asterisk,输出大量日志信息到控制台。 - `./asterisk -...
Asterisk APP命令含义中文对照 Asterisk是一个开源的PBX(Private Branch Exchange)电话交换系统,具有强大的功能和灵活性。Asterisk提供了许多APP命令,用于实现各种电话功能。本文将对Asterisk APP命令进行分类...
修改sip_general_custom.conf(作为测试,在所有SIP 通道上启用提示语为中文,在实际应用中,可根据需要修改--zapata-channels.conf,sipXXX.conf,IAXXXX.conf...,也可在FreePBX的WEB界面中有language选项的地方修改--...
这种通信是双向的,客户端不仅可以发送命令给Asterisk,还能够接收来自Asterisk的事件通知。通过这种方式,开发者能够轻松地监控和管理Asterisk系统中的各种活动,包括但不限于电话呼叫的状态、设备的状态以及系统的...
在Asterisk系统中,Asterisk命令行接口(CLI)是管理员进行配置、监控和调试的主要工具。下面,我们将深入探讨Asterisk CLI的相关知识点。 1. **Asterisk CLI简介** Asterisk CLI是一个基于文本的交互式环境,通过...
Asterisk的声音包是其功能中的一个重要组成部分,为用户提供各种语音提示和交互体验。 这个名为“asterisk中文的语音包”的资源包含了Asterisk系统中用于中文环境的音频文件。声音包通常由一系列预录制的语音片段...
` 命令:这个命令用于在CLI中执行Shell命令,让你能够直接在Asterisk的控制台环境中运行Linux系统的命令。 2. `ael reload`:重新加载AEL(Asterisk Extension Language)配置。AEL是Asterisk的一种脚本语言,用于...
5. **使用通道(Channels)和拨号计划(Dialplan)**:Asterisk-java提供了对通道和拨号计划的操作,你可以查询现有的通道状态,修改拨号计划,甚至在运行时动态改变Asterisk的行为。 6. **实时监控**:通过...
Asterisk.NET 1.6.3 是一个专门为.NET开发者设计的开源库,它提供了对Asterisk PBX系统的编程接口,使得用户可以方便地在C#、VB.NET或其他.NET支持的语言中控制和扩展Asterisk功能。这个库是基于Asterisk Manager ...
### Asterisk AGI应用详解 #### 一、概述 Asterisk是世界上最流行的开源PBX系统之一,它支持多种通信协议并提供了丰富的功能。在Asterisk中,AGI(Asterisk Gateway Interface)是一种非常重要的接口技术,它允许...
5. 在进行数据库配置之前,需要先按照常规配置对 Asterisk 进行配置。 6. 数据库配置可以使用 MySQL、PostgreSQL 等数据库管理系统。 7. Asterisk 的配置文件包括 zapata.conf、zapata-channels.conf、sip.conf 和...
### Asterisk详解 #### Asterisk概述 Asterisk是一款开源的通信平台,它支持多种通信协议,包括但不限于SIP(Session Initiation Protocol)、H.323等,并且能够提供语音邮件、会议呼叫、交互式语音应答(IVR)等...
Asterisk是一款开源的电话交换机软件,它允许用户创建高度自定义的通信系统,包括VoIP(Voice over IP)电话、会议桥、自动呼叫分配(ACD)以及许多其他电信功能。Asterisk的核心设计理念是灵活性和可扩展性,这使得...