Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
cfdc15bc
提交
cfdc15bc
authored
4月 24, 2006
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
dox
git-svn-id:
http://svn.freeswitch.org/svn/freeswitch/trunk@1241
d0543943-73ff-0310-b7d9-9358b9ac24b2
上级
aa750c18
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
4 行增加
和
1 行删除
+4
-1
switch_caller.h
src/include/switch_caller.h
+2
-0
switch_channel.h
src/include/switch_channel.h
+1
-1
switch_rtp.h
src/include/switch_rtp.h
+1
-0
没有找到文件。
src/include/switch_caller.h
浏览文件 @
cfdc15bc
...
...
@@ -148,6 +148,8 @@ SWITCH_DECLARE(void) switch_caller_extension_add_application(switch_core_session
\param network_addr network address
\param ani ANI information
\param ani2 ANI II information
\param rdnis RDNIS
\param source the source
\param destination_number destination number
\return a new profile object allocated from the session's memory pool
*/
...
...
src/include/switch_channel.h
浏览文件 @
cfdc15bc
...
...
@@ -96,7 +96,7 @@ SWITCH_DECLARE(switch_call_cause_t) switch_channel_get_cause(switch_channel *cha
/*!
\brief return a cause string for a given cause
\param the code to check
\param
cause
the code to check
\return the string
*/
SWITCH_DECLARE
(
char
*
)
switch_channel_str2cause
(
switch_call_cause_t
cause
);
...
...
src/include/switch_rtp.h
浏览文件 @
cfdc15bc
...
...
@@ -294,6 +294,7 @@ SWITCH_DECLARE(int) switch_rtp_write_frame(switch_rtp *rtp_session, switch_frame
\param rtp_session the RTP session to write to
\param data data to write
\param datalen the size of the data
\param m set mark bit or not
\param payload the IANA payload number
\param ts then number of bytes to increment the timestamp by
\param mseq the specific sequence number to use
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论