[Home]

Summary:ASTERISK-11498: Zap channel can't hangup
Reporter:Balgansuren Batsukh (balgaa)Labels:
Date Opened:2008-02-24 00:40:06.000-0600Date Closed:2011-06-07 14:08:05
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have installed asterisk-1.4.17 with spandsp-0.0.4pre16 and app_rxfax/app_txfax.

It seems fax received successfully from Zap channel and saved into .tiff file.

But Zap channel didn't hangup after finish fax received.

My extensions.conf

[towerfax]
exten => s,1,Wait(2)
exten => s,n,NoOp
exten => s,n,NoOp(${CALLERID(all)})
exten => s,n,NoOp(${CALLERID(num)})
exten => s,n,Set(FAXFILE=/tmp/fax_${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}.tif)
exten => s,n,rxfax(${FAXFILE})
exten => s,n,Hangup
exten => h,1,Hangup
exten => i,1,Hangup
exten => t,1,Hangup

Is there any problem with configuration or app_rxfax?

How can I fix it?
Comments:By: Jason Parker (jparker) 2008-02-24 10:28:27.000-0600

rxfax is not something we can fix.  Please report this issue to the maintainer of that application.