Recent content by mdriaz

  1. mdriaz

    New fusionpbx installation gets this error while installation

    Thank you for your promt response @markjcrane I will install fresh today.
  2. 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...
  3. mdriaz

    New fusionpbx installation gets this error while installation

    @markjcrane I think the new version have some issues on new installation
  4. 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"...
  5. 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?
  6. 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...
  7. 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
  8. mdriaz

    Running php or bash script in dialplan + push notification

    I suspect that when calls are distributed from ring group, the extension dial string is not used and nor any dialplan, what could be the cause
  9. mdriaz

    Running php or bash script in dialplan + push notification

    The only unresolved part is the setup in fusionpbx to trigger a curl hit to my push endpoint just before invite of call, I thinks that is where the dial string comes to play, but not triggering if the extension is in a ring group or is an agent of call center queue. The app part is not an issue
  10. mdriaz

    Running php or bash script in dialplan + push notification

    I have tried that by updating a single extension dial string, but not finding which freeswitch xml file to update for global setup. The module says to update a user.xml file or something like that. And you are right, all it is doing is sending a post request to any config url that are set which...
  11. mdriaz

    Running php or bash script in dialplan + push notification

    I think the mod_apn will do the job, https://github.com/sem32/freeswitch-PushNotificator Buts needs proper setup. I am unable to understand the dial-string part for extensions and how to configure such a way that it triggers when a call is made to an extension, from IVR, ring group or even from...
  12. mdriaz

    Running php or bash script in dialplan + push notification

    Also if fusionpbx has any alternative for sending push notifications before extension inviting to wake up mobile devices without any other push servers involved. It is becoming a common nesesary as mobile phone are becoming is popular to receive incoming call.
  13. mdriaz

    Running php or bash script in dialplan + push notification

    Thank you. I don't mind, it's just that fusionpbx highlights system and bgsystem, but cannot use it. Hey, can you tell me the https://github.com/sem32/freeswitch-PushNotificator Config of section "Change your dial-string user's parameter for use endpoint app_wait" ? I know that each extension...