Recent content by Bifur

  1. B

    Messages and/or SMS app?

    I attempted to get it going...didn't really see anything working right...saw this. I will take your advice. Shame it doesn't work anymore. 'Messages' is mainly web based? Like you cannot send from endpoints like extensions on Groundwire?
  2. B

    Destinations Import

    Trying to import 122 destinations into Fusion. I recently upgraded to 5.1.2 and before this, believe I did not have this issue. The import completes but I cannot get the destination_number_regex to populate. It just defaults to ^(5555555555) Everything else seems to populate as I have on the...
  3. B

    Custom Inbound Routes - Caller TN Routing

    What version on you on? I had to go to inbound routes and copy the current route then edit it with the caller_id_number and change where it went. I think on the latest version you can set this up as well with the original destination creation.
  4. B

    Yealink Wallpaper Provisioning

    So I am trying to set a wallpaper via provisioning. I created a directory called: /var/www/fusionpbx/themes/client_wallpaper and I put this this_client.png image file in the directory. I can access the file navigating to the URL in a web browser. I have these variables setup under domain...
  5. B

    Outbound Route help

    Disregard. I just made a 10 digit outbound route and then one for the N11 services. Its working now.
  6. B

    Outbound Route help

    So I guess it's matching the 10 digits but I get bad request. Dialplan: sofia/internal/200@pbx.mydomain.net:5060 Regex (PASS) [Bandwidth1.1d10711811988] destination_number(5553924050) =~ /^(711)$|^(811)$|^(988)$|^1?(\d{10})$/ break=on-false Dialplan: sofia/internal/200@pbx.mydomain.net:5060...
  7. B

    Outbound Route help

    I am having the hardest time getting an outbound route to work. It seems so simple but I am getting bad requests and malformed in sngrep. I used regex101.com and everything seems to match. I am just trying to allow 10 digit dialing (with an optional 1 at the beginning), 711, 811, and 988. My...
  8. B

    Voicemail File Name

    I imagine you need to update the voicemail lua script to fit your needs but I am not sure how easy that would be or what it could potentially break.
  9. B

    Ring group Sequence not working

    Try using Enterprise and see if it works.
  10. B

    Remote users - Securing FusionPBX

    Well static is nice but some don't have a static. So you would have to update it manually when IP changed. I'm not doing that personally.
  11. B

    Remote users - Securing FusionPBX

    Correct, which is another consideration. And whitelist each customer who may have a DHCP WAN address all the time if you give them access.
  12. B

    Remote users - Securing FusionPBX

    I think the bigger issue could be php bugs/zero days etc since the web portal is public facing as well. With Freepbx only your trusted or local ips have access to the web portal.
  13. B

    Remote users - Securing FusionPBX

    From my understanding, yes, fail2ban. It's like Freepbx but not as pretty. Most scripts have no idea of the unique domain so those are usually all you get. If you click on the iptables stuff it shows you what is set by default. You can always adjust and go with a straight whitelist, etc. I've...
  14. B

    Remote users - Securing FusionPBX

    Have you taken a look at the docs? It's a good starting point: https://docs.fusionpbx.com/en/latest/ Once you get to the security part you will see that by using domain names instead of IP addresses, we can assume someone trying to register with just the IP is a bad actor and to block them...
  15. B

    SIP training with https://www.thesipschool.com/

    Thanks for asking this question. I came across the sip school and was curious about it as well. Thanks for the responses. I'm going to check the RFC and book out.