karlma / fusionpbx

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

after sending fax, there is nothing in the sent fax page #954

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Send fax from fax server
2.check sent link after fax is completed

What is the expected output? What do you see instead?
should have the sent fax information on screen

What version of the product are you using? On what operating system?
Debian 7
svn info
Path: .
Working Copy Root Path: /var/www/fusionpbx
URL: http://fusionpbx.googlecode.com/svn/branches/dev/fusionpbx
Relative URL: ^/branches/dev/fusionpbx
Repository Root: http://fusionpbx.googlecode.com/svn
Repository UUID: e2954ef0-caed-11de-bd98-e341d93cc3cc
Revision: 8491
Node Kind: directory
Schedule: normal
Last Changed Author: markjcrane@gmail.com
Last Changed Rev: 8491
Last Changed Date: 2015-05-13 12:43:30 -0400 (Wed, 13 May 2015)

Please provide any additional information below.

after i send fax and transaction completed, i can also run the code from the 
fax_files.php i get 0 results as below

fusionpbx=# select count(*) as num_rows from v_fax_files where fax_uuid = 
'32f5e570-a580-4441-ac5a-b91835a4a3d0' and domain_uuid = 
'57fa5ebb-95be-4426-9c9f-daaf2b79831a' and fax_mode = 'tx';
 num_rows 
----------
        0
(1 row)

Original issue reported on code.google.com by davidwja...@gmail.com on 13 May 2015 at 5:49

GoogleCodeExporter commented 9 years ago
Update your system fixed a bug with that last night. Then please report back to 
confirm its fixed.

Original comment by markjcrane@gmail.com on 13 May 2015 at 5:55

GoogleCodeExporter commented 9 years ago
I updated 5 minutes before submitting this, you will see in the svn info i 
pasted im at the latest svn rev.

problem still exist.

Original comment by davidwja...@gmail.com on 13 May 2015 at 7:27

GoogleCodeExporter commented 9 years ago
i see in changes you made change to fax_import.php on R8486

I dont have a file called fax_import.php on my whole system

I am at latest version:
/var/www/fusionpbx
<7>:svn update
Updating '.':
At revision 8491.

I run "find / -name fax_import.php" and get nothing.

Iaokes even ran it and doesnt have that file at all either. 

is it maybe the svn update is not downloading it for some reason?

Original comment by davidwja...@gmail.com on 13 May 2015 at 7:42

GoogleCodeExporter commented 9 years ago
You have to manually download the fax_import.php file from the repository. It's 
not included in the project files, as it's to only be used once, during the 3.6 
to 3.8.x upgrade.

Link: https://fusionpbx.googlecode.com/svn/trunk/scripts/upgrade/fax_import.php

Original comment by sevenate on 13 May 2015 at 7:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
There isn't a bug read this
http://wiki.fusionpbx.com/index.php?title=Upgrade#Version_3.6_to_3.8

Original comment by markjcrane@gmail.com on 13 May 2015 at 7:54