GO HERE Voicemail transcription to Email?

RoboLord

Member
Joined
Aug 18, 2017
Messages
58
Reaction score
5
Can someone point me to a tutorial or thread that details how to set this up. I'm running the FreePBX version on Raspbian 8. Thanks!
 

Works like a charm, modulo 1 minor bug. The bluemix-test script has the wrong path for IPBX13.
Below is the diff:

(ipbx13-2 pts8) # diff bluemix-test.orig bluemix-test
4c4
< curl -k -u $API_USERNAME:$API_PASSWORD -X POST --limit-rate 40000 --header "Content-Type: audio/wav" --data-binary @/var/www/html/admin/modules/directory/sounds/cdir-transferring-further-assistance.wav "https://stream.watsonplatform.net/s...e?continuous=true&model=en-US_NarrowbandModel" 1>audio.txt
---
> curl -k -u $API_USERNAME:$API_PASSWORD -X POST --limit-rate 40000 --header "Content-Type: audio/wav" --data-binary @/var/www/html/admin/modules/directory/sounds/en/cdir-transferring-further-assistance.wav "https://stream.watsonplatform.net/s...e?continuous=true&model=en-US_NarrowbandModel" 1>audio.txt
(ipbx13-2 pts8) #

Note the /en directory. I fixed the path and it worked as advertised.

Regards,

Tom
 

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top