Search results

  1. D

    regex - how to get the syntax correct

    I am trying to build a regex for my outbound numbers. Currently I have this ^((?:096)\d{7})$ which works for 096x xxx xxx What I would like to have is it with or without country code ^(?:+855|855)((096)\d{7})$ I have tried this but no luck. I've been to https://regexr.com/ but still not...
  2. D

    Incoming call failing with 'WRONG_CALL_STATE'

    Debian 9 FreeSWITCH Version 1.10.6-release-18-1ff9d0a60e~64bit (-release-18-1ff9d0a60e 64bit) When making an incoming call my call is disconnected with 'WRONG_CALL_STATE' I have attached a fs_cli log file. Where should I be looking
  3. D

    [inbound routes] 404 not found

    I am unable to make calls between extensions I get this result in fs_cli [inbound routes] 404 not found 192.168.1.146 Where should I be looking? Version 4.5.24 Git Information Branch: master Commit: 884720489fd3c1a16b537fd84eabd6be06c02590 Origin...
  4. D

    WebRTC - Installation, getting TLS handshake errors

    I am running 4.5.23 Git Information Branch: master Commit: f5d766ad66503a5cad4215390e2a75b66e1cac2c Origin: https://github.com/fusionpbx/fusionpbx Status: Your branch is up-to-date with 'origin/master'. +6 days ago I followed the Youtube video "CC2018 28 Mark J Crane - FusionPBX and...
  5. D

    Cant see Call Detail Record Statistics

    When logged in as a user who is a member of both admin and user groups I can't get any statistics on this screen. If logged in as superadmin I can see the details. I also have two additional options - advanced and showall. Any suggestions what might be causing the statistics not to show?
  6. D

    The client lacks sufficient authorization :: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2

    I am running Debian 10 and am having trouble renewing my wildcard SSL using these commands cd /opt/letsencrypt ./letsencrypt-auto --config /etc/letsencrypt/configs/example.com.conf certonly The system is reporting this error. How do I obtain/upgrade my ACME client?
  7. D

    How to detect SIP trunk failures automatically?

    Is there anyway to detect when/if a SIP trunk connection is having issues such as being dead/stopped or otherwise not OK? In Asterisk I would make a call out one trunk and back into the other, check the incoming call before answering and disconnect if it was my own number. This avoided call...
  8. D

    How does mod_lcr work in a multi-tenant environment?

    How does mod_lcr work in a multi-tenant environment? I don't see anyway for it to identify the tenant and use the correct carrier.
  9. D

    How to route calls based on Caller ID?

    I would like to route an incoming call to an extension based on the callers number. I have been unable to find info on how to do this so far.
  10. D

    mod_lcr remembering the last number called and adding it to the dial string

    Found the problem, was a typo in my carrier_gateway
  11. D

    Does mod_lcr still work with the current version of FusionPBX?

    Does mod_lcr still work with the current version of FusionPBX?
  12. D

    Ban whole class like 101.XXX.XXX.XXX - Is it a bad idea?

    I notice a lot of attempts from specific ranges such as 106.16.x.x and 49.234.x.x Fail2ban is adding these to the list but the list is getting bigger and bigger. Can I just ban these domains? Can I just ban China?
  13. D

    Looking for a SIP client that supports presence.

    I also use 3CX and one of the things I like about their client is it shows people in your group and their status. Can I do this in FusionPBX?
  14. D

    SIP Trunk configuration. Why is this working?

    I have been having trouble receiving calls and the SIP provider provided this wireshark PCAP from their end. I had 203.144.XXX.XXX/32 in the domain ACL as this is the public IP they gave me for their server. I was unable to receive calls until I added 192.168.10.24/32 to my domain ACL...
  15. D

    Non standard SIP ports for SIP Profile

    I have a provider that uses 5060 for incoming to myPBX and port 50070 for outgong to hisPBX. How do I configure this?
  16. D

    Selecting a VPS

    I live in Cambodia so selecting a local VPS provider, although possible is somewhat expensive, like $40/month for a 20GB/2GB dual core machine. So as it's mainly a latency issue I thought I'd look into overseas VPS providers. Are there any members in a similar situation that can share their...
  17. D

    Suitecrm and FusionPBX click to call

    I've been trying to find a way to do click to call in suitecrmbut all the way's I've found on this forum haven't worked. https://www.pbxforums.com/threads/click-to-call.394/
  18. D

    How do I block connection attempts for my public IP?

    How do I stop these requests and only allow vaild domains to g verifying acl "domains" for ip/port 45.143.220.209:0. 2020-02-23 23:56:25.027942 [WARNING] sofia_reg.c:1793 SIP auth challenge (INVITE) on sofia profile 'internal' for [700441223931103@xxx.yyy.zzz.aaa] from ip 45.143.220.209
  19. D

    multi tenant auto provsioning

    OK I've got it working for domains that have the same TLD but would also like to have for other TLD's that I dont have access to. For instance I can auto provision fusionpbx.cambodiapbx.com and fusionpbx2.cambodiapbx.com but when I try cgrates.org it tries to go to the actual cgrates.org domain...
  20. D

    How do I access extension variables in the dialplan?

    I am integrating cgrates with FusionPBX. I have added 3 new variable to the extension page, cgr_reqtype, cgr_subsystems and cgr_acd. I've added these to the database and they are being updated when the extension is updated. I am trying to use the Dialplan manager app to add these variables...