Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
057dcfbc
提交
057dcfbc
authored
6月 27, 2017
作者:
Mike Jerris
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-10427: move mod_java to use swig3.0 so we can reswig on debian9
上级
2db78891
隐藏空白字符变更
内嵌
并排
正在显示
32 个修改的文件
包含
32 行增加
和
32 行删除
+32
-32
Makefile.am
src/mod/languages/mod_java/Makefile.am
+1
-1
API.java
src/mod/languages/mod_java/src/org/freeswitch/swig/API.java
+1
-1
CoreSession.java
...nguages/mod_java/src/org/freeswitch/swig/CoreSession.java
+1
-1
DTMF.java
src/mod/languages/mod_java/src/org/freeswitch/swig/DTMF.java
+1
-1
Event.java
...mod/languages/mod_java/src/org/freeswitch/swig/Event.java
+1
-1
EventConsumer.java
...uages/mod_java/src/org/freeswitch/swig/EventConsumer.java
+1
-1
IVRMenu.java
...d/languages/mod_java/src/org/freeswitch/swig/IVRMenu.java
+1
-1
JavaSession.java
...nguages/mod_java/src/org/freeswitch/swig/JavaSession.java
+1
-1
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
+1
-1
freeswitch.java
...anguages/mod_java/src/org/freeswitch/swig/freeswitch.java
+1
-1
freeswitchJNI.java
...uages/mod_java/src/org/freeswitch/swig/freeswitchJNI.java
+1
-1
input_callback_state_t.java
..._java/src/org/freeswitch/swig/input_callback_state_t.java
+1
-1
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
+1
-1
没有找到文件。
src/mod/languages/mod_java/Makefile.am
浏览文件 @
057dcfbc
...
...
@@ -27,7 +27,7 @@ classes:
reswig
:
rm
-f
switch_swig_wrap.cpp
swig
2
.0
-java
-c
++
-I
../../../include
-package
org.freeswitch.swig
-outdir
src/org/freeswitch/swig
-o
switch_swig_wrap.cpp mod_java.i
swig
3
.0
-java
-c
++
-I
../../../include
-package
org.freeswitch.swig
-outdir
src/org/freeswitch/swig
-o
switch_swig_wrap.cpp mod_java.i
install-data-local
:
cp
freeswitch.jar
$(DESTDIR)
@scriptdir@
...
...
src/mod/languages/mod_java/src/org/freeswitch/swig/API.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/CoreSession.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/DTMF.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/Event.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/EventConsumer.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/IVRMenu.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/JavaSession.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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_JavaVM.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/freeswitch.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/input_callback_state_t.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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/session_flag_t.java
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* 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
浏览文件 @
057dcfbc
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.1
2
* Version
3.0.
2
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论