[asterisk-bugs] [Asterisk 0013405]: [patch] T38 gateway

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Oct 26 06:21:45 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13405 
====================================================================== 
Reported By:                dafe_von_cetin
Assigned To:                dwaynemh
====================================================================== 
Project:                    Asterisk
Issue ID:                   13405
Category:                   Applications/app_fax
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     confirmed
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 140548 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-08-30 16:44 CDT
Last Modified:              2008-10-26 06:21 CDT
====================================================================== 
Summary:                    [patch] T38 gateway
Description: 
Hi all,

I'm sending you patch containing new application app_faxgateway.c
("FaxGateway") which is able to mediate T30 to T38 and vice versa.
Feature is using spands library (I used spandsp-0.0.4pre18 and
spandsp-0.0.5pre4).

Best regards
Daniel.

====================================================================== 

---------------------------------------------------------------------- 
 (0094285) sroberts (reporter) - 2008-10-26 06:21
 http://bugs.digium.com/view.php?id=13405#c94285 
---------------------------------------------------------------------- 
leroi05: Just edit app_fax.c and change f->data.ptr to f->data for those 3
instances. 

Also, for tc->whentohangup.tv_sec = 0; and tc->whentohangup.tv_usec = 0;
whentohangup is a time_t structure, so you can set whentohangup to 0 (ie
tc->whentohangup = 0;). This worked for me anyway.

These errors don't have anything to with spandsp either as tc is an
ast_channel and f is an ast_frame. Both those errors are caused by
references to members that are clearly no longer part of those structs. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-10-26 06:21 sroberts       Note Added: 0094285                          
======================================================================




More information about the asterisk-bugs mailing list