Search results

  1. mdriaz

    Whatsapp Calling Integration

    does anyone able to setup fusionpbx for whatsapp calling?
  2. mdriaz

    Anyone facing call recordings for failed and missed call without setting recording to destination?

    Thanks for the reply. FusionPBX 5.3.8, Switch Version 1.10.12 (64bit) the current user_record dialplan was working okay but not when a call was routed to extension from ivr menu digit options. For this, i added the record_session variable from false to true and disabled the api_on_answer, but...
  3. mdriaz

    Anyone facing call recordings for failed and missed call without setting recording to destination?

    setting the api_on_answer to enable and make it export instead of set solved it, but not sure it was intended actionexportapi_on_answer=uuid_record ${uuid} start ${record_path}/${record_name}
  4. mdriaz

    Anyone facing call recordings for failed and missed call without setting recording to destination?

    @markjcrane can you suggest which config can cause this?
  5. mdriaz

    Anyone facing call recordings for failed and missed call without setting recording to destination?

    I have the latest fusionpbx, the changed user_record dialplan is causing this issue i guess
  6. mdriaz

    FusionPBX 5.4 Released

    @markjcrane i tested that api_on_answer is working for ext to ext call record only
  7. mdriaz

    FusionPBX 5.4 Released

    https://pdf.ai/share/t/cmf95oilf000djm04tt64gjwt api_on_answer only works for extension to extension, but not Incoming call -> IVR -> Extension Was that supposed to work for ext to ext?
  8. mdriaz

    FusionPBX 5.4 Released

    record session is false from here onwards, but this breaks incoming call recording
  9. mdriaz

    FusionPBX 5.4 Released

    https://jumpshare.com/s/rUHsgeWtQJRrIMwT1DaU check the cdr details
  10. mdriaz

    FusionPBX 5.4 Released

    @markjcrane in the new version, when a call is received by IVR and by option or by direct dial goes to any extension, call records does not work. All extension are set to record All
  11. mdriaz

    New fusionpbx installation gets this error while installation

    Thank you for your promt response @markjcrane I will install fresh today.
  12. mdriaz

    New fusionpbx installation gets this error while installation

    in the process, there is also this error: Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package freeswitch-systemd Reading package lists... Done Building dependency tree... Done Reading state information... Done lsb-release...
  13. mdriaz

    New fusionpbx installation gets this error while installation

    @markjcrane I think the new version have some issues on new installation
  14. 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"...
  15. 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?
  16. mdriaz

    Running php or bash script in dialplan + push notification

    @babak I already looked into available resources in this forum as you pointed, but it only adds a script in local_ext dialplan but that won't work as it only triggers on ext to ext call. @hfoster I have modified ring_group.lua file and just added extra dialstring for the mod_apn module...
  17. mdriaz

    Running php or bash script in dialplan + push notification

    I saw the lua script of ring group, indeed it uses its own logic for dialstring creating and bridges with extension, that's why extension dial string does not work in ring group