Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
e2cae558
提交
e2cae558
authored
4月 12, 2006
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
dox
git-svn-id:
http://svn.freeswitch.org/svn/freeswitch/trunk@1126
d0543943-73ff-0310-b7d9-9358b9ac24b2
上级
9ac4da17
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
17 行增加
和
9 行删除
+17
-9
switch_buffer.h
src/include/switch_buffer.h
+1
-1
switch_caller.h
src/include/switch_caller.h
+1
-1
switch_channel.h
src/include/switch_channel.h
+1
-1
switch_config.h
src/include/switch_config.h
+1
-1
switch_event.h
src/include/switch_event.h
+1
-1
switch_ivr.h
src/include/switch_ivr.h
+1
-1
switch_loadable_module.h
src/include/switch_loadable_module.h
+1
-1
switch_resample.h
src/include/switch_resample.h
+8
-0
switch_sqlite.h
src/include/switch_sqlite.h
+1
-1
switch_stun.h
src/include/switch_stun.h
+1
-1
没有找到文件。
src/include/switch_buffer.h
浏览文件 @
e2cae558
...
...
@@ -46,7 +46,7 @@ extern "C" {
/**
* @defgroup switch_buffer Buffer Routines
* @ingroup
FREESWITCH
* @ingroup
core1
* The purpose of this module is to make a plain buffering interface that can be used for read/write buffers
* throughout the application. The first implementation was done to provide the functionality and the interface
* and I think it can be optimized under the hood as we go using bucket brigades and/or ring buffering techniques.
...
...
src/include/switch_caller.h
浏览文件 @
e2cae558
...
...
@@ -36,7 +36,7 @@
*/
/**
* @defgroup caller Caller Identity / Dialplan
* @ingroup
FREESWITCH
* @ingroup
core1
*
* This module implements a caller profile which is a group of information about a connected endpoint
* such as common caller id and other useful information such as ip address and destination number.
...
...
src/include/switch_channel.h
浏览文件 @
e2cae558
...
...
@@ -52,7 +52,7 @@ typedef struct {
/**
* @defgroup switch_channel Channel Functions
* @ingroup
FREESWITCH
* @ingroup
core1
* The switch_channel object is a private entity that belongs to a session that contains the call
* specific information such as the call state, variables, caller profiles and DTMF queue
* @{
...
...
src/include/switch_config.h
浏览文件 @
e2cae558
...
...
@@ -37,7 +37,7 @@
/**
* @defgroup config Config File Parser
* @ingroup
FREESWITCH
* @ingroup
core1
* This module implements a basic interface and file format parser it may be depricated in favor of database entries
* or expanded to tie to external handlers in the future as necessary.
* <pre>
...
...
src/include/switch_event.h
浏览文件 @
e2cae558
...
...
@@ -51,7 +51,7 @@
/*!
\defgroup events Eventing Engine
\ingroup
FREESWITCH
\ingroup
core1
\{
*/
...
...
src/include/switch_ivr.h
浏览文件 @
e2cae558
...
...
@@ -46,7 +46,7 @@ extern "C" {
/**
* @defgroup switch_ivr IVR Library
* @ingroup
FREESWITCH
* @ingroup
core1
* A group of core functions to do IVR related functions designed to be
* building blocks for a higher level IVR interface.
* @{
...
...
src/include/switch_loadable_module.h
浏览文件 @
e2cae558
...
...
@@ -49,7 +49,7 @@ extern "C" {
/*!
\defgroup mods Loadable Module Functions
\ingroup
FREESWITCH
\ingroup
core1
\{
*/
...
...
src/include/switch_resample.h
浏览文件 @
e2cae558
...
...
@@ -48,6 +48,12 @@ extern "C" {
#include <stdlib.h>
#include <switch.h>
/*!
\defgroup resamp Audio Resample Functions
\ingroup core1
\{
*/
/*! \brief An audio resampling handle */
struct
switch_audio_resampler
{
/*! a pointer to store the resampler object */
...
...
@@ -150,6 +156,8 @@ SWITCH_DECLARE(int) switch_short_to_float(short *s, float *f, int len);
*/
SWITCH_DECLARE
(
void
)
switch_swap_linear
(
int16_t
*
buf
,
int
len
);
///\}
#ifdef __cplusplus
}
#endif
...
...
src/include/switch_sqlite.h
浏览文件 @
e2cae558
...
...
@@ -43,7 +43,7 @@ extern "C" {
/**
* @defgroup switch_sqlite_top Brought To You By SQLite
* @ingroup FREESWITCH
* @ingroup FREESWITCH
* @{
*/
...
...
src/include/switch_stun.h
浏览文件 @
e2cae558
...
...
@@ -31,7 +31,7 @@
*/
/*!
\defgroup stun1 STUN code
\ingroup
FREESWITCH
\ingroup
core1
\{
*/
#ifndef _SWITCH_STUN_PARSER_H
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论