Search results

  1. B

    Grandstream HT801 Analog Fax Machine

    Use t38 on the ata and use freeswitch mod_spandsp as the t38 gateway in fusion.
  2. B

    PHP websocket server

    I started with ratchet and seems to be just fine. Ulimit settings can impact scaling but could be changed. Thoughts?
  3. B

    PHP websocket server

    I am looking to contribute but I don't want to develop something that isn't inline with the project. I personally would probably prefer to build a web socket solution outside of php with angular but that wont fit with the overall project and supporting ESL connections in yet another codebase...
  4. B

    PHP websocket server

    If you have any insights on your approach, I would love to hear. Really appreciate it.
  5. B

    PHP websocket server

    @markjcrane I want to develop a websocket html5 client (preferably with some fallback to long polling). Do you have any suggestions on how to build this within php? I use websocket pretty heavily with Java, c# and node but I am a little unclear how to best implement something like this in PHP...
  6. B

    Touch Less Provision

    Thanks for the clarification.
  7. B

    Touch Less Provision

    I apologize resurrecting and old thread but looking at yealink's rps options, it doesn't look like they support using any kind of authentication with the provisioning server. Can you confirm if this is in fact the case? I assume this would be a deal breaker for most so I am scratching my head...
  8. B

    FusionPBX toll fraud - MISTAKES WERE MADE...

    I would agree. This is what piqued my interest.
  9. B

    FusionPBX toll fraud - MISTAKES WERE MADE...

    I would love to find root cause and learn from your mistakes. Just curious what kind of passwords did you have on the extension that was compromised? Simple? You might want to back up your logs to review in detail later. On a side note; I old but decent talk on some security considerations to...
  10. B

    Problem with provision after update

    should be resolved as of: https://www.pbxforums.com/threads/provisioning-gxp2160.2821/
  11. B

    SOLVED Provisioning GXP2160

    There are two issues that resolved this. One is the provisioning template is not generating the correct setting for temp (P1379) and the quick fix for this is to simply set the value as auto (<P1379>auto</P1379>). The other issue is that the grandstream_dial_plan (in the default settings) has...
  12. B

    Problem with provision after update

    Just now reading your post (after posting about a similar issue). I can't get the grandstream gxp2160 to provision either. I can confirm the <mac>.xml file is valid xml but the phones/nginix can't find the cfggxp2160.xml or cfg.xml files. Did you ever make any progress on this issue?
  13. B

    SOLVED Provisioning GXP2160

    Provisioning for yealink and other phones are working fine but I am having trouble getting my grandstream phones to provision and I wanted to know if others were successful. I see the nginx rewrite rules appear to be correct: rewrite "^.*/provision/cfg([A-Fa-f0-9]{12})(\.(xml|cfg))?$"...
  14. B

    Date & Time Conditions stuck in GMT Timestamp?

    I am noticing in 4.4 the 'time of day' check works great but the 'date & time' check isn't adhering to the time_zone variable for the domain even when the server is in UTC. The freeswitch confluence site appears to say that either time_zone or tod_tz_offset can be used for either of these dial...
  15. B

    Email-to-Fax under Fax server

    I agree but compared to what others offer on the market today, the solution functions pretty well. I have to also say 'thank you'. Your work and @KonradSC work is really well done!
  16. B

    SOLVED Custom Branding

    Add a new setting: Theme -> Subcategory of 'title' of type 'text' with a value of your new title
  17. B

    Email-to-Fax under Fax server

    I would also note that in order to use gmail (and other email providers using different charsets) you need to install php mbstring. For fusion 4.4 and debian jessie the package: apt install php7.1-mbstring No need to edit the php.ini files.
  18. B

    Outgoing Calls Work, Incoming Calls Fail

    @Matthew Main I stand corrected. I went back and did some further testing with using the external profile and twilio (changing port 5080) and it works just fine. I always thought digest authentication would not work (without additional configuration) using the external profile.
  19. B

    Outgoing Calls Work, Incoming Calls Fail

    I think that is the preferred approach (for several reasons like sofia thread performance or if you are behind a nat and have internal phones) but depending upon the authentication requirements of your trunk provider, the internal profile needs to be used. Specifically in my experience, you...
  20. B

    Outgoing Calls Work, Incoming Calls Fail

    You try routing to a simple extension to confirm that works? Quick review makes me think the dial plan needs some scrutiny.