[asterisk-bugs] [Asterisk 0011228]: While working on T38 terminal support for asterisk
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Nov 15 06:55:12 CST 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11228
======================================================================
Reported By: Cache
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 11228
Category: Channels/chan_sip/T.38
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 89214
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-13-2007 03:48 CST
Last Modified: 11-15-2007 06:55 CST
======================================================================
Summary: While working on T38 terminal support for asterisk
Description:
While working on T38 terminal support for asterisk I discovered I can not
properly talk to Calweaver via UDPTL. It was strange because it seem like
their UDPTL implementation have common roots. I found that for some reason
two lines of udptl.c are commented out causing the problem. Attached patch
fixes the issue
======================================================================
----------------------------------------------------------------------
dimas - 11-15-07 06:55
----------------------------------------------------------------------
A bit more fixes. While debugging UDPTL I found that seq numbers in "Sent
UDPTL" log messages are bogus. It appears that ast_udptl has unused field
which is initialized with random value and it is only used for logging
instead of proper (tx_seq_no) field.
udptl-3.patch fixes that (the patch also contains all fixes from
udptl-2.patch)
Issue History
Date Modified Username Field Change
======================================================================
11-15-07 06:55 dimas Note Added: 0073706
======================================================================
More information about the asterisk-bugs
mailing list