Search results

  1. bcmike

    How to change internal domain?

    Under Advanced=>Domains, if you select your domain the domain name field is editable. My assumption is that if you change it all the child entries under that uuid would change as well. I have never tried it though so I don't know for sure. If you do try it, make sure the domain your changing...
  2. bcmike

    Migration from OpenSIPS to Kamailio

    I know you probably have a complex use case and want to roll your own, but if you want to get something up quick you might want to check out DSipRouter: https://dsiprouter.org/ It's a Kamailio GUI and they have a Fusion integration as well.
  3. bcmike

    MOH Issue

    My stuff is on an older version..
  4. bcmike

    MOH Issue

    I worked through a similar problem, there's usually something about "reverting to default" during the call. Or I could be leading you a on a wild goose chase LOL! However that was my issue.
  5. bcmike

    MOH Issue

    I'd look at your logs and see if there's something in there about not being able to play the file. Fusion will revert back to default if it can't play the file and I'm thinking since you have so many codec options somethings getting confused when accepting a call from the outside. We have a...
  6. bcmike

    MOH Issue

    In your music on hold category do you have 8 kHz files (that are actually encoded at 8k)? Maybe your internals are a wideband codec but your inbounds are G711?
  7. bcmike

    MOH Issue

    Try setting your ring strategy to "Enterprise" .
  8. bcmike

    Elastic Search, Logstash, and Kibana (ELK) stack for Freeswitch

    Thanks for this, we'll investigate Graylog as well.
  9. bcmike

    Elastic Search, Logstash, and Kibana (ELK) stack for Freeswitch

    Hi, ELK is basically a very fancy log parser. It will suck logs from almost anything and let you put them into dashboards, set alerts, run queries against the data, etc.. I'm currently implementing it to get real time logs from my firewalls so hopefully we can detect attacks quicker. However...
  10. bcmike

    Elastic Search, Logstash, and Kibana (ELK) stack for Freeswitch

    Hi everyone, One thing that I can never find is a good solution for visualizing and querying Freeswitch queue stats. Since there's nothing that meets my requirements I'm thinking about trying to develop something for the ELK stack. I'm not a whiz bang expert so its going to be a bit of a slog...
  11. bcmike

    [solved] Transfer and moh not working, please help

    I know you say its not your firmware but try rolling it back anyway. Same happened to me.
  12. bcmike

    Cisco SPA Fusion Template Password Bug

    Update: This does not seem to effect any of the other XML based templates. There must be something special about the way the Cisco XML is parsed.
  13. bcmike

    Cisco SPA Fusion Template Password Bug

    Hi, I have discovered an incompatibility in the way that Fusion generates random passwords and the way that the Cisco SPA templates generate XML. If Fusion generates a password with an ampersand in it the template will generate an XML file with the ampersand between the tags. In XML an...
  14. bcmike

    Originate Failed. Cause: INCOMPATIBLE_DESTINATION

    This is usually a codec mismatch.
  15. bcmike

    Gateway Restart

    Unfortunately my ipv6 is pretty shotty but I'm not sure if you can run both profiles on 5060 at the same time. Does it complain about the port already being in use?
  16. bcmike

    Gateway Restart

    If you go to Status => SIP Status, do you have an "External" profile?
  17. bcmike

    Hi from sunny Glasgow

    I live in a province called British Columbia, in the city of New Westminster, does that count? ....Guess not..
  18. bcmike

    Upgrade to 1.10.7

    The Freeswitch people have prefixed the warning lines in the log with cpu percentage. Not sure why as the cpu utilization does not seem accurate, but anyway that's what breaks the filter in fail2ban. I haven't tried to fix it yet as the wrong fail2ban filter in production would be bad and I...
  19. bcmike

    Upgrade to 1.10.7

    See this thread: https://www.pbxforums.com/threads/new-freeswitch-vulnerabilities.5725/
  20. bcmike

    New Freeswitch Vulnerabilities

    Freeswitch 1.10.7 will likely break your Freeswitch fail2ban filter, due to a change in log natation: https://github.com/fail2ban/fail2ban/issues/3143