Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
34f5994a
提交
34f5994a
authored
6月 16, 2015
作者:
Brian West
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
swigall
上级
b51e988e
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
39 个修改的文件
包含
6192 行增加
和
4809 行删除
+6192
-4809
API.java
src/mod/languages/mod_java/src/org/freeswitch/swig/API.java
+7
-5
CoreSession.java
...nguages/mod_java/src/org/freeswitch/swig/CoreSession.java
+7
-5
DTMF.java
src/mod/languages/mod_java/src/org/freeswitch/swig/DTMF.java
+7
-5
Event.java
...mod/languages/mod_java/src/org/freeswitch/swig/Event.java
+7
-5
EventConsumer.java
...uages/mod_java/src/org/freeswitch/swig/EventConsumer.java
+7
-5
IVRMenu.java
...d/languages/mod_java/src/org/freeswitch/swig/IVRMenu.java
+7
-5
JavaSession.java
...nguages/mod_java/src/org/freeswitch/swig/JavaSession.java
+8
-6
SWIGTYPE_p_JavaVM.java
...s/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_JavaVM.java
+1
-1
SWIGTYPE_p_int.java
...ages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_int.java
+1
-1
SWIGTYPE_p_p_switch_event_node_t.java
...org/freeswitch/swig/SWIGTYPE_p_p_switch_event_node_t.java
+1
-1
SWIGTYPE_p_switch_call_cause_t.java
...c/org/freeswitch/swig/SWIGTYPE_p_switch_call_cause_t.java
+1
-1
SWIGTYPE_p_switch_channel_state_t.java
...rg/freeswitch/swig/SWIGTYPE_p_switch_channel_state_t.java
+1
-1
SWIGTYPE_p_switch_channel_t.java
.../src/org/freeswitch/swig/SWIGTYPE_p_switch_channel_t.java
+1
-1
SWIGTYPE_p_switch_core_session_t.java
...org/freeswitch/swig/SWIGTYPE_p_switch_core_session_t.java
+1
-1
SWIGTYPE_p_switch_event_t.java
...va/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_t.java
+1
-1
SWIGTYPE_p_switch_event_types_t.java
.../org/freeswitch/swig/SWIGTYPE_p_switch_event_types_t.java
+1
-1
SWIGTYPE_p_switch_input_args_t.java
...c/org/freeswitch/swig/SWIGTYPE_p_switch_input_args_t.java
+1
-1
SWIGTYPE_p_switch_input_type_t.java
...c/org/freeswitch/swig/SWIGTYPE_p_switch_input_type_t.java
+1
-1
SWIGTYPE_p_switch_priority_t.java
...src/org/freeswitch/swig/SWIGTYPE_p_switch_priority_t.java
+1
-1
SWIGTYPE_p_switch_queue_t.java
...va/src/org/freeswitch/swig/SWIGTYPE_p_switch_queue_t.java
+1
-1
SWIGTYPE_p_switch_state_handler_table_t.java
...eswitch/swig/SWIGTYPE_p_switch_state_handler_table_t.java
+1
-1
SWIGTYPE_p_switch_status_t.java
...a/src/org/freeswitch/swig/SWIGTYPE_p_switch_status_t.java
+1
-1
SWIGTYPE_p_switch_stream_handle_t.java
...rg/freeswitch/swig/SWIGTYPE_p_switch_stream_handle_t.java
+1
-1
SWIGTYPE_p_uint32_t.java
...mod_java/src/org/freeswitch/swig/SWIGTYPE_p_uint32_t.java
+1
-1
SWIGTYPE_p_void.java
...ges/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_void.java
+1
-1
Stream.java
...od/languages/mod_java/src/org/freeswitch/swig/Stream.java
+7
-5
freeswitch.java
...anguages/mod_java/src/org/freeswitch/swig/freeswitch.java
+1
-1
freeswitchJNI.java
...uages/mod_java/src/org/freeswitch/swig/freeswitchJNI.java
+3
-3
input_callback_state_t.java
..._java/src/org/freeswitch/swig/input_callback_state_t.java
+7
-5
session_flag_t.java
...ages/mod_java/src/org/freeswitch/swig/session_flag_t.java
+1
-1
switch_swig_wrap.cpp
src/mod/languages/mod_java/switch_swig_wrap.cpp
+109
-127
mod_lua_wrap.cpp
src/mod/languages/mod_lua/mod_lua_wrap.cpp
+1622
-1544
freeswitch_wrap.cxx
src/mod/languages/mod_managed/freeswitch_wrap.cxx
+295
-13
swig.cs
src/mod/languages/mod_managed/managed/swig.cs
+269
-17
freeswitch.pm
src/mod/languages/mod_perl/freeswitch.pm
+6
-5
mod_perl_wrap.cpp
src/mod/languages/mod_perl/mod_perl_wrap.cpp
+573
-547
freeswitch.py
src/mod/languages/mod_python/freeswitch.py
+166
-102
mod_python_wrap.cpp
src/mod/languages/mod_python/mod_python_wrap.cpp
+1466
-862
mod_lua_wrap.cpp
src/mod/legacy/languages/mod_lua/mod_lua_wrap.cpp
+1599
-1523
没有找到文件。
src/mod/languages/mod_java/src/org/freeswitch/swig/API.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -26,11 +26,13 @@ public class API {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_API
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_API
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
}
public
API
(
CoreSession
s
)
{
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/CoreSession.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -26,11 +26,13 @@ public class CoreSession {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_CoreSession
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_CoreSession
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
}
public
void
setSession
(
SWIGTYPE_p_switch_core_session_t
value
)
{
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/DTMF.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -26,11 +26,13 @@ public class DTMF {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_DTMF
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_DTMF
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
}
public
void
setDigit
(
char
value
)
{
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/Event.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -26,11 +26,13 @@ public class Event {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_Event
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_Event
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
}
public
void
setEvent
(
SWIGTYPE_p_switch_event_t
value
)
{
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/EventConsumer.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -26,11 +26,13 @@ public class EventConsumer {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_EventConsumer
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_EventConsumer
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
}
public
void
setEvents
(
SWIGTYPE_p_switch_queue_t
value
)
{
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/IVRMenu.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -26,11 +26,13 @@ public class IVRMenu {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_IVRMenu
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_IVRMenu
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
}
public
IVRMenu
(
IVRMenu
main
,
String
name
,
String
greeting_sound
,
String
short_greeting_sound
,
String
invalid_sound
,
String
exit_sound
,
String
transfer_sound
,
String
confirm_macro
,
String
confirm_key
,
String
tts_engine
,
String
tts_voice
,
int
confirm_attempts
,
int
inter_timeout
,
int
digit_len
,
int
timeout
,
int
max_failures
,
int
max_timeouts
)
{
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/JavaSession.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -12,7 +12,7 @@ public class JavaSession extends CoreSession {
private
long
swigCPtr
;
protected
JavaSession
(
long
cPtr
,
boolean
cMemoryOwn
)
{
super
(
freeswitchJNI
.
SWIGJavaSession
Upcast
(
cPtr
),
cMemoryOwn
);
super
(
freeswitchJNI
.
JavaSession_SWIG
Upcast
(
cPtr
),
cMemoryOwn
);
swigCPtr
=
cPtr
;
}
...
...
@@ -25,11 +25,13 @@ public class JavaSession extends CoreSession {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_JavaSession
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_JavaSession
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
super
.
delete
();
}
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_JavaVM.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_int.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_p_switch_event_node_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_call_cause_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_channel_state_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_channel_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_core_session_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_event_types_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_input_args_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_input_type_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_priority_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_queue_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_state_handler_table_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_status_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_switch_stream_handle_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_uint32_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/SWIGTYPE_p_void.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/Stream.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -26,11 +26,13 @@ public class Stream {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_Stream
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_Stream
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
}
public
Stream
()
{
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/freeswitch.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/freeswitchJNI.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -8,7 +8,7 @@
package
org
.
freeswitch
.
swig
;
class
freeswitchJNI
{
public
class
freeswitchJNI
{
public
final
static
native
void
setGlobalVariable
(
String
jarg1
,
String
jarg2
);
public
final
static
native
String
getGlobalVariable
(
String
jarg1
);
public
final
static
native
void
consoleLog
(
String
jarg1
,
String
jarg2
);
...
...
@@ -183,5 +183,5 @@ class freeswitchJNI {
public
final
static
native
void
JavaSession_check_hangup_hook
(
long
jarg1
,
JavaSession
jarg1_
);
public
final
static
native
long
JavaSession_run_dtmf_callback
(
long
jarg1
,
JavaSession
jarg1_
,
long
jarg2
,
long
jarg3
);
public
final
static
native
int
JavaSession_originate
(
long
jarg1
,
JavaSession
jarg1_
,
long
jarg2
,
JavaSession
jarg2_
,
String
jarg3
,
int
jarg4
);
public
final
static
native
long
SWIGJavaSession
Upcast
(
long
jarg1
);
public
final
static
native
long
JavaSession_SWIG
Upcast
(
long
jarg1
);
}
src/mod/languages/mod_java/src/org/freeswitch/swig/input_callback_state_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
@@ -26,11 +26,13 @@ public class input_callback_state_t {
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
&&
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_input_callback_state_t
(
swigCPtr
);
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
freeswitchJNI
.
delete_input_callback_state_t
(
swigCPtr
);
}
swigCPtr
=
0
;
}
swigCPtr
=
0
;
}
public
void
setFunction
(
SWIGTYPE_p_void
value
)
{
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/session_flag_t.java
浏览文件 @
34f5994a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
1.3.35
* Version
2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
...
...
src/mod/languages/mod_java/switch_swig_wrap.cpp
浏览文件 @
34f5994a
差异被折叠。
点击展开。
src/mod/languages/mod_lua/mod_lua_wrap.cpp
浏览文件 @
34f5994a
差异被折叠。
点击展开。
src/mod/languages/mod_managed/freeswitch_wrap.cxx
浏览文件 @
34f5994a
差异被折叠。
点击展开。
src/mod/languages/mod_managed/managed/swig.cs
浏览文件 @
34f5994a
差异被折叠。
点击展开。
src/mod/languages/mod_perl/freeswitch.pm
浏览文件 @
34f5994a
# This file was automatically generated by SWIG (http://www.swig.org).
# Version
1.3.35
# Version
2.0.12
#
# Don't modify this file, modify the SWIG interface instead.
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.
package
freeswitch
;
require
Exporter
;
@ISA
=
qw(Exporter)
;
use
base
qw(Exporter)
;
package
freeswitchc
;
package
freeswitchc
;
boot_freeswitch
();
package
freeswitch
;
@EXPORT
=
qw(
)
;
@EXPORT
=
qw()
;
# ---------- BASE METHODS -------------
...
...
src/mod/languages/mod_perl/mod_perl_wrap.cpp
浏览文件 @
34f5994a
差异被折叠。
点击展开。
src/mod/languages/mod_python/freeswitch.py
浏览文件 @
34f5994a
差异被折叠。
点击展开。
src/mod/languages/mod_python/mod_python_wrap.cpp
浏览文件 @
34f5994a
差异被折叠。
点击展开。
src/mod/legacy/languages/mod_lua/mod_lua_wrap.cpp
浏览文件 @
34f5994a
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论