Search results

  1. R

    Bandwidth.com

    I found this post which details out how to change the RTP ports https://www.pbxforums.com/threads/change-rtp-port-range.4785/ DigitalDaz says most people shouldn't have to change this, but with Bandwidth I think I have to. Has anyone had to do this with another provider?
  2. R

    change rtp port range

    Did this work for you? And were you connecting up to bandwidth?
  3. R

    Bandwidth.com

    I'm setting up with Bandwidth, and I am receiving calls fine for some inbound calls, but others have a distinct delay on them. I was told to update my RTP settings to 10000-20000 and open the firewall. I updated those settings and have those open for UDP. What else should I be checking with...
  4. R

    Deleted IPtables Line

    Quick question. I accidentally deleted a line number out of iptables -L Line 11 f2b-fusionpbx all -- 0.0.0.0/0 0.0.0.0/0 What does it do, and how do I add it back in. I have no saved or flushed anything, realized the mistake then paused.
  5. R

    Bandwidth

    Working on this as well, was it simple?
  6. R

    VOIP.ms nonsense

    So day 2 of the voip.ms saga continues. It appears that cloudflare is now involved, see where that goes I guess. For those of you not suffering, voip.ms has been hit with some type of attack on their self hosted dns servers... So now the official mouthpiece of the company is twitter @voip.ms
  7. R

    Can not Connect Zoiper to FusionPBX

    Not sure if this will help but it is in our setup notes. I typically use domains and not the standard IP it provides you with. Update SIP and RTP IP addresses Hover over Advanced and select Variables Locate IP Addresses for $${external_rtp_ip} and $${external_sip_ip} Replace with the...
  8. R

    Phone Goes Busy

    I like fusion's provisioning templates, but for Grandstream devices GDMS.cloud provides a lot of insight into the phones. You can look up the phone and see if it has DND enabled from a simple overview screen. You can also save the logs a lot easier from the troubleshooting menu. Just makes life...
  9. R

    Email to fax - FS_NOT_SET

    This can be fixed by setting the CallerID in the fax server extension.
  10. R

    [Tutorial] Creating a two node FusionPBX cluster the easy way.

    I was in the same boat looking for instructions, fiddling and testing with everything I could find. Become a member of Fusionpbx and it is one of the first things you can learn from the docs and videos. Once learned, it is ridiculously easy and you can move onto better more annoying problems...
  11. R

    App Destinations - Field 'Actions' is blank, when I am trying to create or edit destination

    I get this sometimes after an upgrade, I run App defaults, Menu defaults, and Permission Defaults. Then I logout using logout.php. Clear browser cache and usually it is fixed. Let me know if that helps.
  12. R

    ThinQ SMS Setup

    Following back around to this, I had to go to /etc/freeswitch/chatplan/default.xml and delete out the comments for the actions: <action application="lua" data="test.lua"/> <action application="reply" data="Hello, you said: ${_body}"/> <action application="lua" data="app.lua sms outbound"/>...
  13. R

    First go round with FusionPBX w/ GXP2160 & WP820

    I also use the dialplan { x+ | \+x+ | *x+ | *xx*x+ | \p\a\r\k\+*x+ |\f\l\o\w+*x+}. Are you using gdms.cloud to provision the WP820? I have a few out there and I wasn't impressed. The Dect series does work well though.
  14. R

    thinQ

    Awesome, have you done much with the sms api?
  15. R

    ThinQ SMS Setup

    Anything special to get ThinQ setup with the sms app? I have the app setup, added the default settings, destinations, etc but no messages incoming or outgoing. On ThinQ's end I have the URL setup correctly, as well as the IP's white listed. I also setup ThinQ's network in the ACL. I can curl...
  16. R

    thinQ

    Any updated opinions? Testing them now, have calls working fine, but haven't gotten sms working yet.
  17. R

    Apartment Door Entry

    I have a few apartment buildings that need to replace the existing door intercom system. The systems currently dial cell phones and home phones. Most systems that we have looked at will not allow users to setup multiple numbers to dial, and currently that is a deal breaker. I tried the...
  18. R

    single domain migration from server A to B

    I've had to do this a few times, you can export ext;s to csv then import it into the new site. Same with devices, I download the voicemail greetings, then recreate anything else, ring groups, queues, and IVR's. Not the fastest, but works.
  19. R

    multi tenant SSL

    Did you ever find some answers on this?
  20. R

    Migrate to new server

    The fusionpbx documentation has a guide on this: https://docs.fusionpbx.com/en/latest/getting_started/backup.html This will grab the database and associated files, voicemails, recordings, etc. There is also a section on restoring the backup to a fresh server.