[Home]

Summary:ASTERISK-17300: [patch] Fax with T.38 enabled doesn't work over ooh323
Reporter:Magnus Benngard (benngard2)Labels:
Date Opened:2011-01-28 00:32:09.000-0600Date Closed:2011-05-14 07:13:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/chan_ooh323
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) issue-18693.patch
Description:Setup as below:
Fax1 - Avaya - ooh323 - Asterisk - SPA2102 - Fax2
When enable T.38 in the Avaya and try to send a fax from Fax1 to Fax2 that doesn't work.
If i downgrade to Asterisk SVN-trunk-r280589M it is working.
Comments:By: Alexander Anikin (may213) 2011-02-10 16:14:50.000-0600

chan_ooh323 doesn't fill important data of t38_parameters structure now.
I'll produce complete patch for this some later but workaround found already.



By: Alexander Anikin (may213) 2011-03-14 16:38:16

Patch uploaded. Patch provide few but enough functionality for t.38 negotiation between channel and core asterisk layer. FarMaxDatagram and t.38 version are transferred from protocol to t38parameters structure.
Send/RcvFax apps tested and work ok.

By: Digium Subversion (svnbot) 2011-03-14 16:45:54

Repository: asterisk
Revision: 310734

U   branches/1.8/addons/chan_ooh323.c
U   branches/1.8/addons/ooh323c/src/ooCalls.h
U   branches/1.8/addons/ooh323c/src/ooCapability.c

------------------------------------------------------------------------
r310734 | may | 2011-03-14 16:45:54 -0500 (Mon, 14 Mar 2011) | 12 lines

Introduce t.38 parameters control functionality not full but enough for
Send/RcvFax support

Introduce t.38 controls between asterisk core and channel/proto layers.
Not all parameters are transferred from proto layers but *Fax apps
tested and work ok.

(issue ASTERISK-17300)
Reported by: benngard2
Patches:
     issue-18693.patch uploaded by may213 (license 454)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=310734

By: Digium Subversion (svnbot) 2011-03-14 16:51:36

Repository: asterisk
Revision: 310735

_U  trunk/
U   trunk/addons/chan_ooh323.c
U   trunk/addons/ooh323c/src/ooCalls.h
U   trunk/addons/ooh323c/src/ooCapability.c

------------------------------------------------------------------------
r310735 | may | 2011-03-14 16:51:36 -0500 (Mon, 14 Mar 2011) | 20 lines

Merged revisions 310734 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
(closes issue ASTERISK-17300)

........
 r310734 | may | 2011-03-15 00:45:53 +0300 (Tue, 15 Mar 2011) | 12 lines
 
 Introduce t.38 parameters control functionality not full but enough for
 Send/RcvFax support
 
 Introduce t.38 controls between asterisk core and channel/proto layers.
 Not all parameters are transferred from proto layers but *Fax apps
 tested and work ok.
 
 (issue ASTERISK-17300)
 Reported by: benngard2
 Patches:
       issue-18693.patch uploaded by may213 (license 454)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=310735