[asterisk-bugs] [JIRA] (ASTERISK-22942) [patch] - Asterisk crashed after Set(FAXOPT(faxdetect)=t38)
adomjan (JIRA)
noreply at issues.asterisk.org
Mon Dec 16 15:05:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213015#comment-213015 ]
adomjan edited comment on ASTERISK-22942 at 12/16/13 3:04 PM:
--------------------------------------------------------------
switch (f->frametype) {
}
--- the break just jump out to here from the switch()
if (f->frametype == AST_FRAME_VOICE) {
f = ast_dsp_process(chan, faxdetect->dsp, f);
and crash
was (Author: adomjan):
switch (f->frametype) {
}
--- the break just jump out from the switch
if (f->frametype == AST_FRAME_VOICE) {
f = ast_dsp_process(chan, faxdetect->dsp, f);
and crash
> [patch] - Asterisk crashed after Set(FAXOPT(faxdetect)=t38)
> -----------------------------------------------------------
>
> Key: ASTERISK-22942
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22942
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_fax
> Affects Versions: 11.6.0
> Environment: Centos 6.5 x86_64
> Reporter: adomjan
> Attachments: bt-full, res_fax.c-_fix_crash_on_t38detect_mode.patch
>
>
> Asterisk crash after set Set(FAXOPT(faxdetect)=t38) Set(FAXOPT(gateway)=yes) and receiving voice frames.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list