[asterisk-bugs] [JIRA] (ASTERISK-21242) Segfault when T.38 re-invite retransmission receives 200 OK
Torrey Searle (JIRA)
noreply at issues.asterisk.org
Mon Nov 25 10:38:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=212216#comment-212216 ]
Torrey Searle commented on ASTERISK-21242:
------------------------------------------
Standard T.38 fax callflow like this should be sufficient
exten => s,n,Set(FAXOPT(maxrate)=9600)
exten => s,n,Set(FAXOPT(modem)=V27,V29)
exten => s,n,Set(FAXOPT(ecm)=yes)
exten => s,n,ReceiveFAX(/tmp/fax.tiff,f)
I've found that the sipp scenario only crashes asterisk about half the time. Moving the rtplay to before sending the ACK might increase the crash success rate a bit
> Segfault when T.38 re-invite retransmission receives 200 OK
> -----------------------------------------------------------
>
> Key: ASTERISK-21242
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21242
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_fax, Resources/res_fax_spandsp
> Affects Versions: 11.2.1
> Environment: CentOS 6.2 x86_64
> Reporter: Ashley Winters
> Assignee: Matt Jordan
> Severity: Critical
> Attachments: always-init-t38.patch, A_PARTY.xml, gdb-t38-retransmission-segfault.txt, t38-retransmission-segfault-debug.log, t38_uac_no_dcn.dump
>
>
> If res_fax falls back to audio after timing out on T.38 upgrade, and chan_sip continues retrying the re-INVITE, and the remote end responds to one of the retransmissions (after res_fax times out) with a 200 OK, a T.38 frame will be delivered to the res_fax_spandsp driver without the t38 subsystem being initialized.
> This results in a segfault.
--
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