Search results

  1. 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?
  2. 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.
  3. DigitalDaz

    Invalid profile "external-ipv6"

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

    SOLVED New setup issues with inbound calls - outbound working

    get us a log from the start to the end of a call.
  5. 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
  6. 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.
  7. DigitalDaz

    SOLVED Register packet difference between clients

    Really, you need to use fqdn for each tenant, it is far easier this way
  8. 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...
  9. DigitalDaz

    New VMs not seeing destinations

    Also, no need for you to touch inbound routes generally, the destination should do it for you.
  10. 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.
  11. DigitalDaz

    SOLVED Calls do not hang up

    sngrep for now
  12. DigitalDaz

    Cannot start Freeswitch - Help!

    Also, for good measure, if you have made changes and they do not seem to be getting applied, do a: rm /var/cache/fusionpbx/* Then restart freeswitch, this will clear your cache.
  13. DigitalDaz

    Cannot start Freeswitch - Help!

    If you run /usr/bin/freeswitch it will start freeswitch using the current logged in user. If for example it is root, it will now create some files with ownership of root. When you now try and restart using systemd or whatever, it will fail as it cannot create the files it needs to as you have...
  14. DigitalDaz

    SOLVED Calls do not hang up

    Post some logs
  15. DigitalDaz

    Register request doesn't send auth headers

    Hence why I said to use the siptrace in sofia.
  16. DigitalDaz

    Pay to upgrade my 3 servers

    It should be relatively straightforward, have you contacted @markjcrane about it? He is the most experienced in this?
  17. DigitalDaz

    Register request doesn't send auth headers

    Freeswitch should definitely send the auth header if challenged. You can check Freeswitch itself is receiving the auth header by doing a: sofia global siptrace on in fs_cli to turn it off again: sofia global siptrace off
  18. DigitalDaz

    Other multi tenant pbx

    I think it largely depends on your customer base too. Between the companies I support there are about 2000 domains and thousands of extensions. I would say that probably 95% of them have never heard of FusionPBX. What I'm saying is that 95% of our customers just want to make phone calls and...