Search results

  1. 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.
  2. 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...
  3. mdriaz

    Running php or bash script in dialplan + push notification

    I am currently looking to work for that using https://github.com/sem32/freeswitch-PushNotificator
  4. mdriaz

    Running php or bash script in dialplan + push notification

    I also found that solution in some threads, but I suspect that fusionpbx does not send invite after sending the first one
  5. mdriaz

    Have anyone used mod_apn module for freeswitch?

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

    Running php or bash script in dialplan + push notification

    The thing is that, I don't plan to use any push server, I want to just hold the call and send a push notifications before continue the call dialplan, but don't know how to do that
  7. mdriaz

    Running php or bash script in dialplan + push notification

    So, I suppose when an incoming call arrives for an extension, i send a push notification to that device to reregister the extension, but how the call invite will be there again, like setting fail_on_single_reject=false should retry that extension until reject right?
  8. 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...
  9. 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?
  10. 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}
  11. 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...
  12. 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...
  13. 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...