Search results

  1. DigitalDaz

    Call recording using FreeSWITCH

    Homer does not capture RTP
  2. DigitalDaz

    How to configure UDP NAT

    I'm unsure but I know asking for rport indicates that the device is behind NAT
  3. DigitalDaz

    How to configure UDP NAT

    Try enabling rport on your device if you have it.
  4. DigitalDaz

    Stress/Load testing

    What will usually kill your server is calls per second. By the time that will become a problem, you'll have wheelbarrows full of money so you won't worry about it anyway, I look forward to the day when I reach that stage :) I have come across servers with 2500+ domains on them and they are still...
  5. DigitalDaz

    Stress/Load testing

    I don't think there is any way to reliably determine any of this. It depends entirely on what features a client is using. You could have one single client consuming the resources that 10 other clients consume together, it all depends on what they are doing.
  6. DigitalDaz

    Registration port showing differently

    Its basic networking 101 port address translation, google it.
  7. DigitalDaz

    Outgoing calls route Time and day

    I have only had a quick look but about halfway down that dialplan I see an Action Hangup, is that not going to hangup the call?
  8. DigitalDaz

    Need help setting up Voxbeam. P-Asserted-Identity: header

    If you really do only need a p-asserted-id then that is easy, in the advanced gateway settings set the SIP CID type to pid then stop and start the gateway.
  9. DigitalDaz

    How to reload call_center module in midnight

    This looks better /usr/bin/fs_cli -x "reload mod_callcenter" Just try it, you'll work it out.
  10. DigitalDaz

    Many single extension tenants.

    I too was in this position and instead of using fusionpbx and to simplify setup too I just went down the road of building an opensips server to handle it. We have some 2000 users on it now, its been going well over two years and has never skipped a beat. The server load is next to 0.00 too. I...
  11. DigitalDaz

    How to reload call_center module in midnight

    That should do you, get the full path to fs_cli Usually: /usr/bin/fs_cli Get it with: which fs_cli
  12. DigitalDaz

    How to reload call_center module in midnight

    Something along the lines of: fs_cli -x "reload mod_callcenter"
  13. DigitalDaz

    External IP in Azure when clustered

    You do not need to exclude tables from the replication, see the following post, you can include local files that are local to the server to set the local ips: https://www.pbxforums.com/threads/fusion-on-google-cloud-compute-or-aws.4862/#post-19023
  14. DigitalDaz

    How to setup a Sip Trunk

    The first major thing there is that the profile should be set to external not internal. Whenever you make changes to a gateway you must stop it and start it again.
  15. DigitalDaz

    DjangoPBX Beginners

    I would add to what Adrian said above about the target audience at the moment for this project. I would say keep away from it unless you are pretty skilled already. Its like fusionpbx was 15 years ago, an exciting place to be but not for newbies or people who just want a stable experience...
  16. DigitalDaz

    Fusion PBX Bulk Calling

    No, there is a dialer of sorts I think and maybe a better one in one of the fusionpbx subscriptions but nothing like the big guns.
  17. DigitalDaz

    A GUI wrap around FreeSWITCH

    I have now created a dedicated forum for this project.
  18. DigitalDaz

    Help for WINDOWS INSTALL

    It seems we have someone running on Windows 2019.....
  19. DigitalDaz

    Odd issue after upgrade(just a guess)

    No problem, glad it is fixed.
  20. DigitalDaz

    Odd issue after upgrade(just a guess)

    Use sngrep and find out what the server sends in the 200OK to the registration. The pbx may well be overriding what the phone set bit the phones should be respecting that.