Search results

  1. datafanatics

    Advice on SMS gateway...

    You nailed it! Thanks! I'm about to add things into Twilio to see if I can start receiving.
  2. datafanatics

    Advice on SMS gateway...

    @micah.quinn Funny enough at the time of my last posting, I didn't know there was a Messages app. I've since installed it. I'm just not able to find documentation on how to interface with it.
  3. datafanatics

    Advice on SMS gateway...

    Oh how I would love to send/receive SMS using a softphone like Groundwire. I have the SMS app installed in FusionPBX presently and can successfully get inbound SMS sent via email, but beyond that I just haven't found the appropriate documentation that would allow me to tie in Groundwire (or any...
  4. datafanatics

    Push Notification Softphone Recommendations

    Have you guys happened to also offer SMS using Ringotel and FusionPBX?
  5. datafanatics

    Ringback not working, Choppy voice, and Cannot hear callers

    The freeswitch server has a public IP, no NAT there. The client is using a nitehawk router. Phones are Grandstream GXP2160. I'll check their nighthawk to see if it has anything SIP related in it.
  6. datafanatics

    Ringback not working, Choppy voice, and Cannot hear callers

    Ah ok, good to know! I guess it was just an assumption, unfounded of course. My issue with outboard call ring back was resolved. However we have random issues with inbound calls having no audio. Any suggestions? I’m going to search the forums here as well. Upon logging in to research I saw...
  7. datafanatics

    Ringback not working, Choppy voice, and Cannot hear callers

    I’m glad you asked about fail2ban, I’ll make a point to go in and add the ruleset in for the provider IP addresses.
  8. datafanatics

    Ringback not working, Choppy voice, and Cannot hear callers

    Turned out that even though the ACL was populated with the IPs of my provider.. they weren’t being pushed into iptables. So I manually inserted the iptable rules, flushed cache, and restarted the profiles and everything went back to normal. Not quite sure how the ACLs in FusionPBX interface...
  9. datafanatics

    Ringback not working, Choppy voice, and Cannot hear callers

    About 20 days ago our service provider had an issue with power and our server went down. When it came back up, everything came back up as expected, or so I thought. Since then, when we make outbound calls, we get no ringback on the phone letting the dialer know the call is actually working...
  10. datafanatics

    Voicemail and Missed call emails - Issue when using mod cidlookup

    So a couple of weeks ago I started using mod cidlookup to do CID quieries and ever since, voicemail and missed call emails subject line shows the actual response from the CID query rather than the name. Example: Missed Call from {"status": "OK", "name&#34...
  11. datafanatics

    Call forward from land line to VOIP not accepting key presses

    So we have a number that's hosted on our PBX and a land line that we have call forwarded while we wait for the port. When someone calls through the land line number, key presses aren't recognized by the PBX. If we call the number that the call is forwarded to that's directly on the PBX, it...
  12. datafanatics

    FusionPBX On AWS

    You have to open up all of the ports in the firewall or you will get the mute issue you are having. Look specifically at the RTP UDP section. https://docs.fusionpbx.com/en/latest/firewall.html
  13. datafanatics

    Grandstream ATA not working after provisioning to FusionPBX

    I had a similar issue with my HT802 when I had TLS enabled on the SIP account. Still haven't been able to get past that, so I had to set it to TCP on 5060. Had to reset it to defaults then reconfigure it as it would go into a reboot loop with the TLS enabled and I couldn't get back into the...
  14. datafanatics

    Phone system recovery

    The downside of bucardo is that it’s single sided, meaning it runs in the primary server. Ideally there would be a replication service that exists on both servers so that if primary has a catastrophic failure and you had to rebuild, that the secondary server (now primary) would have kept up...
  15. datafanatics

    Bridge between tenants - Timeout goes to busy instead of voicemail

    Ok so I have calling between tenants working on a brand new FusionPBX install. Tenant 1 has extension 100 and Tenant 2 has extension 200. I can call between tenants just fine, however when the 30 second timeout that's setup on each extension is hit, it goes to a busy code 486 instead of to...
  16. datafanatics

    CDR Archive - Settings applied, button not visible?

    @markjcrane I'm still not able to get the CDR archive to work. Any ideas?
  17. datafanatics

    SOLVED Fax Failing - Inbound & Outbound

    Yeah I typed that out yesterday and apparently didn't hit post.
  18. datafanatics

    SOLVED Fax Failing - Inbound & Outbound

    I guess it really depends on whether freeswitch is running as www-data as well. I'm running CentOS so there could be a difference in how they do things there. Maybe I can find the chown statements in the install, I'll check.
  19. datafanatics

    SOLVED Fax Failing - Inbound & Outbound

    The folder in question is /var/lib/freeswitch so it would be the below, but before you do this, do a listing of /var/lib/freeswitch and /var/lib/freeswitch/storage and make sure it's using freeswitch:daemon for everything else. My server: