Search results

  1. bryanredeagle

    FusionPBX App Development

    Is there a guide anywhere on developing new apps for FusionPBX? I'd like to build a simple UI for Emergency Notifications, but I can't find any docs on custom apps. And in looking at existing apps, it looks like there's a lot of boilerplate code happening on every file. Thanks!
  2. bryanredeagle

    Jobs and Careers

    Soooooo... My job doing VoIP engineering and support (mostly small business PBXs) is now obsolete. My employer is going in a different direction that is solely enterprise networking. Any suggestions on where to look for a new job? I'd prefer something using FusionPBX or Freeswitch, but I'm...
  3. bryanredeagle

    Azure Voicemail Transcription

    I'm actually looking into that exact thing. I have a list of services to investigate and integrate (if they're not silly like Azure).
  4. bryanredeagle

    Azure Voicemail Transcription

    Looking further, would it be unreasonable to the project to write an external script in Python or Node that uses the SDK?
  5. bryanredeagle

    Azure Voicemail Transcription

    Nope! I didn't even see that bit. I was focused on getting the endpoints working. I will surely investigate that though.
  6. bryanredeagle

    Azure Voicemail Transcription

    I've gotten transcription working using the new Cognition API on Microsoft Azure. I plan on doing a proper pull request when I read through the contribution guidelines. In the meantime, I've attached the modified script (use the script editor to edit...
  7. bryanredeagle

    D785 - callparking and provisioning buttons

    I got it working, but it required pretty heavy editing of the provisioning file. I've attached mine. Just paste the contents into the 7xx template.
  8. bryanredeagle

    SOLVED Valet Park

    Turns out it was shit hardware. I installed it on our VMWare server, and everything works perfectly.
  9. bryanredeagle

    SOLVED Valet Park

    So I'm setting up a FusionPBX server here at the office. We have historically sold and ran Asterisk-based servers and I've been given the go ahead to explore FusionPBX. Now, I myself have some experience with Freeswitch. In fact, I run FusionPBX at my home (granted, it's just one phone). I'm...