Search results

  1. mdriaz

    New fusionpbx installation gets this error while installation

    syncing data to disk ... ok Processing triggers for man-db (2.11.2-2) ... Processing triggers for libc-bin (2.36-9+deb12u10) ... Error: cluster configuration already exists pg_reload_conf ---------------- t (1 row) SET CREATE DATABASE CREATE ROLE GRANT ALTER ROLE ERROR: role "freeswitch"...
  2. mdriaz

    Where to add default value for extension dial-string?

    Every time a new extension is created, the dial_string value is empty, is there a place where i can place a default value instead of empty?
  3. mdriaz

    Have anyone used mod_apn module for freeswitch?

    https://github.com/sem32/freeswitch-PushNotificator
  4. mdriaz

    Running php or bash script in dialplan + push notification

    I am in the local_extension dialplan, i wanted to run a script when any incoming call, however i am unable to execute anything. tried many things like action set result=${system(`/bin/echo 'System API Test'`)} action set result=${usr/bin/php /path/bash.php}
  5. mdriaz

    Trouble Passing IVR Selection to Ring Group and SIPjs Application

    Hello FusionPBX community, I'm working on a setup where I need to pass the user's IVR selection through a ring group and ultimately to a SIPjs application. How can I do that, which file do i need to update? On my research I found that we can pass headers to sipjs call invite using action...
  6. mdriaz

    SOLVED Trouble Passing IVR Selection to Ring Group and SIPjs Application

    Hello FusionPBX community, I'm working on a setup where I need to pass the user's IVR selection through a ring group and ultimately to a SIPjs application. How can I do that, which file do i need to update? On my research I found that we can pass headers to sipjs call invite using action...