Search results

  1. bcmike

    FOP2 port for Fusion

    Thanks for the reply Mark. Agreed FOP2 is definitely showing it's age but we really haven't found an updated operator panel with the same feature set. The clients it's serving like having an overview of what's going on in real time and also the ability to manage their queues without feature...
  2. bcmike

    FOP2 port for Fusion

    Even though the contact center and FS PBX look really interesting, the bounty is still open for and FOP2 port or equivalent.
  3. bcmike

    FOP2 port for Fusion

    Would the users themselves be able to access the module to log themselves in and out? Also can they transfer callers into a queue? Users need to be able to manipulate a call. Also running it away from the actual fusion box is something that's come in very handy.
  4. bcmike

    FOP2 port for Fusion

    Queue manipulation and monitoring. Right now a user can log into FOP2 and join themselves to a queue. Managers can monitor who's in the queue and who isn't. Of course reception can also have an overview of what's going on and transfer calls to individuals and queues. Also the stock operator...
  5. bcmike

    FOP2 port for Fusion

    Hi, We have a few legacy clients that are still using asterisk with FOP2 for queue management, etc. Asternic has some vague references to being Freeswitch compatible and we have actually got it working somewhat with fusion but it does some weird things like mis-label the queues with the UUID...
  6. bcmike

    Limiting device view

    Thanks for the reply Mark. It's not a common use case.
  7. bcmike

    Limiting device view

    I'd like to give a user permission to edit their own device but nobody else's in the domain, mostly for the purpose of provisioning speed dials to their phone. So far I've been able to give them access to the devices page but I can't find a way to limit them to their device only. Is this possible?
  8. bcmike

    Outbound Agent reports

    Thanks for the reply. For now we're just pulling a quick and dirty report from the cdr's but it would be nice to see it in the Queuemetrics gui.
  9. bcmike

    Outbound Agent reports

    Hi, Does anyone know of a stats package that does outbound call reporting for queue agents. I understand I can manually pull some thing form the CDRs but I need an application that emails out activity reports weekly and i don't have the cycles to build one. We already use Queuemetrics but they...
  10. bcmike

    FIFO Queues

    Update, the reason FIFO queues are not working is because mod_local_stream was not running and will not start which is a bigger problem. The FIFO queue progresses to invoke hold music and then fails. We flushed the cache and restarted mod_loca_stream.
  11. bcmike

    FIFO Queues

    Hi, we have a very specific use case where a fifo queue would be the best solution. Basically the customer has a very busy dispatch team and they'd like to be able to transfer to a dispatcher and have the calls sit until the dispatcher is free and then take the next call. In this use case the...
  12. bcmike

    On again, Off again.

    Sometimes TCP can be beneficial if you're dealing with a firewall that has aggressive UDP NAT expiry. Other than that, ya keep it UDP.
  13. bcmike

    On again, Off again.

    If you can run a windows app from the same location (network) as you PBX get ping plotter (I'd suggest paying for the full version it's the best money you'll ever spend) , get the public IP of the problem phone from the registration table. Ask the customer if they can allow ping, and then run...
  14. bcmike

    Partial failure on outbound calls using Telnyx

    Do you need to use Alaw or can you use Ulaw?
  15. bcmike

    Internet web access security

    Just to expand on something Mark said. 99% of our issues have revolved around securing provisioning not the front end. A practice that we've employed is to have different https provisioning auth credentials for every tenant. To do this just copy the relevant settings from default settings into...
  16. bcmike

    Partial failure on outbound calls using Telnyx

    My guess is that Telnyx changed or added to their signaling IP's for your region and you haven't added the modifications to your firewall whitelist or perhaps your ACL in fusion.
  17. bcmike

    Hello from LA

    Than you very much for this. It very well could be a big leap forward for this product. Whenever we expose the gui to clients we kind of have to apologize for how it looks even though it's very powerful.
  18. bcmike

    Hello from LA

    Welcome @pbxgeek , thanks for taking a stab at updating the GUI, it's sorely needed. I took a quick stab at installing the GUI on a fresh machine but admittedly got majorly confused about the Laravel framework and handed it off to one of our dev guys. Quick tip make your install instructions...
  19. bcmike

    Push Notification Softphone Recommendations

    We use Ringotel as well. Ringotel has a very good provisioning system that allows users to more or less self provision. They also offer a number of integrations with a lot of major CRM and SMS providers. To do this though they act as a proxy between the softphone and your Fusion PBX. You still...
  20. bcmike

    Has anyone used Percona PSQL distro for clustering?

    I'm looking at this: https://docs.percona.com/postgresql/16/solutions/high-availability.html It looks like a replication system I can wrap my head around, but I have no experience with Percona. It looks like they just package up a Postgres with the appropriate tools into a repo and sell...