You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabled sip-message-dump.
The responses I see to SIP OPTIONS request did not match the configuration of my services. In my case, I am only running ASR and No TTS, but the SDP response to the Options requests shows:
In the code in mrcp_sdp.c I see the the function sdp_resource_discovery_string_generate(). It has a mostly hardcoded response that includes both speechsynth and speechrecog.
This is not causing a problem, but it does seem incorrect.
That is right. I logged such an issue many years ago to be addressed later. However, there has not been any compelling reasons so far.
In order to properly address the issue, a resource discovery request needs to be propagated through the stack and a corresponding response be composed asynchronously thereafter, which should not be very hard to achieve, on the other side, is neither a very trivial task.
I enabled sip-message-dump.
The responses I see to SIP OPTIONS request did not match the configuration of my services. In my case, I am only running ASR and No TTS, but the SDP response to the Options requests shows:
In the code in mrcp_sdp.c I see the the function sdp_resource_discovery_string_generate(). It has a mostly hardcoded response that includes both speechsynth and speechrecog.
The similar method used for invite sdp_control_media_generate() seems to dynamically determine the resource to include in the response.
This is not causing a problem, but it does seem incorrect.
The text was updated successfully, but these errors were encountered: