Search results

  1. 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...
  2. 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.
  3. 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
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. 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.
  10. 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...
  11. 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.
  12. 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?
  13. P

    Is anyone using FS PBX?

    pbxgeek, Thanks for keeping your cool and replying in kind. Its nice to see someone standing up to support the project and countering each point with genuine explanations. Where may one learn more about the commercial offerings, namely paid support?
  14. P

    Is anyone using FS PBX?

    This is very pretty, but after scanning the github readme, watching the video and reading the comments I won't be trying it out, certainly would never even consider rolling out to production because: 1. The project is based on a fork of an older version of a currently active professionally and...
  15. P

    Help needed – will pay – installation/set up

    Full disclosure: I'm solutionsdx.com. Looks like about 3 hours, no more than 5.
  16. P

    Route call to external number

    Thanks, creators try to make things idiot proof, the world provides bigger idiots, and after some time the truth is lost, that’s why I’m a fan of Django PBX as it’s very purist, I just wish I’d known of it before the users grew accustomed to the fusion UI.
  17. P

    Route call to external number

    i guess its not very obvious/possible to modify the dialplan of an outbound destination, in order to take advantage of the ignore_early_media variable I'm going to use Adrian's suggestion of a dialplan entry and take note of it, thanks again!
  18. P

    Route call to external number

    Thanks VoipBull and Adrian for the great information and tips. I like Adrian's minimalist approach just as well as VoipBull's recommendation for an outbound destination. Knowing my poor memory and scatterbraininess an oubound destination edited to include the "ignore_early_media=ring_ready"...
  19. P

    Route call to external number

    Hello world, We have a need to route calls to a calling service after hours. Currently we've setup call forwarding on an extension and anytime we wish to route the call externally we send it to the extension with call forwarding. My question is, is there a better way? There's some dead air...
  20. P

    Did enum 164 die?

    Hello world, I’ve been reading a little on e164 but when I went to register at e164.org found a blank page there. Seems like a great concept, anyone here leveraging it?