Search results

  1. mdriaz

    Running php or bash script in dialplan + push notification

    lua script worked, i used lua to get session variable and execute php file, but the main issue remains which dialplan to target for incoming call to extension, there are many ways an incoming call will be going to extension, from ringgroup, ivr, callcenter or direct, but i could find a dialplan...
  2. mdriaz

    Running php or bash script in dialplan + push notification

    and i want to run the script on every extension call, no matter call come from ring group, ext to ext or from call center module, if an invite is send to an extension, i want to execute a script, which dialplan should i target?
  3. 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}
  4. mdriaz

    Trouble Passing IVR Selection to Ring Group and SIPjs Application

    Hi, thanks for the reply, I am using fusionpbx 5.0.1 First of all, I didn't able to set menu-exec-app:set sip_h_Xivrdigit=2 in IVR Options, when i save it, it becomes empty option. So i changed the menu option value as seen from your screenshot. Flushed cache, reloaded xml from status page. It...
  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...