Search results

  1. bcmike

    Kamailio/FusionPBX and Microsoft Direct Routing Integration

    Nope. Way easier just to pay the money (Its reasonable) to AnyNode for an approved SBC. Pretty sure I don't have the mental bandwidth to crack it anyway.
  2. bcmike

    Silence at end of voicemail greeting & skip instructions

    Ok found a workaround. If you dial*98[extension_number] the greeting recording menu will work. Seems the issue with dialing *98 then inputting the extension number is DTMF byte length is somehow set different and that confuses the buffer. Not sure why or how but don't have the time to chase...
  3. bcmike

    Silence at end of voicemail greeting & skip instructions

    Running into this exact issue, did anyone ever solve it? Running 4.4.3 This is with *98 (Not working): 2019-07-25 09:47:15.704635 [DEBUG] switch_ivr_play_say.c:1941 done playing file /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-record_greeting.wav 2019-07-25 09:47:15.704635 [DEBUG]...
  4. bcmike

    IBM Watson integration

    Wow! Awesome! Yes I was using G722 so that's probably why narrowband was needed for G711. Yes please submit for me, I based it on your azure script anyway, LOL!
  5. bcmike

    IBM Watson integration

    I would absolutely do that if I knew what you were talking about.
  6. bcmike

    Azure Voicemail Transcription

    Started a new thread for watson integration: https://www.pbxforums.com/threads/ibm-watson-integration.3397/ Still want to try Mozilla as I'm not sure if Watson will end up being cost prohibitive.
  7. bcmike

    IBM Watson integration

    OK, so after a week of learning lua and hacking and slashing, I have a working script for IBM Watson speech to text voicemail transcription for Fusion PBX Honestly its not that hard but I didn't know how to script in lua so it was painful. Anyway here goes: First go get an acocount and API key...
  8. bcmike

    Azure Voicemail Transcription

    Thanks for the reply. I'll give it a try.
  9. bcmike

    Azure Voicemail Transcription

    Update on Watson. Got message_record.lua to pass the curl command and it receives the transcription, just can't parse it:
  10. bcmike

    Azure Voicemail Transcription

    Hi Dan, Do you have a link to the documentation. There's a couple lines on the official wiki but its pretty vague. My struggle always seems to be getting it into the record_message.lua. Thanks
  11. bcmike

    Azure Voicemail Transcription

    Ok I know I'm being a bit of a PITA about this but I'm keen to get it going. This is the procedure i get from the Watson docs. I tried it manually using curl with my api key and the results came back pretty quick. I just don't know how to modify the lua to process the results
  12. bcmike

    Azure Voicemail Transcription

    Has anyone tried Mozilla Deep Speech or Kaldi ASR as mentioned in the documentation??
  13. bcmike

    SOLVED Script to use transcription with IBM watson (or equivelent)

    Hi, I've tried getting transcription working with Azure but with no luck and I hear they have a 10 second limit anyway which isn't optimum. Looking at Watson as a possible replacement. Unfortunately it's getting a little past my pay grade. I'd be wiling to pay for a record_message.lua that...
  14. bcmike

    Cisco SPA Template Mods & Notes

    Oops This should be line 708: <Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{if {$row.device_key_type} ==...
  15. bcmike

    Azure Voicemail Transcription

    Hi, Did you guys happen to get this working? I couldn't seem to get it going. Microsoft gave me a different URL though when I setup the cognitive voice service: https://westus.api.cognitive.microsoft.com/sts/v1.0 I tried both in the script but no luck. Are there any other service that work?
  16. bcmike

    SOLVED Call dies when using a withheld number.

    Funny story, Opened a big ticket at Simwood with lots of verbage about my testing methodology, etc, insisted they had an issue. Looked at the pcap and noticed INVALID_CLI. Went back and realized I didn't have my outbound CID field set on my testing extension. Found this thread after the...
  17. bcmike

    Cisco SPA Template Mods & Notes

    Ok so I dug a SPA525 out of junk drawer and surprise.. It was junk, I couldn't get it to work so I couldn't test it fully but here are my instructions. ## backup your existing provisioning files. This is over kill but everything will be backed up: cd /var/backups tar -czvf...
  18. bcmike

    Poll: pfSense and VOIP

    We've used Ubiquity edge routers with some success. We've found that you have to disable off loading or weird things happen when you start doing high pps. Also some adjustments need to done to the contrack timers if you're doing VoIP.
  19. bcmike

    Cisco SPA Template Mods & Notes

    Before modifiying the files its helpful to make a backup. The files are located here: /var/www/fusionpbx/resources/templates/provision/cisco/ I'll try to get some time to work out how to modify the 525.
  20. bcmike

    Cisco SPA Template Mods & Notes

    Here is the original lines 702-711 of spa525g2 template: {foreach $keys["line"] as $row} {if $row.device_key_category == "line"} <Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_line}</Extension_{$row.device_key_id}_> <!-- options...