Search results

  1. DigitalDaz

    FusionPBX Master/Master Replication

    AWS Route53 and healthchecks
  2. DigitalDaz

    Fusion PBX refusing to register on one IP

    On the linux command line do an iptables -L -n See if the ip is listed there.
  3. DigitalDaz

    Sip providers

    It depends on your traffic, how many channels do you need?
  4. DigitalDaz

    FusionPBX Master/Master Replication

    We've been replicating cross datacenter for years, first using bdr, now moved to pglogical, and @markjcrane now has his own solution using wal to json that is a recently released member feature, I haven't tested that one yet but have no reason to believe it won't be has good as the bdr one was...
  5. DigitalDaz

    Outbound Routes on New Build

    I believe its purpose is just to improve the accuracy of the cdr reporting. That for example marks the call as outbound.
  6. DigitalDaz

    Status of the project

    If you are running it in tmpfs there is no need to delete anything, it went when the reboot happened
  7. DigitalDaz

    Other multi tenant pbx

    I think kazoo these days is an open source shell to sell commercial addons that give it functionality
  8. DigitalDaz

    SIP call establishment slow + Ping to PBX slow and breaking

    So you change a port on your switch and it fixes it? How is this even fusionpbx related?
  9. DigitalDaz

    UPGRADE an old (and perfect running) FusionPBX

    If it is of importance to you and you do not feel confident try the official fusionpbx support, mark will upgrade it for you.
  10. DigitalDaz

    Invalid profile "external-ipv6"

    You won't find anything that matches the capabilities of FusionPBX
  11. DigitalDaz

    SOLVED New setup issues with inbound calls - outbound working

    get us a log from the start to the end of a call.
  12. DigitalDaz

    How to modify P-Asserted-Identity and FROM headers on outbound calls?

    Just before the bridge in the dialplan set the equivalent ot this: <action application="set" data="sip_h_P-Asserted-Identity=sip:blah@whatever" /> <action application="set" data="sip_cid_type=none"/> The setting cid type to none stops the gateway adding its own pid. Hope this helps
  13. DigitalDaz

    SOLVED Help Me ! [CS_ROUTING] [NO_ROUTE_DESTINATION] Regex (FAIL)

    You have a problem with your ACL 1102 <1102>->1103 in context public It looks like you have put your IP addresses in ACL, that is fro providers. Remove them and flush cache and reloadacl.
  14. DigitalDaz

    SOLVED Register packet difference between clients

    Really, you need to use fqdn for each tenant, it is far easier this way
  15. DigitalDaz

    Proper way to drop traffic

    All you are seeing is single packets, this is no problem. You cannot stop UDP traffic entering your interface, that is what you are seeing. The only way to block it completely would be on an upstream firewall. What you are seeing shouldn't be causing you any problems, this traffic is not...
  16. DigitalDaz

    New VMs not seeing destinations

    Also, no need for you to touch inbound routes generally, the destination should do it for you.
  17. DigitalDaz

    New VMs not seeing destinations

    So do you have an inbound route for +16603385111? Look at the log in fs_cli it should help you more.
  18. DigitalDaz

    SOLVED Calls do not hang up

    sngrep for now