Recent content by some1has2

  1. S

    Check Provider value in outbound condition

    I've installed the messages & providers apps and now have a new field "Provider" on the extension screen. Does anyone know how to check that value from the outbound routes? I'm looking to kind of specify which outbound route a given extension uses and I think this Provider value will be perfect...
  2. S

    Recommended method of renewing certificates automatically?

    I just read through the setup script /usr/src/fusionpbx-install.sh/debian/resources/letsencrypt.sh Why does it copy instead of linking to the original source? As the basic instructions stand there's no way to automatically update the freeswitch certs, you have to add that to your hook script...
  3. S

    Recommended method of renewing certificates automatically?

    Hmm is there a bug report around this in SignalWire? When I click the button in Status in Fusion or when I run the fs_cli command, it restarts TLS sofia without issues as is expected. The only time I've had a port issue was when I was changing ports in the profile and that did require a full...
  4. S

    Recommended method of renewing certificates automatically?

    @markjcrane I can see from Signalwire #2287 there is not going to be a soft way to reload, so it's going to be running the `fs_cli -x "sofia profile internal restart"` with a hard reload but I'm still suggesting that you advise how you recommend this with dehydrated within your FusionPBX docs so...
  5. S

    Recommended method of renewing certificates automatically?

    @markjcrane what's the cleanest reload command for freeswitch/fusion that should do it? I know there was a button in fusion status but I think something I can just throw on cron to just hard reload at midnight once per month would suffice for now since I'm operating generally in a single...
  6. S

    Recommended method of renewing certificates automatically?

    Actually that's a really good point @markjcrane is there a documented way to reload sofia on TLS refresh that doesn't cause downtime? My server hasn't been running long enough to see this in the real world yet, but I am using TLS to my extensions.
  7. S

    Does "say" with mod_flite work anymore?

    Thanks @markjcrane that opens up some integrations, I'll try out a free tier just to see how well the app works. I'd like to not rely on SaaS integrations though, so if you're looking for more providers to support, see if there's anything easy like the mod_flite to run locally. I'm going to look...
  8. S

    Recommended method of renewing certificates automatically?

    Here's some more documentation if it helps you, worked fine for me: https://docs.ictvoip.ca/en/latest/getting_started/lets_encrypt.html#automatic-renewal-cron-dehydrated
  9. S

    Change Contact Header to use Domain

    So @DigitalDaz I found some things but couldn't make anything work, just in case you had some insights: https://lists.freeswitch.org/pipermail/freeswitch-users/2011-February/068331.html says I should be able to set `sip_invite_domain` but doing so in the outbound route channel variables doesn't...
  10. S

    Does "say" with mod_flite work anymore?

    Hmm it was the error "Invalid speech module [flite]!" that I got trying to use "say" that even sent me down the path for finding mod_flite. I don't see anything about "speak" in the IVR section by default, there's tone_stream which I thought was just for making the number-dial sounds, and say...
  11. S

    Does "say" with mod_flite work anymore?

    I would enjoy TTS that sounds good of course, but I'm looking for something that works automatically via typing within FusionPBX like "say" should do. For higher quality results I know that people use external TTS and then upload the recordings, but for my use case it's best to have the ability...
  12. S

    Does "say" with mod_flite work anymore?

    I installed it 2 months ago myself just following the online documentation flow. It's currently 5.4.7 which is odd since your last tag is 5.4.4 I see in git, but here's the output: Branch: 5.4 Commit: 5b83fc37fcbc816a358ac3d4766abc6e942eac1f Origin: https://github.com/fusionpbx/fusionpbx...
  13. S

    Does "say" with mod_flite work anymore?

    Well the point is it doesn't work out of the box like it should, if it's so old it's unsupported now, what TTS do people setup in FusionPBX instead now? I didn't see any instructions online for getting a basic built-in mod working for executing the "say" feature.
  14. S

    Does "say" with mod_flite work anymore?

    It seems that mod_flite doesn't work out of the box, as I got an error in the logs "Invalid speech module [flite]!" and looking around these forums found no solutions. So I followed the instructions on SignalWire to get it installed but the module won't turn on due to error...
  15. S

    Change Contact Header to use Domain

    And now that I can more easily see outgoing parameters to debug, I've been trying out https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Dialplan/Channel-Variables_16352493/#info-application-variable-names-variable_xxxx But things like sip_contact_host and friends don't seem to...