Closed GoogleCodeExporter closed 9 years ago
I have just looked through the issue and assume the problem can be in the
following change.
http://groups.google.com/group/unimrcp/browse_frm/thread/206f4d3b31771d03/554bc4
520f12ad6d?lnk=gst&q=Plugin+developers%2C#554bc4520f12ad6d
Anyway, please note that Cepstral plugin hasn't been supported for a while.
Original comment by achalo...@gmail.com
on 30 Jul 2010 at 12:17
[deleted comment]
Indeed - changing the corresponding part and recompiling (of course) solved
this issue. Thank you for pointing me into the right direction.
Can you do me another favour and have a look into the initial issue that I've
described on FreeSWITCH Jira: http://jira.freeswitch.org/browse/FSMOD-66
Or do you want another issue report for better tracking?
Original comment by DNSpy...@gmail.com
on 30 Jul 2010 at 1:15
I'm not sure I fully understand what was going on there.
According to you, SPEAK-COMPLETE event was raised from the plugin context
2010-07-28 08:09:38:433991 [INFO] Process SPEAK-COMPLETE Event [1]
2010-07-28 08:09:38:434000 [INFO] State Transition SPEAKING -> IDLE
however, I don't see the corresponding message in the attached net capture,
strange... You seem to insist that the same scenario works fine with the umc or
unimrcpclient application, right?
If so, I'd need server logs and corresponding network captures for both cases
(working and non-working) to identify the problem.
Original comment by achalo...@gmail.com
on 2 Aug 2010 at 10:23
> You seem to insist that the same scenario works fine with the umc or
unimrcpclient application, right?
Yeah - please find the requested logs and traces attached. It's quite
frustrating - especially because everything else works so perfectly :(
Original comment by DNSpy...@gmail.com
on 2 Aug 2010 at 11:27
Attachments:
I should have added that I've manually terminated the FreeSWITCH call after
about 10 seconds (Packet 123/124 in
unimrcp_called_from_freeswitch_mod_unimrcp.pcap).
Original comment by DNSpy...@gmail.com
on 2 Aug 2010 at 11:31
You should have also mentioned that you have changed the default resource name
in unimrcpserver.xml
I believe you have something like this
<resource-map>
<param name="speechsynth" value="cepstral"/>
</resource-map>
You may need to change the name in the FreeSWITCH's profile as well
<param name="speechsynth" value="cepstral"/>
In my turn, I'll care to add a few traces for such error cases, when I find a
few additional minutes.
Original comment by achalo...@gmail.com
on 2 Aug 2010 at 12:02
Changing the resource name was just for testing. But: You are perfectly
correct! I've not specified the speechsynth resource name in my MRCP client
configuration on FreeSWITCH side!
I've completed/commented the corresponding wiki section:
http://wiki.freeswitch.org/wiki/Mod_unimrcp#UniMRCP_Server
Thank you for your friendly and prompt help!
Original comment by DNSpy...@gmail.com
on 2 Aug 2010 at 1:13
Glad it works. The following enhancement r1752 makes the behavior more adequate
now.
Original comment by achalo...@gmail.com
on 9 Aug 2010 at 7:11
Original issue reported on code.google.com by
DNSpy...@gmail.com
on 30 Jul 2010 at 7:13