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

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Aug 9 07:26:23 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:                     feedback
Asterisk Version:           1.6.2.11-rc2 
JIRA:                       SWP-2011 
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-09 07:26 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.

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

---------------------------------------------------------------------- 
 (0125706) OrNix (reporter) - 2010-08-09 07:26
 https://issues.asterisk.org/view.php?id=17799#c125706 
---------------------------------------------------------------------- 
I've uploaded sip-debug on this call.
Imadsen, may be you are true, but it is rather difficult for users to do
both blind and attended transfers. I think faxdetect works only on
SIP-2-SIP calls and i've got H.323 lines too. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-08-09 07:26 OrNix          Note Added: 0125706                          
======================================================================




More information about the asterisk-bugs mailing list