[asterisk-bugs] [Asterisk 0017799]: ReceiveFax doesn't work with attended transfer

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Aug 5 05:48:05 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17799 
====================================================================== 
Reported By:                OrNix
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17799
Category:                   Applications/app_fax
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.11-rc2 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-08-04 22:40 CDT
Last Modified:              2010-08-05 05:48 CDT
====================================================================== 
Summary:                    ReceiveFax doesn't work with attended transfer
Description: 
SIP/208 (Panasonic-Fax in Linksys SPA2102) calls SIP/115 (Linksys SPA504G)
with app_dial. SIP/115 answers and presses Xfer-button then dials 158.
After i hear CNG from ReceiveFax, i press Xfer on SPA504G again to complete
transfer. After that SIP/208 and ReceiveFax are connected, but i don't hear
CNG in Panasonic-Fax, so fax transmission from SIP/208 to ReceiveFax
fails.

[fax]
exten => s,1,Answer()
exten =>
s,n,Set(FAXFILE=/mnt/fax_kw12/fax_${STRFTIME(${EPOCH},,%Y-%m-%d_%H-%M-%S)}.tif)
exten => s,n,ReceiveFax(${FAXFILE})
exten => h,1,System(chmod 777 ${FAXFILE})
exten => h,n,NoOp(${FAXSTATUS})
exten => h,n,NoOp(${FAXERROR})

[office1]
exten => _XXX,1,Dial(SIP/${EXTEN},,tT)
exten => 158,1,Goto(fax,s,1)

This scheme doesn't work only with Attended Transfer and works fine with
Blind.

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

---------------------------------------------------------------------- 
 (0125572) pabelanger (manager) - 2010-08-05 05:48
 https://issues.asterisk.org/view.php?id=17799#c125572 
---------------------------------------------------------------------- 
Please upload a complete debug log (see below) so we can triage your
issue.
---
We require a complete debug log to help triage the issue.

This document will provide instructions on how to collect debugging logs
from an Asterisk machine for the purpose of helping bug marshals
troubleshoot an issue:

http://svn.digium.com/svn/asterisk/trunk/doc/HOWTO_collect_debug_information.txt


Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-08-05 05:48 pabelanger     Note Added: 0125572                          
======================================================================




More information about the asterisk-bugs mailing list