Search results

  1. M

    Help with night mode (call flow) toggle on side car. (solved)

    You have to run one of service to keep its state in sync. Checkout lua.conf.xml file. Basically there 2 strategy. 1 - resend state each X seconds (call_flow_monitor.lua). 2 - respond to phones SUBSCRIBE messages (call_flow_subscribe.lua).
  2. M

    Streaming music (Pandora?) for music on hold

    I have basic Lua script to play radio. Its not for MOH but you can chekcout how it works. Just fill text file and use in dialplan `action=lua data=radiolisten.lua 1`
  3. M

    *72 Call Forward not working

    Should be fixed by https://github.com/fusionpbx/fusionpbx/pull/2523
  4. M

    BLF Call Park w/ Grandstream 2170 & 2140

    Try add prefix `park+` to blf value.
  5. M

    SOLVED Language Prompts

    First. I assume you install audio files. I think FS provide such for French. Second. You need set not only language but dialect, sound prefix, etc. This my settings for Russian default_language = ru default_dialect = RU default_voice = Elena sound_prefix =...
  6. M

    SOLVED Language Prompts

    You need set language specific variables in Advenced->Variables (if yu want set it to entire fusionpbx) Or set it in Dialplan->Dialplan Manager->Variables
  7. M

    Forwarding to sip uri

    I think it possible use full dialstring there. like `sofia/external/0123456789@sipserver.com` or like `sofia/gatewat/......./0123456789@sipserver.com`.
  8. M

    FusionPBX Unable to sumbit failed CDR and Too Many client exception

    You need at least provide FusionPBX version. I think it possible you have some CDR which can not be correctly processed by Fusion. I think you need more interactive dialog for help. Try use IRC channel or Consider use FusionPBX tech support.
  9. M

    Connection to Event Socket failed

    Make sure FS is running. Checkout if it listen port 8021. Checkout Advenced->Settings and settings in switch.conf.xml file.
  10. M

    SOLVED Auto provisioning

    Default installation uses nginx which does not use `.htaccess` files. Instead it use rewrite rules. Not sure exact path where they placed thou.
  11. M

    How to monitor a gateway for registration failure

    PHP script do not use FusionPBX settings. It uses shell `mail` command. So I think if you want use it you have to configure your `mail` application (have no idea how to do it). My script uses same mechanism as e.g. VM to email. Also my script send only one message when gw lost registration and...
  12. M

    freeswitch sending sip invite with private IP of the registered phone

    may be you do not set NDLB-force-rport on both servers?
  13. M

    Default Variables Per Domain

    Fusion suggest use dialplan `Variables` extension for set such variables.