[asterisk-bugs] [Asterisk 0017799]: ReceiveFax doesn't work with attended transfer
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Apr 6 08:08:30 CDT 2011
The following issue has been CLOSED
======================================================================
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: closed
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:
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2010-08-04 22:40 CDT
Last Modified: 2011-04-06 08:08 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-04-06 08:08 lmadsen Status feedback => closed
======================================================================
More information about the asterisk-bugs
mailing list