Search results

  1. S

    Dialplan Inline Lua Code (not invocation of a .lua file)

    In my diaplan instead of invoking a lua file like this: action set result=${lua file.lua 'arg1' 'arg2'} Can I write the lua code inline something like: action set result=${lua <lua-code-here>}
  2. S

    Parse JSON response in curl_response_data

    Beginner's question: In my dial plan I use curl to call an API. Now as I understand if the response (i.e. {curl_response_data}) is a string I can simply set <variable>=${curl_response_data}. However the response from the API is a JSON {"key1:"val1", "key2":"val2"}. How can I parse/obtain the...
  3. S

    SOLVED Best Practice to Extract CDR Report for a Tenant in Multi-Tenant Setup

    SYSTEM VERSION:V4.4.3 Debian 9.9 Our Multi Tenant Setup is as follows: --Dial Plans at the "Global" level. --Extensions - At the "Tenant" Level We can query CDR across all Tenant. But if we want to query CDR for calls/traffic at the Tenant Level. One way I can think is to filter traffic by...
  4. S

    SOLVED Voicemail Download Link

    SYSTEM VERSION:V4.4.3 Debian 9.9 This is a beginner's question. We have currently configured Voicemail and are receiving the voicemails as an email attachment. Is there a way to also publicly access the voicemail audio files ? i.e. would we need to reconfigure nginx to publicly...
  5. S

    SOLVED Use PostgreSQL In Dialplan

    Hi I am pretty new to FusionPBX. I'd like my Diaplan to query the fusionpbx PG db to check a condition/set a variable in the dial-plan. I'm in early stages and I followed the steps: on my Debian 9.9 FusionPBX v 4.4.11 1. Create the database dsn Advance-->Databases | Save 2. I then go to the...
  6. S

    SOLVED Updating Advance Settings via GUI breaks its ability to Connect with the Event Socket

    SYSTEM VERSION:V4.4.3 Debian 9.9 BUG DESCRIPTION: If I edit the settings (Changed Listen Address to :: or for that matter any field update using the GUI) then the GUI is unable to connect to event_socket. Though fs_cli and all other no GUI functions (like call routing) work fine. I am even...