karlma / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

FAX to mail #929

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create FAX server with extension and emailadress
2. Enable fax detection on destination
3. Sent fax to destination

What is the expected output? What do you see instead?
Receiving the fax in my mailbox
> Fax receive fails every time
> Log: mod_spandsp_fax.c:518 Fax processing not successful - result (48) 
Disconnected after permitted retries. 

What version of the product are you using? On what operating system?
revision 8293

Please provide any additional information below.
Contact me for detailed log file

Original issue reported on code.google.com by david.va...@gmail.com on 19 Apr 2015 at 7:29

GoogleCodeExporter commented 9 years ago
If a physical fax machine isn't involved, and all you're trying to do is have 
inbound faxes delivered to an email address, you shouldn't enable "Fax 
Detection".  Others are welcome to correct me if I'm off, but I have my own 
system working this way WITHOUT fax detection enabled.

Original comment by sevenate on 20 Apr 2015 at 12:18

GoogleCodeExporter commented 9 years ago
I believe you need fax detection if you want to share the same destination for 
both fax and voice.

Original comment by nysoluti...@gmail.com on 20 Apr 2015 at 12:33

GoogleCodeExporter commented 9 years ago
It is a fax only extension. And I suppose there is something wrong with inbound 
handling. Strange thing is, when sending a fax from that extension to itself, 
everything works fine. The fax is emailed to the given mailaddress.

Original comment by david.va...@gmail.com on 20 Apr 2015 at 5:47

GoogleCodeExporter commented 9 years ago
2. Enable fax detection on destination
"It is a fax only extension." - david

Fax detection on a fax only DID is not logical. Lets think about what it does. 
The call is sent to the fax server and then fax detection takes it away when it 
detects it is a fax and sends it to the fax server over again. Fax detection is 
only when you are trying to use it for voice and fax. For best results you 
would use a dedicated DID/DDI per fax server.

Original comment by markjcrane@gmail.com on 21 Apr 2015 at 6:42