Search results

  1. 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.
  2. 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...
  3. 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.
  4. 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...
  5. bcmike

    Partial failure on outbound calls using Telnyx

    Do you need to use Alaw or can you use Ulaw?
  6. 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...
  7. 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.
  8. 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.
  9. 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...
  10. 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...
  11. 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...
  12. bcmike

    How to isolate extensions

    Have you tried using the dial plan on the phone itself. We used to run a multi Tennent asterisk system and we isolated users by jailing them in the phone dial plan.
  13. bcmike

    Fusion SBC 3cx style

    This is kind of a feature request, but not really, anyway.. 3CX has what they call an SBC, in which a 3cx proxy is installed at a remote site (on pi or a pc) and it creates a tunnel and proxy's SIP and RTP back to the mothership over one port. That in itself is fairly useful and I could...
  14. bcmike

    SOLVED Linphone Provisioning template

    I would be very careful doing this over a public network without authentication. If somebody can guess your mac (or whatever you use as an identifier) then they can download the provisioning file and get your sip credentials (unless there's something I'm missing??). Http auth isn't perfect but...
  15. bcmike

    SOLVED Linphone Provisioning template

    Thanks! Would you happen to know how you pass http auth credentials in the provisioning URL for Linphone? I have been trying https://username:password@subdomain.domain.com/app/provision/[MACADDRESS] but it doesn't seem to like it.
  16. bcmike

    FusionPBX Docker image

    I'm not a Docker expert but generally don't containers have issues around clock timing and Voip applications? I haven't revisited the subject in a lot of years but you always needed to run kernel patches etc to get things running properly, is that still the case?
  17. bcmike

    Distinctive Ring for Local Calls

    I had a similar request but I just did it the lazy way. The customer had a fairly simple inbound call structure where everything went to a ring group and then to the IVR. I just set the a distinctive ring to the ring group and left the internal ring as default. If you wanted a dirty hack you...
  18. bcmike

    Channels issue.

    No. You are essentially using that channel to deliver the hold audio. Also as far as I know the only way to relinquish the channel is to tear down the call.
  19. bcmike

    Fanvil Zero Touch Auto Provisioning

    If you're potentially buying 50k Fanvil units, they should send some one to you and give you a demo. just my .02
  20. bcmike

    I rebooted and am getting a Fatal error from Smarty

    I would start by making sure all your template files are actually where they're supposed to be: {project_path}-->/resources/bootstrap/css/bootstrap.min.css