Search results

  1. DigitalDaz

    FusionPBX calls not going through.

    Is it IP authed? Is there a username and password in the gateway?
  2. DigitalDaz

    FusionPBX calls not going through.

    Thanks for letting us know that. If you actually want any help, post some logs ;)
  3. DigitalDaz

    SOLVED dialplan not evaluating as true

    How did you flush the cache? On older systems I have see the gui flush cache fail. Is your /var/cache/fusionpbx populated? If so try removing the contents of that folder.
  4. DigitalDaz

    SOLVED dialplan not evaluating as true

    Have you flushed the cache since?
  5. DigitalDaz

    SOLVED dialplan not evaluating as true

    Have you flushed your cache after changes? I see: db22fb05-6e98-4d84-823c-eab1230e8d14 Dialplan: sofia/internal/dad@example.domain.com Regex (PASS) [is_secure] ${sip_via_protocol}(tls) =~ /tls|wss/ break=on-false db22fb05-6e98-4d84-823c-eab1230e8d14 Dialplan...
  6. DigitalDaz

    ERR] mod_event_socket.c:2992 Socket Error! Could not listen on 127.0.0.1:8021

    Try stopping freeswitch then after do a netstat -antup | grep 8021 If there is anything still listening, kill that process
  7. DigitalDaz

    SOLVED Horror issue with intra-extension calls in FusionPBX multi tenant

    I see a problem straight away: mod_dialplan_xml.c:639 Processing teste 1 <152>->151 in context public Context public For some reason, fusionpbx is processing the inbound dialplan. This usually comes down to you changing the access control lists when you shouldn't have.
  8. DigitalDaz

    Current HA recommended configuration

    This is the page in the members section: https://fusionpbx.com/app/pages/page.php?id=8c1e0df0-dcc1-4f0e-ae18-2b5103514fc3
  9. DigitalDaz

    Asterisk CLI and FreeSwitch/Fusion PBX CLI

    What is a peer? If you mean extensions then: show registrations I'm not sure you will get what you want from that though
  10. DigitalDaz

    Extension not able to connect

    Has your IP been banned by fail2ban? iptables -L -n and look for your phones external ip
  11. DigitalDaz

    "providers" ACL

    So if you do not have names for the ACLs then how possibly can you distinguish between them?
  12. DigitalDaz

    SBC suggestion for use with FusionPBX

    I can answer that for you the answer is 100% no.
  13. DigitalDaz

    SOLVED xml_cdr not working after update

    I'll marked this solved and close it so other can find it easily.
  14. DigitalDaz

    SOLVED Is it possible to add 2 or more numbers to the same fusionpbx server

    You can add a prefix when creating the outbound route, there is a box for it on the form.
  15. DigitalDaz

    SOLVED Is it possible to add 2 or more numbers to the same fusionpbx server

    I see the match and bridge: Action bridge(sofia/gateway/343f74f4-773e-401a-bc5a-3e3e3b4b7aa3/5715705843) Do Telnyx require a prefix of 1 or anything like that?
  16. DigitalDaz

    SBC suggestion for use with FusionPBX

    I don't know of any load balancing solution with fusionpbx other than balancing by domain, ie everything for a single domain ends up on the same fusionpbx server
  17. DigitalDaz

    SBC suggestion for use with FusionPBX

    So what are you trying to achieve? Why do you think you need an SBC?
  18. DigitalDaz

    how to keep mobile sip phone app always registered?

    Google it, its complex to explain but basically circumvents the problem of the app going to sleep. If a call comes in, the push server will wake the app up to take the call.
  19. DigitalDaz

    SOLVED xml_cdr not working after update

    Check the xml_cdr config file in the /etc/freeswitch/autoload_configs Modules that are present but won't load usually have a problem with their config file.