Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
76f4a10a
提交
76f4a10a
authored
4月 29, 2006
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
dox
git-svn-id:
http://svn.freeswitch.org/svn/freeswitch/trunk@1299
d0543943-73ff-0310-b7d9-9358b9ac24b2
上级
d8df00a0
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
2 行增加
和
13 行删除
+2
-13
switch_caller.h
src/include/switch_caller.h
+1
-0
switch_core.h
src/include/switch_core.h
+1
-6
switch_loadable_module.h
src/include/switch_loadable_module.h
+0
-7
没有找到文件。
src/include/switch_caller.h
浏览文件 @
76f4a10a
...
...
@@ -148,6 +148,7 @@ SWITCH_DECLARE(void) switch_caller_extension_add_application(switch_core_session
\param ani2 ANI II information
\param rdnis RDNIS
\param source the source
\param context a logical context
\param destination_number destination number
\return a new profile object allocated from the session's memory pool
*/
...
...
src/include/switch_core.h
浏览文件 @
76f4a10a
...
...
@@ -432,12 +432,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_read_frame(switch_core_session
*/
SWITCH_DECLARE
(
switch_status
)
switch_core_session_write_frame
(
switch_core_session_t
*
session
,
switch_frame_t
*
frame
,
int
timeout
,
int
stream_id
);
/*!
\brief Send a signal to a channel
\param session session to send signal to
\param sig signal to send
\return status returned by the session's signal handler
*/
SWITCH_DECLARE
(
switch_status
)
switch_core_session_perform_kill_channel
(
switch_core_session_t
*
session
,
const
char
*
file
,
const
char
*
func
,
...
...
src/include/switch_loadable_module.h
浏览文件 @
76f4a10a
...
...
@@ -121,13 +121,6 @@ SWITCH_DECLARE(switch_status) switch_loadable_module_build_dynamic(char *filenam
switch_module_runtime_t
switch_module_runtime
,
switch_module_shutdown_t
switch_module_shutdown
);
/*!
\brief Retrieve the dialplan interface by it's registered name
\param name the name of the dialplan
\return the desired dialplan interface
*/
SWITCH_DECLARE
(
switch_status
)
switch_loadable_module_load_dynamic
(
switch_loadable_module_t
*
new_module
);
/*!
\brief Retrieve the timer interface by it's registered name
\param name the name of the timer
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论