Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
77671c04
提交
77671c04
authored
9月 09, 2010
作者:
Steve Underwood
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
I messed up the last spandsp update, by missing 2 header files. This should
fix things.
上级
6875a971
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
13 行删除
+6
-13
t30.h
libs/spandsp/src/spandsp/private/t30.h
+2
-13
t30.h
libs/spandsp/src/spandsp/t30.h
+4
-0
没有找到文件。
libs/spandsp/src/spandsp/private/t30.h
浏览文件 @
77671c04
...
@@ -60,10 +60,8 @@ struct t30_state_s
...
@@ -60,10 +60,8 @@ struct t30_state_s
int
supported_t30_features
;
int
supported_t30_features
;
/*! \brief TRUE is ECM mode handling is enabled. */
/*! \brief TRUE is ECM mode handling is enabled. */
int
ecm_allowed
;
int
ecm_allowed
;
#if 0
/*! \brief TRUE if we are capable of retransmitting pages */
/*! \brief TRUE if we are capable of retransmitting pages */
int
retransmit_capable
;
int
retransmit_capable
;
#endif
/*! \brief The received DCS, formatted as an ASCII string, for inclusion
/*! \brief The received DCS, formatted as an ASCII string, for inclusion
in the TIFF file. */
in the TIFF file. */
...
@@ -71,12 +69,12 @@ struct t30_state_s
...
@@ -71,12 +69,12 @@ struct t30_state_s
/*! \brief The text which will be used in FAX page header. No text results
/*! \brief The text which will be used in FAX page header. No text results
in no header line. */
in no header line. */
char
header_info
[
T30_MAX_PAGE_HEADER_INFO
+
1
];
char
header_info
[
T30_MAX_PAGE_HEADER_INFO
+
1
];
#if 0
/*! \brief TRUE for FAX page headers to overlay (i.e. replace) the beginning of the
/*! \brief TRUE for FAX page headers to overlay (i.e. replace) the beginning of the
page image. FALSE for FAX page headers to add to the overall length of
page image. FALSE for FAX page headers to add to the overall length of
the page. */
the page. */
int
header_overlays_image
;
int
header_overlays_image
;
#endif
/*! \brief TRUE if remote T.30 procedural interrupts are allowed. */
int
remote_interrupts_allowed
;
/*! \brief The information fields received. */
/*! \brief The information fields received. */
t30_exchanged_info_t
rx_info
;
t30_exchanged_info_t
rx_info
;
...
@@ -207,13 +205,6 @@ struct t30_state_s
...
@@ -207,13 +205,6 @@ struct t30_state_s
/*! \brief This is only used in full duplex (e.g. ISDN) modes. */
/*! \brief This is only used in full duplex (e.g. ISDN) modes. */
int
timer_t8
;
int
timer_t8
;
/* These fields are guessed based on compiler error forensics, I added them to fix the build -anthm */
int
remote_interrupts_allowed
;
int
rtp_events
;
int
rtn_events
;
int
retransmit_capable
;
/* end guessed fields */
/*! \brief TRUE once the far end FAX entity has been detected. */
/*! \brief TRUE once the far end FAX entity has been detected. */
int
far_end_detected
;
int
far_end_detected
;
...
@@ -283,12 +274,10 @@ struct t30_state_s
...
@@ -283,12 +274,10 @@ struct t30_state_s
/*! \brief The current completion status. */
/*! \brief The current completion status. */
int
current_status
;
int
current_status
;
#if 0
/*! \brief The number of RTP events */
/*! \brief The number of RTP events */
int
rtp_events
;
int
rtp_events
;
/*! \brief The number of RTN events */
/*! \brief The number of RTN events */
int
rtn_events
;
int
rtn_events
;
#endif
/*! \brief the FCF2 field of the last PPS message we received. */
/*! \brief the FCF2 field of the last PPS message we received. */
uint8_t
last_pps_fcf2
;
uint8_t
last_pps_fcf2
;
...
...
libs/spandsp/src/spandsp/t30.h
浏览文件 @
77671c04
...
@@ -682,6 +682,10 @@ SPAN_DECLARE(void) t30_get_transfer_statistics(t30_state_t *s, t30_stats_t *t);
...
@@ -682,6 +682,10 @@ SPAN_DECLARE(void) t30_get_transfer_statistics(t30_state_t *s, t30_stats_t *t);
\param state TRUE to enable interrupt request, else FALSE. */
\param state TRUE to enable interrupt request, else FALSE. */
SPAN_DECLARE
(
void
)
t30_local_interrupt_request
(
t30_state_t
*
s
,
int
state
);
SPAN_DECLARE
(
void
)
t30_local_interrupt_request
(
t30_state_t
*
s
,
int
state
);
/*! Allow remote interrupts of FAX exchange.
\brief Allow remote interrupts of FAX exchange.
\param s The T.30 context.
\param state TRUE to allow interruptd, else FALSE. */
SPAN_DECLARE
(
void
)
t30_remote_interrupts_allowed
(
t30_state_t
*
s
,
int
state
);
SPAN_DECLARE
(
void
)
t30_remote_interrupts_allowed
(
t30_state_t
*
s
,
int
state
);
#if defined(__cplusplus)
#if defined(__cplusplus)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论