Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
64952096
提交
64952096
authored
7月 12, 2006
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tweak pt 2
git-svn-id:
http://svn.freeswitch.org/svn/freeswitch/trunk@1851
d0543943-73ff-0310-b7d9-9358b9ac24b2
上级
3e85edb2
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
switch_swig_wrap.c
src/mod/languages/mod_perl/switch_swig_wrap.c
+9
-9
没有找到文件。
src/mod/languages/mod_perl/switch_swig_wrap.c
浏览文件 @
64952096
...
...
@@ -992,7 +992,7 @@ SWIG_Perl_SetModule(swig_module_info *module) {
/* -------- TYPES TABLE (BEGIN) -------- */
#define SWIGTYPE_p_switch_core_session_t swig_types[0]
#define SWIGTYPE_p_switch_
dtmf
_callback_function_t swig_types[1]
#define SWIGTYPE_p_switch_
input
_callback_function_t swig_types[1]
static
swig_type_info
*
swig_types
[
3
];
static
swig_module_info
swig_module
=
{
swig_types
,
2
,
0
,
0
,
0
,
0
};
#define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
...
...
@@ -1408,7 +1408,7 @@ XS(_wrap_fs_ivr_play_file) {
switch_core_session_t
*
arg1
=
(
switch_core_session_t
*
)
0
;
char
*
arg2
=
(
char
*
)
0
;
char
*
arg3
=
(
char
*
)
0
;
switch_
dtmf
_callback_function_t
arg4
;
switch_
input
_callback_function_t
arg4
;
void
*
arg5
=
(
void
*
)
0
;
unsigned
int
arg6
;
int
result
;
...
...
@@ -1428,9 +1428,9 @@ XS(_wrap_fs_ivr_play_file) {
if
(
!
SvOK
((
SV
*
)
ST
(
2
)))
arg3
=
0
;
else
arg3
=
(
char
*
)
SvPV
(
ST
(
2
),
PL_na
);
{
switch_
dtmf
_callback_function_t
*
argp
;
if
(
SWIG_ConvertPtr
(
ST
(
3
),(
void
**
)
&
argp
,
SWIGTYPE_p_switch_
dtmf
_callback_function_t
,
0
)
<
0
)
{
SWIG_croak
(
"Type error in argument 4 of fs_ivr_play_file. Expected _p_switch_
dtmf
_callback_function_t"
);
switch_
input
_callback_function_t
*
argp
;
if
(
SWIG_ConvertPtr
(
ST
(
3
),(
void
**
)
&
argp
,
SWIGTYPE_p_switch_
input
_callback_function_t
,
0
)
<
0
)
{
SWIG_croak
(
"Type error in argument 4 of fs_ivr_play_file. Expected _p_switch_
input
_callback_function_t"
);
}
arg4
=
*
argp
;
}
...
...
@@ -1456,19 +1456,19 @@ XS(_wrap_fs_ivr_play_file) {
/* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
static
swig_type_info
_swigt__p_switch_core_session_t
=
{
"_p_switch_core_session_t"
,
"switch_core_session_t *"
,
0
,
0
,
0
};
static
swig_type_info
_swigt__p_switch_
dtmf_callback_function_t
=
{
"_p_switch_dtmf_callback_function_t"
,
"switch_dtmf
_callback_function_t *"
,
0
,
0
,
0
};
static
swig_type_info
_swigt__p_switch_
input_callback_function_t
=
{
"_p_switch_input_callback_function_t"
,
"switch_input
_callback_function_t *"
,
0
,
0
,
0
};
static
swig_type_info
*
swig_type_initial
[]
=
{
&
_swigt__p_switch_core_session_t
,
&
_swigt__p_switch_
dtmf
_callback_function_t
,
&
_swigt__p_switch_
input
_callback_function_t
,
};
static
swig_cast_info
_swigc__p_switch_core_session_t
[]
=
{
{
&
_swigt__p_switch_core_session_t
,
0
,
0
,
0
},{
0
,
0
,
0
,
0
}};
static
swig_cast_info
_swigc__p_switch_
dtmf_callback_function_t
[]
=
{
{
&
_swigt__p_switch_dtmf
_callback_function_t
,
0
,
0
,
0
},{
0
,
0
,
0
,
0
}};
static
swig_cast_info
_swigc__p_switch_
input_callback_function_t
[]
=
{
{
&
_swigt__p_switch_input
_callback_function_t
,
0
,
0
,
0
},{
0
,
0
,
0
,
0
}};
static
swig_cast_info
*
swig_cast_initial
[]
=
{
_swigc__p_switch_core_session_t
,
_swigc__p_switch_
dtmf
_callback_function_t
,
_swigc__p_switch_
input
_callback_function_t
,
};
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论