Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
072bf5ad
提交
072bf5ad
authored
8月 20, 2010
作者:
root
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
set network_addr of caller profile to signaling ip address. (requested by Steven Ayre)
上级
77e2dccf
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
5 行增加
和
1 行删除
+5
-1
changes.txt
src/mod/endpoints/mod_h323/changes.txt
+1
-0
mod_h323.cpp
src/mod/endpoints/mod_h323/mod_h323.cpp
+4
-1
没有找到文件。
src/mod/endpoints/mod_h323/changes.txt
浏览文件 @
072bf5ad
set network_addr of caller profile to signaling ip address. (requested by Steven Ayre)
move PTrace level set to FSH323EndPoint::Initialise
partially apply patch from from Peter Olsson, Remove UnLock() when TryLock() failed and DEBUG_RTP_PACKETS directive.
apply changes from mod_h323-patch.diff by Peter Olsson.
...
...
src/mod/endpoints/mod_h323/mod_h323.cpp
浏览文件 @
072bf5ad
...
...
@@ -870,6 +870,9 @@ H323Connection::AnswerCallResponse FSH323Connection::OnAnswerCall(const PString
switch_log_printf
(
SWITCH_CHANNEL_LOG
,
SWITCH_LOG_NOTICE
,
"Called-Party-Number = %s
\n
"
,(
const
char
*
)
called
);
}
}
PIPSocket
::
Address
remote_network_addr
;
GetSignallingChannel
()
->
GetRemoteAddress
().
GetIpAddress
(
remote_network_addr
);
switch_caller_profile_t
*
caller_profile
=
switch_caller_profile_new
(
switch_core_session_get_pool
(
m_fsSession
),
NULL
,
...
...
@@ -880,7 +883,7 @@ H323Connection::AnswerCallResponse FSH323Connection::OnAnswerCall(const PString
/** caller_id_name */
GetRemotePartyNumber
(),
/** caller_id_number */
NULL
,
remote_network_addr
.
AsString
()
,
/** network addr */
NULL
,
/** ANI */
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论