Search results

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

    SOLVED Register packet difference between clients

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

    New VMs not seeing destinations

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

    SOLVED Calls do not hang up

    sngrep for now
  8. 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.
  9. 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...
  10. DigitalDaz

    SOLVED Calls do not hang up

    Post some logs
  11. DigitalDaz

    Register request doesn't send auth headers

    Hence why I said to use the siptrace in sofia.
  12. 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?
  13. 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
  14. 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...
  15. DigitalDaz

    98.50% [WARNING] mod_dptools.c:1867 [inbound routes] 404 not found

    I suspect, without seeing any logs that you have added something to the access control list that you shouldn't have.
  16. DigitalDaz

    Sofia pulling wrong (old) IPs for ext-rtp-ip and ext-sip-ip - can't figure out where these are coming from

    Depending on your version, it could be you need to clear the cache. Have a look in /var/cache/fusionpbx and delete any files that exist in there then restart freeswitch.
  17. DigitalDaz

    Scheduled Tabular Reporting?

    I've used jaspar reports for this sort of thing for many years: https://community.jaspersoft.com/
  18. DigitalDaz

    SOLVED Hiding specific calls from the CDRs

    Ah, I see, mine is the case where we are the domestic abuse service itself.
  19. DigitalDaz

    SOLVED Hiding specific calls from the CDRs

    Not that this will help you but more than the call actually not being in the billing system, are you actually stopping the agents seeing the caller ID? I just mention it as this was a requirement I had for a client with the same sort of call. I have nothing that will help you though as I did...
  20. DigitalDaz

    Caller_id_number didn't work

    That should work, show us the outbound invite in sngrep