GO HERE Voicemail transcription to Email?

RoboLord

Member
Joined
Aug 18, 2017
Messages
56
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!
 

piaftnt

Member
Joined
Jul 16, 2010
Messages
93
Reaction score
17

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

Forum statistics

Threads
25,782
Messages
167,509
Members
19,202
Latest member
pbxnewguy
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.
Top