Search results

  1. E

    FusionPBX Grafana Visualisation

    Hi, Good solution! I am not familiar with Go language but i can see that it extract all the info directlly from postgresql db itself. I am devloping a Dialer and Call Center Dashboard for Grafana. It handles all the real time info in a very different approach. It reads events of freeswitch...
  2. E

    Disable Register on External Sip Profile

    Dears, Is there any reason why register method is enabled on external sip profile running on port 5080? It does not make sense. So i added this line to disable it:
  3. E

    Multiple IVR Levels

    @Dast Thanks a lot! If there were some kind of toll allow permissions to associate on IVRs itself, it could prevent some kind of call loops, i guess.
  4. E

    Multiple IVR Levels

    Dear, Is it safe to create multiple ivr levels on fusionpbx? How does it handle possible loops scenarios? Regards, Edson
  5. E

    Not able to install Fusion on Debian

    Dear, I am trying to install Fusion on Debian without luck. Is there any change on the procedure i should know? Regards
  6. E

    SOLVED Freeswitch gpg key not installing (fusionpbx auto install script)

    Here we can find out new procudure to install/update Freeswitch on Debian. https://freeswitch.org/confluence/display/FREESWITCH/Debian Including how to retrieve PAT aka Token from SignalWire.
  7. E

    SOLVED Freeswitch gpg key not installing (fusionpbx auto install script)

    I am not following. What do i have to do exactlly? Any procedure over there?
  8. E

    SOLVED Ring group with external number

    Dear, what do you mean by "confirm". Where should i set up this? Sorry, i just found it!Thanks for claryfing anyway.Regards!
  9. E

    FusionPBX on AWS ARM

    @ad5ou Thanks a lot. Got it. I dont know if Rasp Pi ARM based solution will fit ARM-AWS, i will check it.
  10. E

    FusionPBX on AWS ARM

    Dear, I was wondering if it is possible to install FusionPBX with Freeswitch 1.10.7 on AWS-ARM instance. I was able to setup it only with Freeswitch 1.10.3 (source install). i guess 1.10.3 is eol, right?
  11. E

    SOLVED Push Notification.

    Dears, I am not following the discussion, cause i dont know nothing about Firebase as well Android app dev. I have one initial question: Do i have to rebuild Linphone to get push-notification to work on whatever smartphone i want? Or Linphone push notification will work only on my smartphone...
  12. E

    freeswitch lua scripts do not exist in default directory

    Dear, I am trying to install FusionPBX on LXC Container on Proxmox. I am facing same issue. What did you edit exactly ? Thanks!
  13. E

    Invoking PHP Script in Dialplan

    Dear, I figure it out how to invoke it from FusionPBX, but using a Lua script. It is weird but it works.
  14. E

    CDR does not link to Recording Files of outbound calls that were transfered to another extension.

    Dears, Is there any news about this issue/bug? Fusion 4.5.11 does not link File Recording with CDR when transfering a call to another extension.
  15. E

    RingBack Issue on Ring Group with Rollover Strategy

    Dears, Did anybody see this behavior before?
  16. E

    RingBack Issue on Ring Group with Rollover Strategy

    Dears, Regarding a Fusion 4.5 installation. Is it a normal beauvoir ringback stop playing between extensions on ring group with rollover strategy setup? First extensions plays ring back, but second, third, an so on, do no play ringback. On other hand when Ring Group is setup with Sequence...
  17. E

    Extension Condition Call Forward does not work

    @ad5ou Thanks so very much. It makes sense at all. Yes, it is possible to forward to an alternate destination.
  18. E

    Extension Condition Call Forward does not work

    Dear, Regarding a FusionPBX 4.5 Installation. The Extension Condition Call Forward does not work if the calls arrives from a RingGroup. If call arrives directly on the extension itself, it works properly, it reaches the final destination. What can i be missing? Is it a bug? 1-This is the...
  19. E

    "bind_digit_action" *1 and *4 att_transfer

    Hello, I am facing the same issue on Fusion 4.5.11 / Freeswitch 1.10.2. Did you figure it out?
  20. E

    Best method for Basic FusionPBX API?

    Dears, I am trying to create an API to add a domain on FusionPBX 4.5.11. I am using Postman to Request a Post. I am debbuging the code with xdebug+vscode, but i can't see any POST variable arriving so the script can handle it to add the domain. Is it the right direction? Thanks@