View previous topic :: View next topic |
Author |
Message |
lewis.bergman at gmail... Guest
|
Posted: Tue Mar 09, 2021 9:09 pm Post subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemail |
|
|
Does anyone have guidance or code to get this to work? I have looked at the transcription documentation in Freeswitch and it all seems to be related to command line type implementations using Google, Wartson, Azure, etc, with curl. using a FusionPBX Lua script (/var/www/fusionpbx/app/scripts/resources/scripts/app/voicemail/resources/functions/record_message.lua)
If someone has made voicemail transcription work with mod_unimrcp I would be grateful in hearing how it was done. It seems like some Lua programming might be required at the minimum. If making it work is described an idea of where to start looking for documentation would be great.
--
Lewis Bergman
325-439-0533 Cell |
|
Back to top |
|
|
max at nysolutions.com Guest
|
Posted: Tue Mar 09, 2021 9:37 pm Post subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemail |
|
|
See https://docs.fusionpbx.com/en/latest/applications/voicemail_transcription.html?highlight=transcribe
And https://docs.fusionpbx.com/en/latest/applications/voicemail.html
Thanks,
Moishe Grunstein
Tornado Computer Systems, Inc.
212.400.7650 888.IPPBX.US
Service Request Email: support@nysolutions.com (support@nysolutions.com)
[url=http://www.nysolutions.com/][/url]
Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org> On Behalf Of Lewis Bergman
Sent: Tuesday, March 9, 2021 8:44 PM
To: FreeSWITCH Users Help <FreeSWITCH-users@lists.freeswitch.org>
Subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemails
Does anyone have guidance or code to get this to work? I have looked at the transcription documentation in Freeswitch and it all seems to be related to command line type implementations using Google, Wartson, Azure, etc, with curl. using a FusionPBX Lua script (/var/www/fusionpbx/app/scripts/resources/scripts/app/voicemail/resources/functions/record_message.lua)
If someone has made voicemail transcription work with mod_unimrcp I would be grateful in hearing how it was done. It seems like some Lua programming might be required at the minimum. If making it work is described an idea of where to start looking for documentation would be great.
--
Lewis Bergman
325-439-0533 Cell |
|
Back to top |
|
|
lewis.bergman at gmail... Guest
|
Posted: Tue Mar 09, 2021 11:52 pm Post subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemail |
|
|
Thanks for the response but I have looked at those.
The file that these setting use is ${baseidr}/fusionpbx/app/scripts/resources/scripts/app/voicemail/resources/functions/record_message.lua
None of the options there (presumably custom) fit, or I don't believe they will work, for mod_unimrcp.
I have looked at this one as well but I did find that on further review I don't have the file mentioned at the very end on my system - applications/voicemail_transcription.rst . That would seem to be important. Maybe that is my missing link. Have you been able to get mod_unimrcp working for vm transcription? I would think it is a fairly common thing to do with unimrcp and freeswitch.
Thanks for your help,
--
Lewis Bergman |
|
Back to top |
|
|
lewis.bergman at gmail... Guest
|
Posted: Wed Mar 10, 2021 12:01 am Post subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemail |
|
|
Ahhh. That rst is a circular reference back to the first doc. Well that doesn't help.
--
Lewis Bergman325-439-0533 Cell |
|
Back to top |
|
|
davidswalkabout at gma... Guest
|
Posted: Wed Mar 10, 2021 12:39 am Post subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemail |
|
|
One of the ClueCon 2020 talks was by someone who uses mod_unimrcp and has a github project showing its FS integration, iirc. |
|
Back to top |
|
|
lewis.bergman at gmail... Guest
|
Posted: Fri Mar 12, 2021 7:37 am Post subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemail |
|
|
I couldn't find anything. Is there an archive of presentations I am blind to?
On Tue, Mar 9, 2021 at 11:53 PM David P <davidswalkabout@gmail.com (davidswalkabout@gmail.com)> wrote:
Quote: | One of the ClueCon 2020 talks was by someone who uses mod_unimrcp and has a github project showing its FS integration, iirc.
|
|
|
Back to top |
|
|
rawat.anshuman at gmai... Guest
|
Posted: Fri Mar 12, 2021 10:09 am Post subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemail |
|
|
I don't know the solution to your problem, but is there a reason you want to use mod_unimrcp to transcribe voicemails? Assuming you have the VM recording, alternatively you could use APIs provided by google/AWS to upload the recording & get the transcript back.
On Fri, Mar 12, 2021 at 7:38 AM Lewis Bergman <lewis.bergman@gmail.com (lewis.bergman@gmail.com)> wrote:
|
|
Back to top |
|
|
lewis.bergman at gmail... Guest
|
Posted: Fri Mar 12, 2021 10:47 am Post subject: [Freeswitch-users] using mod_unimrcp to transcribe voicemail |
|
|
I would like to standardize on mrcp so that I can switch to another provider, or use many of them at once to minimize cost and compare which is better at what type of SR. If I have to code something I only have to do it once with mod_unimrcp. I can change the provider by using a different profile as an argument.
On Fri, Mar 12, 2021 at 9:16 AM Anshuman Rawat <rawat.anshuman@gmail.com (rawat.anshuman@gmail.com)> wrote:
--
Lewis Bergman325-439-0533 Cell |
|
Back to top |
|
|
|