Search results

  1. mdriaz

    Have anyone used mod_apn module for freeswitch?

    https://github.com/sem32/freeswitch-PushNotificator
  2. 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}
  3. 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...
  4. 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...