Search results

  1. bcmike

    This codec is only usable in passthrough mode!

    It would be interesting to know the use case for G729 these days. Most clients I run into have more than enough bandwidth for G711 and beyond. I know that sometimes people will use G729 hoping to cure problems that are jitter and packet loss based, which is obviously problematic.
  2. bcmike

    Rogers Home Phone & FusionPBX Advice.

    Rogers is most likely going to install some sort of ATA themselves, there's no way they have a copper pair going to your house. I'm guessing you're in eastern/central Canada and bundling with internet and cell service, so it'll probably be some sort cable modem with an FXS port on it. So you'd...
  3. bcmike

    SOLVED First instance of speech is missed

    I'd still just set two phones up with Ulaw and see if you get a different result. If not we can cross that off the list. I guess I'd be trying to get to something that works and then try to back track and figure out why Alaw doesn't. We're also booth assuming its a codec issue.
  4. bcmike

    SOLVED First instance of speech is missed

    It would be nice to know what the payload type was changing from. I would be to try and change the acceptable codecs on your phones to both Ulaw and Alaw. My thoroughly uneducated guess is that there's something internally demanding Ulaw. As I said its just a guess but it's pretty trivial to...
  5. bcmike

    SOLVED IVR Bridge to External Numbers

    I do this a little differently. I go to Dialplan=> Destinations=> And choose the "Outbound" button. Create an outbound destination with the number you want. Then when you're creating an IVR it should be available as one of the options.
  6. bcmike

    Yealink T5X DSSKey Transfer Problem

    Thank you, they still haven't published it in their main firmware page.
  7. bcmike

    Yealink T5X DSSKey Transfer Problem

    Any chance you can re-up 96.86.0.15 ?
  8. bcmike

    Help for WINDOWS INSTALL

    Windows?? Is this for real?
  9. bcmike

    Call forward not work

    Agreed
  10. bcmike

    Call forward not work

    What is your ring strategy on the ring group?
  11. bcmike

    SOLVED Solved sort of) Need help urgently please

    From the error, it seems to me that your database got nuked somehow or the postgresql service died. Did you check and see if the data base was running? It's basically looking for the v_default_settings table which it reports does not exist. I'd be interested to know, was your switch still...
  12. bcmike

    Postgres High CPU

    So I just had postgres got to 80% CPU for about 15 minutes. I have two questions: 1) Where would I start in trying to track down what happened? I ran this query but unfortunately after the fact: SELECT pid, datname, usename, query FROM pg_stat_activity; I spelunking in the logs right now but...
  13. bcmike

    SOLVED Asterisk vs FreeSwitch

    We use Counterpath Enterprise and their Stretto provisioning server: https://www.counterpath.com/stretto-platform/ . It's obviously not free but it has all the bells and whistles in a cross platform product and the Stretto provisioning server is multi tenant. You basically set up an extension...
  14. bcmike

    SOLVED Asterisk vs FreeSwitch

    I feel somewhat compelled to chime in. I'm on the other side of the coin, I was in the asterisk world for 15 years and have lived through the FreePBX wars. I came to Fusion for the stability that Freeswitch offers and the true multi tenant nature of Fusion PBX. Freeswitch just fundamentally does...
  15. bcmike

    segment gui from freeswitch

    I'm going to be that guy and say I'm looking for guidance on this as well. I think mrjoli021 is looking at it more for load balancing , etc but really I want to get the IO burden off the freeswitch box. Ideally I'd like to have a webui layer, database layer and freeswitch layer all on different...
  16. bcmike

    Greetings from sunny South Africa

    Welcome!
  17. bcmike

    Just another Provisioning Isuue Thread

    Actually try the opposite of this and set it to disabled, especially if you're using a self signed cert. It's theoretically less secure as the phone will accept any cert, but for the purposes of troubleshooting I'd give it a try.
  18. bcmike

    Queu Stats

    Does anyone know of a good queue stats package for Fusion/Freeswitch? Something that will parse the logs and spit out pretty reports?
  19. bcmike

    INBOUND CALL FROM ASTPP TO FUSIONPBX LASTS 32 SECONDS

    I have the same setup and ran into the same issue early on. This is a nat issue (Ack is always a nat issue) . Run sngrep and make sure you are sending what is expected on the other end and not an internal (or different WAN) IP. If you're running multiple WAN ips on your firewall make sure you...
  20. bcmike

    PSQL

    Sorry for resurrecting an old thread but I ran into this error. I created a follow me that went to a ring a group which in turn went to an outside and inside destination. This must have created a connection loop in sql somehow. I'm running in the 4.4 branch so this might already be solved...