FFA is sending only first page

dpack
Posts: 5
Member Since:
2010-04-01

Hi,

I have a tiff file, for example, with 3 pages. When I send a fax I recieve only first page.

[outboundfax]
exten => s,1,NoOp(send a fax)
exten => s,n,Set(FAXOPT(filename)=${FAXFILE})
exten => s,n,Set(FAXOPT(ecm)=yes)
exten => s,n,Set(FAXOPT(headerinfo)=Fax from Dealpak)
exten => s,n,Set(FAXOPT(localstationid)=2442963)
exten => s,n,Set(FAXOPT(maxrate)=14400)
exten => s,n,Set(FAXOPT(minrate)=2400)
exten => s,n,SendFAX(/sysutils/fax.tif,d)
exten => h,1,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)})

Any help?



voipinnovations
Posts: 6
Member Since:
2010-04-09
It is possible that the

It is possible that the receiving fax machine has the timeout settings set too low. You could try checking the timeout settings on both the sending and receiving end and see if that helps. You could also try running a network trace with Wireshark and taking a look at the pcap file for more information as to what is causing the problem. By looking at the pcap, you will be able to see which side initiates the BYE.

Sincerly,

Randy Stegner
Voip NOC Tech

www.voipinnovations.com



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.