Search results

  1. D

    Call Transfer with Multiple Registrations

    My end user wants all 3 phones to ring simultaneously and anyone can pick up the call. I understand this is easily done with multiple registrations e.g. register extensions 101 on all 3 phones. However, how does he transfer the calls from phone 1 to phone 2 after phone 1 picks up the call?
  2. D

    Switching to Dashboard when Changing Domains

    Is there a setting to prevent fusionpbx to switch to the Dashboard screen when switching domains? I would prefer if it stays on the same screen. For example if I am reviewing Call Detail Records and I switch to another domain, I probably want to continue looking at the CDR but fusionpbx switches...
  3. D

    Fax, Email, CDR Cleanup

    Is there any way to automate the cleanup of the CDR, Fax log, Fax queue and Email queue? I just started with FusionPBX and can not find any cleanup routine that would help.
  4. D

    Fax2Email intermittent problems

    So I got it narrowed down to fax initially failing and then going through on the second attempt (not sure if it's the same call or new call) d75bfed2-f65f-4694-a83a-b33b78d7240b Fax processing not successful - result (49) The call dropped prematurely. .. d75bfed2-f65f-4694-a83a-b33b78d7240b...
  5. D

    Fax2Email intermittent problems

    No one? It is driving me crazy. Every incoming fax works and triggers the email queue except for ONE number. Whenever I get a fax from that specific number, fusionpbx does not email the fax to me even though everything else looks ok. Fax received ok. Tif and PDF is in the inbox. There has got to...
  6. D

    Cannot delete FAX Queue (3)

    I can't delete faxes from the Fax Queue GUI. I have 3 failed faxes in the Queue and when I select them and delete them they do not delete. I checked the directory "/var/lib/storage/freeswitch/mydomain.com/7000/sent/" and the files are still there, If I delete them manually at the command line...
  7. D

    Fax2Email intermittent problems

    So I did a Winmerge log comparison between 2 other faxes where one emailed the page to me and the other one did not. As far as I can tell, the ONLY difference between the 2 logs is as follows: FAX2EMAIL FAILS Remote station id: CGI SEE/PERCEPTÿÿÿÿ fax_remote_station_id...
  8. D

    Freeswitch Log File Verbosity & Debug

    Is there any way to increase the freeswitch log file verbosity and debug level from the fusionpbx GUI? If not then where do I make these changes? I need to increase the log verbosity to see why my fax2email is failing
  9. D

    FusionPBX email to fax

    Did you enter your email server credentials in Default Settings?
  10. D

    Fax2Email intermittent problems

    I am running a Fax2Email server on fusionpbx 5.07. Everything works great most of the time. I receive a fax and it emails it to me. However, once in a while, fusionpbx does NOT send the email and the fusionpbx log clearly shows that it's not sending the email. After the lua command...
  11. D

    Fax to Email format

    Thanks
  12. D

    +E164 extensions and inbound routes

    My DID provider uses the +E164 format for DIDs. Can I create extensions and inbound routes in fusionpbx with the + prefix or will it cause problems later on?
  13. D

    Fax to Email format

    How do I change the Subject heading and message body of the emails? I would like to personalize it a bit. Currently, the Subject heading is: "Fax Received" + Sender + Date + Time and the Message body is: Caller ID Name + Date + Time Extension # Messages: result: OK sender unknown pages:1
  14. D

    Can't get Inbound Fax Server to work

    Thanks. Still does not work. From the log it almost looks as if the fax server is not running. Maybe something got corrupted?
  15. D

    Can't get Inbound Fax Server to work

    I created a Fax Server with extension 7000. The destination number is empty as per the instructions I read (but gets populated anyways when I save) and the destination email points to my email address. I then create an inbound Destination with Actions -> 7000 and Fax detection -> 7000. Usage is...
  16. D

    Working SMS Integration

    Would anyone be willing to add DIDWW for a fee? I don't mind paying for support. PM me if interested. Thanks.
  17. D

    Iptables SIP Rate-Limiting

    Does anyone have any experience with the iptables SIP rate limiter posted on the freeswitch side? https://freeswitch.org/confluence/display/FREESWITCH/Security I tried adding it to my iptables but it doesn't seem to be working. My network interface name is "enp1s0" so I use that instead of the...
  18. D

    Working SMS Integration

    What are the criteria to create the /app/sms/hook/sms_hook_didww.php file? I see the file was auto-generated by fusionpbx but it's kind of empty when compared to the other hook files.
  19. D

    Working SMS Integration

    Not quite. Both extensions are registered on the system. I am sending the SMS to 5141234567 which is enabled in SMS destinations but as per the log above, fusionpbx attempts to deliver the SMS to Extension: 5148177 which is the first 7 seven digits of Extension: 5148177xxx. I understand that I...