Issue with send fax

Raven

New Member
Jul 9, 2019
11
1
3
41
Attempted to send a fax. The fax to 2132942943 was successfully delivered, but an error occurred when sending to 5199712011.
1752792164770.png
 
The screenshot demonstrates that you are still on the old version. Go to the dashboard and look at the bottom popup; it shows your current version.

How did you update?

The correct procedure is
Code:
cd /var/www/fspbx
git pull
php artisan app:update


Then check your version again. It should say 0.9.61 or later.

1752862387012.png
 
Great, now it is works. Previously, I was unable to update due to the error: "Your local changes to the following files would be overwritten by merge: resources/lua/cnam_lookup.lua." Now it's resolved. Thank you.