[asterisk-bugs] [Asterisk 0015649]: T38 Faxing failing on 1.6.1 svn
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Aug 11 06:34:03 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15649
======================================================================
Reported By: dazza76
Assigned To: kpfleming
======================================================================
Project: Asterisk
Issue ID: 15649
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.6.1.1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!): 209900
Request Review:
======================================================================
Date Submitted: 2009-08-04 06:28 CDT
Last Modified: 2009-08-11 06:34 CDT
======================================================================
Summary: T38 Faxing failing on 1.6.1 svn
Description:
I am attempting to send faxes via t.38 through 2 asterisk servers
i.e
patton -> asterisk 1.6.1 -> asterisk 1.6.1 -> carrier
what i have noticed is the fax negotiates but no data seems to make it,
when watching the console the below lines appear
this does not happen on 1.6.1.1 or 1.6.1.2 but does happen on the svn rev
209900
the reason for the upgrade is the due to a segfault of ulaw fallback on 1
carrier i.e issue 15290
Please let me know what log files are required.
======================================================================
----------------------------------------------------------------------
(0108896) kpfleming (administrator) - 2009-08-11 06:34
https://issues.asterisk.org/view.php?id=15649#c108896
----------------------------------------------------------------------
It's much easier to use tcpdump than tethereal, first of all. Second, if
you have traffic going out this 'external interface', then capturing only
on eth0 is not going to get all of the SIP traffic.
I would suggest something like this, assuming you are running on Linux:
$ tcpdump -i any -n -s 0 -w ~/t38-1.6.pcap udp port 5060
This should get all traffic on any ports that is UDP and on UDP port 5060.
Issue History
Date Modified Username Field Change
======================================================================
2009-08-11 06:34 kpfleming Note Added: 0108896
======================================================================
More information about the asterisk-bugs
mailing list