Search results

  1. P

    yealink T54W and incompatible destination dialing

    Its been a while, but a have a vauge recollection of having to mess with something in openssl so accomodate Cisco 303s. Copilot says: RFC 3711 defines the Secure Real-time Transport Protocol (SRTP), a profile of RTP that adds confidentiality, message authentication, and replay protection to...
  2. P

    Interface with door release

    What he said. Make everything as simple as possible, but no simpler.
  3. P

    yealink T54W and incompatible destination dialing

    Using TLS cuts through ALG and SPI
  4. P

    yealink T54W and incompatible destination dialing

    SIP ALG and SPI sometimes like to 'help', I don't trust it and always disable.
  5. P

    yealink T54W and incompatible destination dialing

    Based on the logs it does smell like what google said. There's seperate codec configs for the switch, extension, and device, examine/compre them all. g729 may require licencing to transcode, so while it may work in passthrough it may not otherwise. If not using Fusion's device provisioning...
  6. P

    Lua script for call routing

    Straight copy paste from copilot (I don't know how people operated before this, can't even remember the last time I visited Stack Overvflow, let alone a printed book!): Ah, that’s a classic FreeSWITCH Lua gotcha. If your script sets a variable using session:setVariable("foo", "bar") but it’s...
  7. P

    Authentication Plugin

    Found something good enough for my purposes as neither HTTP nor HTML redirects worked as expected, only caveat to the below is expects javascript to not be disabled (is disabling javascript still a thing?): if ($this->authorized != true) { echo '<script>window.location.href =...
  8. P

    Authentication Plugin

    Helloworld, Not a seasoned PHP developer and I've had a hard time finding any documentation around the authentication system (though poking around I'm pleased with how its engineered), yet somehow managed to hack together an authentication plugin by ripping parts out of and then adding to one...
  9. P

    Logging when extensions change state

    Depending on the verbosity you've set the information is certainly available in the freeswitch logs, forwarding these to elasticserach makes troubleshooting a little easier for folks allergic to the commandline. That being said, I'm also a fan of freeswitch_exporter which is more about metrics...
  10. P

    Dashboard Widget Authoring

    I don’t know, try it. Following whut’s guidance I was able to get what I needed and shared those steps in this thread. At no point did I have to restore menus, perhaps keep searching or start a new thread.
  11. P

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    Thanks TharunV, whut reached out in another thread with two pieces of advice that got me going: https://www.pbxforums.com/threads/dashboard-widget-authoring.8475/#post-34285
  12. P

    Dashboard Widget Authoring

    Thanks whut, got it working incorporating both your suggestions, was easy in hindsight but boy was I confused. For anyone finding this in the future: 1) Place content producing php in <FUSIONHOME>/<APPNAME>/resources/dashboard/<WIDGETNAME>.php 2) Place config.php next to the content producing...
  13. P

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    Pardon the unrelated but not question: I've got some PHP that spits out some information when served directly, however for the life of me I cannot get it to display within a 'Widget' on the 'Dashboard', if you can help give a high level overview of how you got yours to work I'd greatly...
  14. P

    Dashboard Widget Authoring

    Thanks, I tried placing our php there (/resources/dashboard/ of 'account_status' under app) and updating dashboard_url of v_dashboard to point to the new location but still nothing renders on the dashboard page. Will try again later and maybe open a ticket.
  15. P

    Dashboard Widget Authoring

    Hello, We've clobbered together some PHP that renders a table of recent customer invoices, but have yet to figure out how make a 'Dashboard Widget' show it's output or find any documentation pointint to how. Any and all help/pointers would be greatly appreciated, even if its just that your...
  16. P

    SMS/MMS Message to/from SIP extensions

    Hello, Following the docs I've managed installing the provider and messages applications and configuring a provider as well as the provider. A message sent from my mobile makes it into FusionPBX, however I need to "Show All" in the "Messages" application in order to see the incoming messages...
  17. P

    Migration from FusionPBX

    Thanks Adrian, I was mostly curious if it's been done succesfully and if not what were the issues. I imagine my users have grown accustomed to the Fusion interface and probably won't be happy about a migration, its just nice to know the option exists and I won't be the first one trying it.
  18. P

    Migration from FusionPBX

    Helloworld, I'm wondering if anyone has migrated tenants from Fusion to Django? I've not looked too deeply at Django but like the idea of having API access and the fact that its built on a known solid framework. Frankly I haven't looked too deeply at Fusion either but based on what I've seen I...
  19. P

    Just Started Using Midnight Commander on Debian — Loving It!

    before windows became an operating system we used ‘Norton Commander’ on our dos machines, don’t know the full history here but the screenshot is nostalgic.
  20. P

    Introducing the All-New IVR Management Page in FS PBX!

    Thanks for sharing. Is FS PBX part of, and add on to, or alternative to Fusion?