Search results

  1. N

    Voicemail to Email notification not working

    Hi, for me doesnt work, i have installed both as systemd service: fax_queue.service - FusionPBX FAX Queue Loaded: loaded (/etc/systemd/system/fax_queue.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2022-05-26 16:28:44 CEST; 1 weeks 3 days ago Process: 780...
  2. N

    Received faxes are not sent by eMail, but sent ones are.

    My editing: end freeswitch.consoleLog("notice", "[fax] command: " .. cmd .. "\n"); result = api:executeString(cmd); os.execute(cmd); <-I added this line according previuous posts, is right?
  3. N

    Received faxes are not sent by eMail, but sent ones are.

    I have the same problem and also in mine the suggested fix line is missing
  4. N

    Received or sent fax email attachment not working anymore

    Hi, recently we have update some of the our fusionpbx instances, we have lost the fax email attachments. The fax are sent and received correctly but we can unable to receive email with attachments. In email queue i can see the outgoing email with the status "failed" retry 3 Voicemail emails...
  5. N

    Fax mail queue not working anymore

    The strage thing is that: if i receive a vocal message in voicemail, the system is able to send email with audio attached without problem.
  6. N

    Fax mail queue not working anymore

    Hi, recently we have update our fusionpbx server, via systemd services we have installed the new services /etc/systemd/system/fax_queue.service and /etc/systemd/system/email_queue.service We can receive and send new faxes, but the auto email sending with attached fax not working anymore. In...
  7. N

    Importing audio not work

    Tomorrow i will check. This instance is new I haven't touched any permissions in the group manager yet. The default parameters should automatically create subfolders. At least it should be that is why I reported it to you as a bug. When I upload the audio I am logged in as superadmin.
  8. N

    Importing audio not work

    No it is the first thing i checked the owner is www-data:www-data. The directory is empty. I have solved adding a subdirectory with the name of subdomain. in this way it work but a new domain doesnt create his subdirectory automatically.
  9. N

    Importing audio not work

    Hi, i have just installed a new fusionpbx server (Ubuntu server lts and fusionpbx install script like all of my other istance) I think the latest version has a bug. When i open app recording and i import a wav file it say success but i cant see the file: I have do some attempts with several...
  10. N

    Call forward not work

    Yes i have do some test with outbound prefix "0" nothing seems to work :(
  11. N

    Call forward not work

    I tried to change strategy as you suggested I made several attempts but it just doesn't want to work, now I also have another client who complains about the same problem. I don't know how to fix it.
  12. N

    Call forward not work

    If I activate call forwarding for the entire ring group I get the busy tone if I call from outside, if instead I activate call forwarding for a single extension inside that ring group the other phones ring, he does not because he is forwarded to a mobile phone but the mobile phone does not ring...
  13. N

    Call forward not work

    Hi thanks for the reply, the ring group has strategy parallel.
  14. N

    Call forward not work

    Hi, I am having problems with call forwards with fusionpbx, I have many clients,hotels, etc.. to whom it works correctly, but from one client in particular the call forwards do not work the server (cloud) is programmed in the same way as the others who do not have this problem. In practice, an...
  15. N

    I have multiple registration from the same phone.

    Hi. I have a problem with my voip setup. It happens very often that individual phones open multiple registrations on different ports and times. When this happens the phones stop working or malfunction. Phones have set registration timeout by default, I don't understand why this happens. The...
  16. N

    SOLVED Is it possible to receive only one incoming call per extension?

    Very very thanks, I thought that the problem was the dialplan in reality it was the phone thank you very much i have solved now
  17. N

    SOLVED Is it possible to receive only one incoming call per extension?

    I have this problem, when an extension answer to an incoming call and someone try to call it from another extension or from outside gateway the caller does not hear the busy tone but free even though if the extension is in use. There is a way to limiting this? Thanks in Advance.
  18. N

    Fusionpbx email to fax help

    Hi i am tryng to become working my fax server via email receive. I created the imap server and its working via ssl with certbot from the log i see fusonpbx connect and download the email correctly When i trigger the email to fax process https://mydomain/app/fax/fax_emails.php it say...