unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
379 stars 167 forks source link

I need to send a multipart on INVITE message to a Nuance server, someone knows how to do that ? #299

Open antonio-couto opened 3 years ago

antonio-couto commented 3 years ago

I need to send a multipart on INVITE message to a Nuance server, someone knows how to do that ?

achaloyan commented 3 years ago

This feature is not supported by the client API. You would need to make changes in the Sofia-SIP client agent.

https://github.com/unispeech/unimrcp/blob/master/modules/mrcp-sofiasip/src/mrcp_sofiasip_client_agent.c

It is also possible that the Sofia-SIP library may need to be patched too.