[asterisk-bugs] [JIRA] (ASTERISK-29167) T.38 fax relay won't pass through local channels in recent versions

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue Nov 17 18:57:16 CST 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=252784#comment-252784 ] 

Asterisk Team commented on ASTERISK-29167:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. Please note that log messages and other files should not be sent to the Sangoma Asterisk Team unless explicitly asked for. All files should be placed on this issue in a sanitized fashion as needed.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

Please note that by submitting data, code, or documentation to Sangoma through JIRA, you accept the Terms of Use present at [https://www.asterisk.org/terms-of-use/|https://www.asterisk.org/terms-of-use/].

> T.38 fax relay won't pass through local channels in recent versions
> -------------------------------------------------------------------
>
>                 Key: ASTERISK-29167
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29167
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_local, Resources/res_pjsip
>    Affects Versions: 16.14.1
>         Environment: Asterisk versions 16.11.1 through 16.14.1 on Ubuntu 18.04 LTS.
>            Reporter: Gregory Massel
>              Labels: fax
>
> In versions up to and including 16.11.1, Asterisk is able to relay T.38 fax through local channels, however, in versions 16.12.0 and later, this functionality no longer works.
> e.g. Fax call initiated from Grandstream/Cisco ATA to Asterisk box 1, received via PJSIP. In dialplan, logic such as 
> [incoming]
> exten => s,1,Dial(Local/100 at outgoing/n)
> [outgoing]
> exten => 100,1,Dial(PJSIP/asterisk_box_2)
> Note that, in this case, Asterisk is NOT invoking T.38 gatewaying functionality; it is merely acting as a T.38 relay (i.e. forwarding T.38 packets between the incoming and outgoing PJSIP channels). Both the ATA and 2nd Asterisk box are able to talk T.38, hence there should be mere passthrough.
> For versions prior to and including 16.11.1, there is a two-way flow of UDPTL packets.
> For versions 16.12.0 and onwards (tested on 16.12.0, 16.13.0, 16.14.0 and 16.14.1), the first Asterisk box simply doesn't send out any UDPTL packets at all. Traces show that the 2nd asterisk box is sending UDPTL but the 1st one is not responding with UDPTL. Eventually the fax transmission dies and the call renegotiates to A-law and hangs up.
> Note that the second Asterisk box in this case is running version 16.14.1 (and tested with older versions as well) but does NOT use Local channels at all. It suffers no such issue, whether using 16.11.1 or 16.14.1. The problem only appears on the 1st Asterisk box, which passes the fax calls through Local channels.
> N.B. This bug was NOT caused by ASTERISK-28900. I have tested by applying that patch to version 16.11.1, and T.38 relay works correctly. So it was something else that changed between 16.11.1 and 16.12.0.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list