Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
f7f7b809
提交
f7f7b809
authored
12月 18, 2010
作者:
Michael S Collins
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
git://git.freeswitch.org/freeswitch
上级
c81a9448
668763f4
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
2 行删除
+6
-2
mod_sofia.c
src/mod/endpoints/mod_sofia/mod_sofia.c
+4
-1
sofia_glue.c
src/mod/endpoints/mod_sofia/sofia_glue.c
+2
-1
没有找到文件。
src/mod/endpoints/mod_sofia/mod_sofia.c
浏览文件 @
f7f7b809
...
...
@@ -1084,7 +1084,7 @@ static switch_status_t sofia_read_frame(switch_core_session_t *session, switch_f
tech_pvt
->
last_ts
=
0
;
/* inform them of the codec they are actually sending */
#if 0
if (++tech_pvt->codec_reinvites > 2) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING,
"Ok, some devices *cough* X-lite *cough*\n"
...
...
@@ -1093,7 +1093,10 @@ static switch_status_t sofia_read_frame(switch_core_session_t *session, switch_f
} else {
sofia_glue_do_invite(session);
}
#endif
*
frame
=
&
silence_frame
;
return
SWITCH_STATUS_SUCCESS
;
}
}
...
...
src/mod/endpoints/mod_sofia/sofia_glue.c
浏览文件 @
f7f7b809
...
...
@@ -2669,7 +2669,8 @@ switch_status_t sofia_glue_tech_set_codec(private_object_t *tech_pvt, int force)
tech_pvt
->
rm_encoding
,
tech_pvt
->
codec_ms
,
tech_pvt
->
rm_rate
);
switch_yield
(
tech_pvt
->
read_impl
.
microseconds_per_packet
);
switch_core_session_lock_codec_write
(
tech_pvt
->
session
);
switch_core_session_lock_codec_read
(
tech_pvt
->
session
);
resetting
=
1
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论